Home
last modified time | relevance | path

Searched refs:nonce_blob (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/huks/interfaces/inner_api/huks_lite/
H A Dhks_types.h247 struct hks_blob *nonce_blob; /* Nonce value or iv vector */ member
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/
H A Dhuks_adapter_mock_for_pake.c593 struct HksBlob nonce_blob = { HC_AES_GCM_NONCE_LEN, cipher->val }; in aes_gcm_decrypt() local
594 …truct HksBlob cipher_text_with_tag = { cipher->length - nonce_blob.size, cipher->val + nonce_blob.… in aes_gcm_decrypt()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/
H A Dhuks_adapter.c649 struct HksBlob nonce_blob = { HC_AES_GCM_NONCE_LEN, cipher->val }; in aes_gcm_decrypt() local
650 …truct HksBlob cipher_text_with_tag = { cipher->length - nonce_blob.size, cipher->val + nonce_blob.… in aes_gcm_decrypt()