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:outLen
(Results
1 - 25
of
43
) sorted by relevance
1
2
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H
A
D
hks_openssl_bn.c
68
int32_t
outLen
= BN_num_bytes(bnX);
in BnExpModExport()
local
H
A
D
hks_openssl_rsa.c
400
size_t
outLen
;
in HksOpensslRsaCrypt()
local
H
A
D
hks_openssl_curve25519.c
310
uint32_t
outLen
= sizeof(struct KeyMaterial25519) + key->pubKeySize;
in HksOpensslGetEd25519PubKey()
local
/base/security/device_security_level/baselib/utils/src/
H
A
D
utils_hexstring.c
54
uint32_t
outLen
= strLen / BYTE_TO_HEX_OPER_LENGTH;
in DslmHexStringToByte()
local
/base/security/certificate_manager/frameworks/cert_manager_standard/main/os_dependency/cm_ipc/src/
H
A
D
cm_request.cpp
61
size_t
outLen
= reply.ReadUint32();
in CmReadRequestReply()
local
/base/security/device_security_level/oem_property/common/
H
A
D
dslm_credential.c
85
uint32_t
outLen
= len;
in GetSupportedCredTypes()
local
/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/
H
A
D
hks_request.cpp
54
uint32_t
outLen
= 0;
in HksReadRequestReply()
local
/base/hiviewdfx/hiview/core/param_update/src/
H
A
D
log_sign_tools.cpp
72
int LogSignTools::CalcFileSha(const std::string& path, unsigned char *hash, size_t
outLen
)
in CalcFileSha()
argument
123
size_t
outLen
= static_cast<size_t>(EVP_EncodeBlock(reinterpret_cast<uint8_t *>(base64Str.get()),
in CalcBase64()
local
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/kdf/src/
H
A
D
pbkdf2_openssl.c
36
int
outLen
;
member
H
A
D
hkdf_openssl.c
38
int
outLen
;
member
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H
A
D
hks_crypto_ed25519.c
166
uint32_t
outLen
= sizeof(struct KeyMaterial25519) + key->pubKeySize;
in HksGetEd25519PubKey()
local
H
A
D
hks_mbedtls_ecc.c
276
uint32_t
outLen
= sizeof(struct KeyMaterialEcc) + keyMaterial->xSize + keyMaterial->ySize;
in HksMbedtlsGetEccPubKey()
local
/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
H
A
D
hks_crypto_hal_rsa_encrypt.cpp
316
uint32_t
outLen
= inLen;
in RunTestCase()
local
H
A
D
hks_crypto_hal_aes_encrypt.cpp
413
uint32_t
outLen
= inLen;
in RunTestCase()
local
H
A
D
hks_crypto_hal_rsa_oaep_decrypt.cpp
790
uint32_t
outLen
= inLen;
in RunTestCase()
local
H
A
D
hks_crypto_hal_rsa_oaep_encrypt.cpp
664
uint32_t
outLen
= HKS_KEY_BYTES(testCaseParams.keySize);
in RunTestCase()
local
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
H
A
D
openssl_aes_helper.c
164
int
outLen
= 0;
in AesEncrypt()
local
218
int
outLen
= 0;
in AesDecrypt()
local
266
int
outLen
= 0;
AesGcmEncrypt()
local
321
int
outLen
= 0;
AesGcmDecrypt()
local
[all...]
H
A
D
openssl_rsa_helper.c
272
size_t
outLen
= outData->size;
in EncryptRsa()
local
320
size_t
outLen
= outData->size;
in DecryptRsa()
local
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
H
A
D
cipher_3des_openssl.c
148
uint32_t
outLen
= DES_BLOCK_SIZE;
in AllocateOutput()
local
H
A
D
cipher_aes_openssl.c
491
uint32_t
outLen
= AES_BLOCK_SIZE + AES_BLOCK_SIZE;
in AllocateOutput()
local
573
uint32_t
outLen
= 0;
in AllocateCcmOutput()
local
686
uint32_t
outLen
= 0;
AllocateGcmOutput()
local
[all...]
H
A
D
cipher_sm4_openssl.c
389
uint32_t
outLen
= SM4_BLOCK_SIZE + SM4_BLOCK_SIZE;
in AllocateOutput()
local
472
uint32_t
outLen
= 0;
in AllocateGcmOutput()
local
[all...]
/base/telephony/core_service/services/sim/src/
H
A
D
sim_utils.cpp
118
int
outLen
= charBytesLen / HALF_LEN;
in CharsConvertToChar16()
local
/base/global/i18n/frameworks/intl/src/
H
A
D
signature_verifier.cpp
239
size_t
outLen
= static_cast<size_t>(encodeLen);
in CalcBase64()
local
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H
A
D
cert_manager_auth_mgr.c
129
static int32_t UintToString(uint32_t input, char *out, uint32_t
outLen
)
in UintToString()
argument
H
A
D
cert_manager_uri.c
565
uint32_t
outLen
= 0;
in CmConstructUri()
local
597
UintToStr(uint32_t input, char *out, uint32_t
outLen
)
UintToStr()
argument
[all...]
Completed in 16 milliseconds
1
2