Searched defs:Htable (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/crypto/armv8/ |
H A D | armv8_crypto_wrap.c | 331 const uint8_t iv[static AES_GCM_IV_LEN], const __uint128_val_t *Htable) in armv8_aes_gmac_setup() 363 size_t authdatalen, const __uint128_val_t *Htable) in armv8_aes_gmac_finish() 398 const __uint128_val_t *Htable) in armv8_aes_encrypt_gcm() 461 const __uint128_val_t *Htable) in armv8_aes_decrypt_gcm()
|
H A D | armv8_crypto.h | 51 __uint128_val_t Htable[16]; member
|
/freebsd/sys/crypto/openssl/ |
H A D | ossl_aes_gcm.h | 62 __uint128_t Htable[16]; member
|
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/ |
H A D | gcm.c | 1185 size_t len, const void *key, uint64_t *iv, const uint64_t *Htable, in aesni_gcm_encrypt_avx() 1215 size_t len, const void *key, uint64_t *iv, const uint64_t *Htable, in aesni_gcm_encrypt_avx2() 1453 size_t len, const void *key, uint64_t *iv, const uint64_t *Htable, in aesni_gcm_decrypt_avx() 1462 size_t len, const void *key, uint64_t *iv, const uint64_t *Htable, in aesni_gcm_decrypt_avx2()
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_siv.h | 47 u128 Htable[16]; /* Polyval calculations via ghash */ member
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | modes.h | 131 u128 Htable[16]; member
|