Searched refs:ghash_h (Results 1 – 4 of 4) sorted by relevance
/drivers/crypto/chelsio/chtls/ |
D | chtls_hw.c | 215 unsigned char ghash_h[AEAD_H_SIZE]; in chtls_key_info() local 241 memset(ghash_h, 0, AEAD_H_SIZE); in chtls_key_info() 242 aes_encrypt(&aes, ghash_h, ghash_h); in chtls_key_info() 263 memcpy(kctx->key + keylen, ghash_h, AEAD_H_SIZE); in chtls_key_info()
|
/drivers/crypto/chelsio/ |
D | chcr_ipsec.c | 138 unsigned char ghash_h[AEAD_H_SIZE]; in chcr_ipsec_setkey() local 178 memset(ghash_h, 0, AEAD_H_SIZE); in chcr_ipsec_setkey() 179 aes_encrypt(&aes, ghash_h, ghash_h); in chcr_ipsec_setkey() 183 16), ghash_h, AEAD_H_SIZE); in chcr_ipsec_setkey()
|
D | chcr_crypto.h | 213 u8 ghash_h[AEAD_H_SIZE]; member
|
D | chcr_algo.c | 3061 GCM_CTX(aeadctx)->ghash_h, AEAD_H_SIZE); in create_gcm_wr() 3395 memset(gctx->ghash_h, 0, AEAD_H_SIZE); in chcr_gcm_setkey() 3396 aes_encrypt(&aes, gctx->ghash_h, gctx->ghash_h); in chcr_gcm_setkey()
|