Searched refs:nonce_blob (Results 1 – 3 of 3) sorted by relevance
247 struct hks_blob *nonce_blob; /* Nonce value or iv vector */ member
593 struct HksBlob nonce_blob = { HC_AES_GCM_NONCE_LEN, cipher->val }; in aes_gcm_decrypt() local594 …truct HksBlob cipher_text_with_tag = { cipher->length - nonce_blob.size, cipher->val + nonce_blob.… in aes_gcm_decrypt()
649 struct HksBlob nonce_blob = { HC_AES_GCM_NONCE_LEN, cipher->val }; in aes_gcm_decrypt() local650 …truct HksBlob cipher_text_with_tag = { cipher->length - nonce_blob.size, cipher->val + nonce_blob.… in aes_gcm_decrypt()