Searched refs:aes_gcm_decrypt (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/ |
H A D | huks_adapter_test.cpp | 1008 int32_t result = aes_gcm_decrypt(&key, &message, &aad, &out_plain); 1034 int32_t result = aes_gcm_decrypt(&key, &cipher, &aad, &out_plain); 1060 int32_t result = aes_gcm_decrypt(&key, &cipher, &aad, &out_plain); 1086 int32_t result = aes_gcm_decrypt(nullptr, &cipher, &aad, &out_plain); 1088 result = aes_gcm_decrypt(&key, nullptr, &aad, &out_plain); 1090 result = aes_gcm_decrypt(&key, &cipher, nullptr, &out_plain); 1092 result = aes_gcm_decrypt(&key, &cipher, &aad, nullptr);
|
H A D | huks_adapter_test.h | 283 int32_t aes_gcm_decrypt(struct var_buffer *key, const struct uint8_buff *cipher,
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/huks_adapter/ |
H A D | huks_adapter.h | 279 int32_t aes_gcm_decrypt(struct var_buffer *key, const struct uint8_buff *cipher,
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/ |
H A D | auth_info.c | 110 int32_t ret = aes_gcm_decrypt((struct var_buffer *)key, payload, &aes_aad, plain); in decrypt_payload()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/ |
H A D | sts_client.c | 299 …int32_t ret = aes_gcm_decrypt((struct var_buffer *)&sts_client->session_key, &auth_data, &aes_aad,… in init_signature() 413 …int32_t ret = aes_gcm_decrypt((struct var_buffer *)&sts_client->session_key, &cipher, &aes_aad, &a… in parse_end_response_data()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/ |
H A D | huks_adapter_mock.c | 546 int32_t aes_gcm_decrypt(struct var_buffer *key, const struct uint8_buff *cipher, in aes_gcm_decrypt() function
|
H A D | huks_adapter_mock_for_pake.c | 580 int32_t aes_gcm_decrypt(struct var_buffer *key, const struct uint8_buff *cipher, in aes_gcm_decrypt() function
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/ |
H A D | huks_adapter.c | 635 int32_t aes_gcm_decrypt(struct var_buffer *key, const struct uint8_buff *cipher, in aes_gcm_decrypt() function
|