Searched refs:COMPLEMENT_LEN (Results 1 – 7 of 7) sorted by relevance
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/include/ |
D | openssl_aes_helper.h | 26 #define COMPLEMENT_LEN 16 macro
|
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/ |
D | hks_aes_key_mt.cpp | 61 .inLenAppend = COMPLEMENT_LEN, 184 .inLenAppend = COMPLEMENT_LEN, 307 .inLenAppend = COMPLEMENT_LEN, 463 uint32_t inLen = testCaseParams.hexData.length() + COMPLEMENT_LEN; in RunTestCase()
|
D | hks_aes_cipher_mt.cpp | 64 .inLenAppend = COMPLEMENT_LEN, 192 .inLenAppend = COMPLEMENT_LEN, 320 .inLenAppend = COMPLEMENT_LEN, 454 uint32_t inLen = testCaseParams.hexData.length() + COMPLEMENT_LEN; in RunTestCase()
|
D | hks_aes_encrypt_mt.cpp | 60 .inLenAppend = COMPLEMENT_LEN, 188 .inLenAppend = COMPLEMENT_LEN, 316 .inLenAppend = COMPLEMENT_LEN, 464 uint32_t inLen = testCaseParams.hexData.length() + COMPLEMENT_LEN; in RunTestCase()
|
D | hks_aes_decrypt_mt.cpp | 60 .inLenAppend = COMPLEMENT_LEN, 189 .inLenAppend = COMPLEMENT_LEN, 318 .inLenAppend = COMPLEMENT_LEN, 467 uint32_t inLen = testCaseParams.hexData.length() + COMPLEMENT_LEN; in RunTestCase()
|
/base/security/huks/test/reliability/src/ |
D | pressure_test.cpp | 34 const uint32_t COMPLEMENT_LEN = 16; variable 602 uint32_t inLen = dataLen + COMPLEMENT_LEN; 657 uint32_t inLen = dataLen + COMPLEMENT_LEN; 1081 uint32_t inLen = dataLen + COMPLEMENT_LEN; 1140 uint32_t inLen = dataLen + COMPLEMENT_LEN;
|
D | api_pressure_test.cpp | 44 const uint32_t COMPLEMENT_LEN = 16; variable 696 uint32_t inLen = dataLen + COMPLEMENT_LEN; in EncryptTest() 1347 uint32_t inLen = dataLen + COMPLEMENT_LEN;
|