Home
last modified time | relevance | path

Searched refs:msg_auth_key (Results 1 – 2 of 2) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_siv_hw.c73 memcpy(&ctx->msg_auth_key[i], output, 8); in aes_gcm_siv_initkey()
176 ossl_polyval_ghash_init(ctx->Htable, (const uint64_t*)ctx->msg_auth_key); in aes_gcm_siv_encrypt()
242 ossl_polyval_ghash_init(ctx->Htable, (const uint64_t*)ctx->msg_auth_key); in aes_gcm_siv_decrypt()
H A Dcipher_aes_gcm_siv.h43 uint8_t msg_auth_key[BLOCK_SIZE]; member

Completed in 7 milliseconds