Searched refs:msg_auth_key (Results 1 – 2 of 2) sorted by relevance
73 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()
43 uint8_t msg_auth_key[BLOCK_SIZE]; member
Completed in 20 milliseconds