Home
last modified time | relevance | path

Searched defs:aadData (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_common_test/include/
H A Dhks_test_cipher_h.h25 struct HksBlob **aadData; member
36 struct HksBlob *aadData; member
/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/
H A Dhks_test_cipher_func.cpp215 struct HksBlob *aadData = NULL; in BaseTestCipher() local
283 struct HksBlob *aadData = NULL; in BaseTestEncrypt() local
335 struct HksBlob *aadData = NULL; in BaseTestDecrypt() local
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/
H A Dhks_modify_key_test.c78 struct HksBlob *aadData = NULL; in BaseTestCipherProcess() local
159 struct HksBlob *aadData = NULL; in LITE_TEST_CASE() local
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
H A Dhks_modify_key_test.cpp94 struct HksBlob *aadData = NULL; in BaseTestCipher() local
154 struct HksBlob *aadData = NULL; variable
/ohos5.0/base/security/asset/test/unittest/module_test/src/
H A Dhuks_wrapper_test.cpp110 struct HksBlob aadData = { 8, aad }; variable
135 struct HksBlob aadData = { 8, aad }; variable
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/include/
H A Dhks_test_cipher.h28 struct HksBlob **aadData; member
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/common/include/
H A Dhks_test_cipher.h28 struct HksBlob **aadData; member
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/framework_test/common_test/src/
H A Dhks_base_check_test.cpp293 const char* aadData = "0"; variable
319 const char* aadData = "00000"; variable
/ohos5.0/base/security/crypto_framework/test/unittest/src/native/
H A Dnative_sym_cipher_test.cpp154 Crypto_DataBlob aadData = { .data = aad, .len = sizeof(aad) }; variable
/ohos5.0/base/security/huks/test/reliability/src/
H A Dapi_pressure_test.cpp159 uint8_t aadData[AAD_SIZE] = { 'a', 'a', 'd' }; in AESModeRandForCiper() local