Home
last modified time | relevance | path

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 Dhuks_adapter.h267 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 Dhuks_adapter_test.h271 int32_t aes_gcm_encrypt(struct var_buffer *key, const struct uint8_buff *plain,
H A Dhuks_adapter_test.cpp946 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 Dauth_info.c84 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 Dsts_client.c370 …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 Dhuks_adapter_mock.c502 int32_t aes_gcm_encrypt(struct var_buffer *key, const struct uint8_buff *plain, in aes_gcm_encrypt() function
H A Dhuks_adapter_mock_for_pake.c502 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 Dhuks_adapter.c548 int32_t aes_gcm_encrypt(struct var_buffer *key, const struct uint8_buff *plain, in aes_gcm_encrypt() function