Home
last modified time | relevance | path

Searched defs:inLen (Results 1 – 19 of 19) sorted by relevance

/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
Dhks_crypto_hal_aes_cipher.cpp497 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
Dhks_crypto_hal_aes_encrypt.cpp353 uint32_t inLen = encryptMsg->size; in RunTestEncrypt() local
412 uint32_t inLen = testCaseParams.hexData.length() / HKS_COUNT_OF_HALF; in RunTestCase() local
Dhks_crypto_hal_rsa_decrypt.cpp487 uint32_t inLen = testCaseParams.hexData.length() / HKS_COUNT_OF_HALF; in RunTestCase() local
Dhks_crypto_hal_rsa_encrypt.cpp474 uint32_t inLen = testCaseParams.hexData.length() / HKS_COUNT_OF_HALF; in RunTestCase() local
Dhks_crypto_hal_aes_decrypt.cpp338 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
Dhks_crypto_hal_rsa_oaep_decrypt.cpp1291 uint32_t inLen = testCaseParams.hexData.length() / HKS_COUNT_OF_HALF; in RunTestCase() local
Dhks_crypto_hal_rsa_oaep_encrypt.cpp1165 uint32_t inLen = testCaseParams.hexData.length() / HKS_COUNT_OF_HALF; in RunTestCase() local
Dhks_crypto_hal_rsa_cipher.cpp879 uint32_t inLen = testCaseParams.hexData.length() / HKS_COUNT_OF_HALF; in RunTestCase() local
/base/security/huks/frameworks/huks_standard/main/core/src/
Dhks_verifier.c252 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/
Dhks_aes_cipher_mt.cpp454 uint32_t inLen = testCaseParams.hexData.length() + COMPLEMENT_LEN; in RunTestCase() local
Dhks_aes_encrypt_mt.cpp464 uint32_t inLen = testCaseParams.hexData.length() + COMPLEMENT_LEN; in RunTestCase() local
Dhks_aes_decrypt_mt.cpp467 uint32_t inLen = testCaseParams.hexData.length() + COMPLEMENT_LEN; in RunTestCase() local
Dhks_aes_key_mt.cpp463 uint32_t inLen = testCaseParams.hexData.length() + COMPLEMENT_LEN; in RunTestCase() local
Dhks_rsa_common_mt.cpp186 uint32_t inLen = (cipherLenBit->uint32Param) / BIT_NUM_OF_UINT8; in EncryptServiceTestCase() local
/base/security/huks/test/reliability/src/
Dpressure_test.cpp602 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
Dapi_pressure_test.cpp696 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/
Dmms_msg.cpp46 bool MmsMsg::DecodeMsg(std::unique_ptr<char[]> inBuff, uint32_t inLen) in DecodeMsg()
/base/telephony/sms_mms/frameworks/js/napi/include/
Dnapi_mms.h169 uint32_t inLen; member
/base/security/crypto_framework/test/unittest/src/
Dcrypto_aes_cipher_test.cpp71 static void PrintfHex(const char *tag, uint8_t *in, int inLen) in PrintfHex()