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/ |
H A 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/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A D | hks_aes_decrypt_mt.cpp | 62 .inLenAppend = COMPLEMENT_LEN, 203 .inLenAppend = COMPLEMENT_LEN, 344 .inLenAppend = COMPLEMENT_LEN, 503 uint32_t inLen = testCaseParams.hexData.length() + COMPLEMENT_LEN; in RunTestCase()
|
/base/security/huks/test/reliability/src/ |
H A D | pressure_test.cpp | 43 const uint32_t COMPLEMENT_LEN = 16; member 577 uint32_t inLen = dataLen + COMPLEMENT_LEN; in HWTEST_F() 633 uint32_t inLen = dataLen + COMPLEMENT_LEN; in HWTEST_F() 1059 uint32_t inLen = dataLen + COMPLEMENT_LEN; in HWTEST_F() 1118 uint32_t inLen = dataLen + COMPLEMENT_LEN; in HWTEST_F()
|
H A D | api_pressure_test.cpp | 53 const uint32_t COMPLEMENT_LEN = 16; member 693 uint32_t inLen = dataLen + COMPLEMENT_LEN; in EncryptTest() 1324 uint32_t inLen = dataLen + COMPLEMENT_LEN; in HWTEST_F()
|
Completed in 9 milliseconds