Searched refs:aes_gcm_encrypt (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/huks_adapter/ |
H A D | huks_adapter.h | 267 int32_t aes_gcm_encrypt(struct var_buffer *key, const struct uint8_buff *plain,
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/ |
H A D | huks_adapter_test.h | 271 int32_t aes_gcm_encrypt(struct var_buffer *key, const struct uint8_buff *plain,
|
H A D | huks_adapter_test.cpp | 946 int32_t result = aes_gcm_encrypt(&key, &message, &aad, &out_plain); 949 result = aes_gcm_encrypt(&key, &message, &aad, &out_plain); 971 int32_t result = aes_gcm_encrypt(nullptr, &message, &aad, &out_plain); 973 result = aes_gcm_encrypt(&key, nullptr, &aad, &out_plain); 975 result = aes_gcm_encrypt(&key, &message, nullptr, &out_plain); 977 result = aes_gcm_encrypt(&key, &message, &aad, nullptr);
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/ |
H A D | auth_info.c | 84 int32_t ret = aes_gcm_encrypt((struct var_buffer *)key, plain, &aes_aad, payload); in encrypt_payload()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/ |
H A D | sts_client.c | 370 …ret = aes_gcm_encrypt((struct var_buffer *)&sts_client->session_key, &plain, &aes_aad, &out_auth_d… in build_end_request_data()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/ |
H A D | huks_adapter_mock.c | 502 int32_t aes_gcm_encrypt(struct var_buffer *key, const struct uint8_buff *plain, in aes_gcm_encrypt() function
|
H A D | huks_adapter_mock_for_pake.c | 502 int32_t aes_gcm_encrypt(struct var_buffer *key, const struct uint8_buff *plain, in aes_gcm_encrypt() function
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/ |
H A D | huks_adapter.c | 548 int32_t aes_gcm_encrypt(struct var_buffer *key, const struct uint8_buff *plain, in aes_gcm_encrypt() function
|