Home
last modified time | relevance | path

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 Dhuks_adapter_test.cpp1008 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 Dhuks_adapter_test.h283 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 Dhuks_adapter.h279 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 Dauth_info.c110 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 Dsts_client.c299 …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 Dhuks_adapter_mock.c546 int32_t aes_gcm_decrypt(struct var_buffer *key, const struct uint8_buff *cipher, in aes_gcm_decrypt() function
H A Dhuks_adapter_mock_for_pake.c580 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 Dhuks_adapter.c635 int32_t aes_gcm_decrypt(struct var_buffer *key, const struct uint8_buff *cipher, in aes_gcm_decrypt() function