/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/ |
D | hks_crypto_hal_aes_cipher.cpp | 497 uint32_t inLen = encryptMsg->size; in RunTestEncrypt() local 617 uint32_t inLen = testCaseParams.hexData.length() / HKS_COUNT_OF_HALF; in RunTestCaseThreeStage() local 712 uint32_t inLen = testCaseParams.hexData.length() / HKS_COUNT_OF_HALF; in RunTestCaseThreeStageGCM() local 759 uint32_t inLen = testCaseParams.hexData.length() / HKS_COUNT_OF_HALF; in RunTestCase() local
|
D | hks_crypto_hal_aes_encrypt.cpp | 353 uint32_t inLen = encryptMsg->size; in RunTestEncrypt() local 412 uint32_t inLen = testCaseParams.hexData.length() / HKS_COUNT_OF_HALF; in RunTestCase() local
|
D | hks_crypto_hal_rsa_decrypt.cpp | 487 uint32_t inLen = testCaseParams.hexData.length() / HKS_COUNT_OF_HALF; in RunTestCase() local
|
D | hks_crypto_hal_rsa_encrypt.cpp | 474 uint32_t inLen = testCaseParams.hexData.length() / HKS_COUNT_OF_HALF; in RunTestCase() local
|
D | hks_crypto_hal_aes_decrypt.cpp | 338 uint32_t inLen = testCaseParams.hexData.length() / HKS_COUNT_OF_HALF; in RunTestCase() local 471 uint32_t inLen = testCaseParamsForGcm.hexData.length() / HKS_COUNT_OF_HALF; in GcmRunTestCase() local
|
D | hks_crypto_hal_rsa_oaep_decrypt.cpp | 1291 uint32_t inLen = testCaseParams.hexData.length() / HKS_COUNT_OF_HALF; in RunTestCase() local
|
D | hks_crypto_hal_rsa_oaep_encrypt.cpp | 1165 uint32_t inLen = testCaseParams.hexData.length() / HKS_COUNT_OF_HALF; in RunTestCase() local
|
D | hks_crypto_hal_rsa_cipher.cpp | 879 uint32_t inLen = testCaseParams.hexData.length() / HKS_COUNT_OF_HALF; in RunTestCase() local
|
/base/security/huks/frameworks/huks_standard/main/core/src/ |
D | hks_verifier.c | 252 static int32_t EncodeTlvAndGetLength(uint8_t **buf, uint32_t *outLength, uint32_t inLen) in EncodeTlvAndGetLength() 286 static int32_t ExtractTlvLength(const uint8_t *in, uint32_t inLen, uint32_t *headSize, uint32_t *ou… in ExtractTlvLength() 313 static int32_t ExtractTlvData(const uint8_t *in, uint32_t inLen, uint8_t *out, uint32_t *outLen) in ExtractTlvData() 344 static int32_t ExtractTlvDataAndHeadSize(const uint8_t *in, uint32_t inLen, in ExtractTlvDataAndHeadSize()
|
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/ |
D | hks_aes_cipher_mt.cpp | 454 uint32_t inLen = testCaseParams.hexData.length() + COMPLEMENT_LEN; in RunTestCase() local
|
D | hks_aes_encrypt_mt.cpp | 464 uint32_t inLen = testCaseParams.hexData.length() + COMPLEMENT_LEN; in RunTestCase() local
|
D | hks_aes_decrypt_mt.cpp | 467 uint32_t inLen = testCaseParams.hexData.length() + COMPLEMENT_LEN; in RunTestCase() local
|
D | hks_aes_key_mt.cpp | 463 uint32_t inLen = testCaseParams.hexData.length() + COMPLEMENT_LEN; in RunTestCase() local
|
D | hks_rsa_common_mt.cpp | 186 uint32_t inLen = (cipherLenBit->uint32Param) / BIT_NUM_OF_UINT8; in EncryptServiceTestCase() local
|
/base/security/huks/test/reliability/src/ |
D | pressure_test.cpp | 602 uint32_t inLen = dataLen + COMPLEMENT_LEN; variable 657 uint32_t inLen = dataLen + COMPLEMENT_LEN; variable 1081 uint32_t inLen = dataLen + COMPLEMENT_LEN; variable 1140 uint32_t inLen = dataLen + COMPLEMENT_LEN; variable
|
D | api_pressure_test.cpp | 696 uint32_t inLen = dataLen + COMPLEMENT_LEN; in EncryptTest() local 709 const struct HksBlob *cipherText, uint32_t *inLen) in DecryptTest() 1347 uint32_t inLen = dataLen + COMPLEMENT_LEN; variable
|
/base/telephony/sms_mms/frameworks/native/mms/src/ |
D | mms_msg.cpp | 46 bool MmsMsg::DecodeMsg(std::unique_ptr<char[]> inBuff, uint32_t inLen) in DecodeMsg()
|
/base/telephony/sms_mms/frameworks/js/napi/include/ |
D | napi_mms.h | 169 uint32_t inLen; member
|
/base/security/crypto_framework/test/unittest/src/ |
D | crypto_aes_cipher_test.cpp | 71 static void PrintfHex(const char *tag, uint8_t *in, int inLen) in PrintfHex()
|