Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:ySize
(Results
1 - 9
of
9
) sorted by relevance
/base/security/huks/utils/crypto_adapter/
H
A
D
hks_client_service_adapter_lite.c
346
static int32_t CheckEccXySize(const uint32_t xSize, const uint32_t
ySize
)
in CheckEccXySize()
argument
361
uint32_t
ySize
= mbedtls_mpi_size(&(pubKey->MBEDTLS_PRIVATE(grp).P));
in X509PublicKeyToEcc()
local
H
A
D
hks_client_service_adapter.c
510
uint32_t
ySize
= HKS_KEY_BYTES(keyLen);
in EcKeyToPublicKey()
local
647
uint32_t
ySize
= 0;
in X509PublicKeyToDsa()
local
[all...]
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
H
A
D
openssl_dsa_helper.c
274
uint32_t
ySize
= (uint32_t)BN_num_bytes(DSA_get0_pub_key(dsa));
in X509ToDsaPublicKey()
local
[all...]
H
A
D
openssl_ecc_helper.c
170
static int32_t EccInitPublicKey(EC_KEY *eccKey, const uint8_t *keyPair, uint32_t xSize, uint32_t
ySize
)
in EccInitPublicKey()
argument
471
uint32_t
ySize
= HKS_KEY_BYTES(keyLen);
EcKeyToPublicKey()
local
[all...]
/base/security/huks/frameworks/huks_standard/main/common/include/
H
A
D
hks_crypto_hal.h
89
uint32_t
ySize
;
member
97
uint32_t
ySize
;
member
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H
A
D
hks_openssl_ecc.c
246
static int32_t EccInitPublicKey(EC_KEY *eccKey, const uint8_t *keyPair, uint32_t xSize, uint32_t
ySize
)
in EccInitPublicKey()
argument
[all...]
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H
A
D
hks_import_sign_verify_test.cpp
588
const uint32_t
ySize
;
member
[all...]
/base/security/huks/interfaces/inner_api/huks_standard/main/include/
H
A
D
hks_type.h
167
uint32_t
ySize
;
member
178
uint32_t
ySize
;
member
/base/security/huks/interfaces/kits/c/include/
H
A
D
native_huks_type.h
869
uint32_t
ySize
;
member
888
uint32_t
ySize
;
member
Completed in 8 milliseconds