Home
last modified time | relevance | path

Searched refs:compute_hmac (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/huks_adapter/
H A Dhuks_adapter.h245 int32_t compute_hmac(struct var_buffer *key, const struct uint8_buff *message, struct hmac *out_hma…
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
H A Dhuks_adapter_test.h249 int32_t compute_hmac(struct var_buffer *key, const struct uint8_buff *message, struct hmac *out_hma…
H A Dhuks_adapter_test.cpp871 int32_t result = compute_hmac(&key, &message, &out_hamc);
890 int32_t result = compute_hmac(nullptr, &message, &out_hamc);
892 result = compute_hmac(&key, nullptr, &out_hamc);
894 result = compute_hmac(&key, &message, nullptr);
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dpake_client.c357 int32_t ret = compute_hmac((struct var_buffer *)&pake_client->hmac_key, &challenge, &proof); in generate_proof()
383 …int32_t ret = compute_hmac((struct var_buffer *)&pake_client->hmac_key, &challenge, &verify_proof); in verify_proof_is_ok()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/
H A Dhuks_adapter_mock.c369 int32_t compute_hmac(struct var_buffer *key, const struct uint8_buff *message, struct hmac *out_hma… in compute_hmac() function
H A Dhuks_adapter_mock_for_pake.c369 int32_t compute_hmac(struct var_buffer *key, const struct uint8_buff *message, struct hmac *out_hma… in compute_hmac() function
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/
H A Dhuks_adapter.c396 int32_t compute_hmac(struct var_buffer *key, const struct uint8_buff *message, struct hmac *out_hma… in compute_hmac() function