/base/security/huks/test/unittest/huks_standard_test/three_stage_test/include/ |
D | hks_check_pur_part_test.h | 29 static const uint32_t IV_SIZE = 16; variable 30 static uint8_t IV[IV_SIZE] = {0};
|
D | hks_check_auth_part_test.h | 29 static const uint32_t IV_SIZE = 16; variable 30 static uint8_t IV[IV_SIZE] = {0};
|
D | hks_sm4_cipher_test_common.h | 24 static const uint32_t IV_SIZE = 16; variable 30 static uint8_t IV[IV_SIZE] = {0};
|
D | hks_import_wrapped_test_common.h | 44 static const uint32_t IV_SIZE = 16; variable 45 static uint8_t IV[IV_SIZE] = "bababababababab";
|
D | hks_access_control_test_common.h | 50 static const uint32_t IV_SIZE = 16; variable 70 static uint8_t IV[IV_SIZE] = {0};
|
D | hks_cross_test_common.h | 35 static const uint32_t IV_SIZE = 16; variable 37 static uint8_t IV[IV_SIZE] = {0};
|
D | hks_cross_test.h | 63 .size = Unittest::CrossTest::IV_SIZE, 90 .size = Unittest::CrossTest::IV_SIZE,
|
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/ |
D | hks_aes_key_mt.cpp | 43 const uint8_t IV[IV_SIZE] = {0}; 58 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 78 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 98 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 119 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 139 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 160 { .tag = HKS_TAG_NONCE, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 181 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 201 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 221 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, [all …]
|
D | hks_aes_cipher_mt.cpp | 46 const uint8_t IV[IV_SIZE] = {0}; 61 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 81 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 101 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 122 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 142 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 168 { .tag = HKS_TAG_NONCE, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 189 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 209 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 229 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, [all …]
|
D | hks_aes_encrypt_mt.cpp | 43 const uint8_t IV[IV_SIZE] = {0}; 57 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 77 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 97 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 118 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 138 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 164 { .tag = HKS_TAG_NONCE, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 185 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 205 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 225 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, [all …]
|
D | hks_aes_decrypt_mt.cpp | 43 const uint8_t IV[IV_SIZE] = {0}; 57 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 77 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 97 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 118 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 138 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 165 { .tag = HKS_TAG_NONCE, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 186 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 206 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, 226 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t*)IV } }, [all …]
|
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/include/symmetric_alg_test/ |
D | hks_aes_cipher_test_common.h | 24 static const uint32_t IV_SIZE = 16; variable 29 static uint8_t IV[IV_SIZE] = {0};
|
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/symmetric_alg_test/ |
D | hks_aes_cipher_part3_test.cpp | 101 .size = IV_SIZE, 128 .size = IV_SIZE, 174 .size = IV_SIZE, 201 .size = IV_SIZE, 379 .size = IV_SIZE, 406 .size = IV_SIZE, 453 .size = IV_SIZE, 480 .size = IV_SIZE, 527 .size = IV_SIZE, 554 .size = IV_SIZE, [all …]
|
D | hks_aes_cipher_part2_test.cpp | 101 .size = IV_SIZE, 128 .size = IV_SIZE, 174 .size = IV_SIZE, 201 .size = IV_SIZE, 379 .size = IV_SIZE, 406 .size = IV_SIZE, 453 .size = IV_SIZE, 480 .size = IV_SIZE, 527 .size = IV_SIZE, 554 .size = IV_SIZE,
|
D | hks_aes_cipher_part1_test.cpp | 101 .size = IV_SIZE, 128 .size = IV_SIZE, 174 .size = IV_SIZE, 201 .size = IV_SIZE, 378 .size = IV_SIZE, 405 .size = IV_SIZE, 451 .size = IV_SIZE, 478 .size = IV_SIZE, 525 .size = IV_SIZE, 552 .size = IV_SIZE,
|
/base/web/webview/ohos_adapter/keystore_adapter/src/ |
D | keystore_adapter_impl.cpp | 31 static const uint32_t IV_SIZE = 16; variable 32 static const uint8_t IV[IV_SIZE] = { 0 }; 106 .size = IV_SIZE, 131 .size = IV_SIZE,
|
/base/security/huks/test/unittest/huks_standard_test/module_test/upgrade_key_test/src/ |
D | hks_upgrade_key_test.cpp | 65 static const uint32_t IV_SIZE = 16; variable 66 static uint8_t IV[IV_SIZE] = { 0 }; 103 .size = IV_SIZE, 137 .size = IV_SIZE,
|
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/include/ |
D | openssl_aes_helper.h | 27 #define IV_SIZE 16 macro
|
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
D | hks_access_control_cipher_test.cpp | 84 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t *)IV }}, 115 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t *)IV }}, 146 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t *)IV }}, 205 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t *)IV }}, 559 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t *)IV }}, 586 { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = (uint8_t *)IV }},
|
/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/ |
D | hks_crypto_hal_aes_encrypt.cpp | 41 const uint32_t IV_SIZE = 16; variable 43 uint8_t IV[IV_SIZE] = {0}; 44 HksCipherParam TAG_IV = { .iv = { .size = IV_SIZE, .data = IV } }; 46 .nonce = { .size = IV_SIZE, .data = IV }, 48 .tagLenEnc = IV_SIZE,
|
D | hks_crypto_hal_aes_cipher.cpp | 42 const uint32_t IV_SIZE = 16; variable 44 const uint8_t IV[IV_SIZE] = {0}; 45 const HksCipherParam TAG_IV = { .iv = { .size = IV_SIZE, .data = (uint8_t *)IV } }; 47 .nonce = { .size = IV_SIZE, .data = (uint8_t *)IV }, 49 .tagLenEnc = IV_SIZE, 732 aeadParamForGcm.nonce = { .size = IV_SIZE, .data = (uint8_t *)IV }; in RunTestCaseThreeStageGCM() 780 aeadParamForGcm.nonce = { .size = IV_SIZE, .data = (uint8_t *)IV }; in RunTestCase()
|
D | hks_crypto_hal_aes_decrypt.cpp | 50 const uint32_t IV_SIZE = 16; variable 51 uint8_t IV[IV_SIZE] = {0}; 52 HksCipherParam TAG_IV = { .iv = { .size = IV_SIZE, .data = IV } }; 487 .nonce = { .size = IV_SIZE, .data = IV }, in GcmRunTestCase()
|
/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/upgrade_test/version_one/module_test/src/ |
D | hks_compatibility_module_test.cpp | 65 static const uint32_t IV_SIZE = 16; variable 66 static uint8_t IV[IV_SIZE] = {0}; 109 .size = IV_SIZE, 137 .size = IV_SIZE,
|
/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/upgrade_test/version_one/ |
D | hks_compatibility_test.cpp | 66 static const uint32_t IV_SIZE = 16; variable 67 static uint8_t IV[IV_SIZE] = {0}; 110 .size = IV_SIZE, 138 .size = IV_SIZE,
|
/base/security/huks/test/reliability/src/ |
D | api_pressure_test.cpp | 40 const uint32_t IV_SIZE = 16; variable 117 uint8_t iv[IV_SIZE] = {0}; in AESModeRandForCiper() 133 tagIv = { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = iv } }; in AESModeRandForCiper() 138 tagIv = { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = iv } }; in AESModeRandForCiper() 141 tagIv = { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = iv } }; in AESModeRandForCiper() 153 tagIv = { .tag = HKS_TAG_NONCE, .blob = { .size = IV_SIZE, .data = iv } }; in AESModeRandForCiper() 1297 uint8_t iv[IV_SIZE] = {0}; 1298 struct HksParam tagIv = { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = iv } }; 1338 uint8_t iv[IV_SIZE] = {0}; 1339 struct HksParam tagIv = { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = iv } };
|