Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_siv.h58 void ossl_polyval_ghash_init(u128 Htable[16], const uint64_t H[2]);
H A Dcipher_aes_gcm_siv_polyval.c61 void ossl_polyval_ghash_init(u128 Htable[16], const uint64_t H[2]) in ossl_polyval_ghash_init() function
H A Dcipher_aes_gcm_siv_hw.c176 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()