Searched refs:AEAD_H_SIZE (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/crypto/chelsio/chtls/ |
D | chtls_hw.c | 218 unsigned char ghash_h[AEAD_H_SIZE]; in chtls_key_info() 227 roundup(keylen, 16) + AEAD_H_SIZE; in chtls_key_info() 250 memset(ghash_h, 0, AEAD_H_SIZE); in chtls_key_info() 271 memcpy(kctx->key + keylen, ghash_h, AEAD_H_SIZE); in chtls_key_info() 317 klen = roundup((keylen + AEAD_H_SIZE) + sizeof(*kctx), 32); in chtls_setkey()
|
/Linux-v4.19/drivers/crypto/chelsio/ |
D | chcr_ipsec.c | 137 unsigned char ghash_h[AEAD_H_SIZE]; in chcr_ipsec_setkey() 161 AEAD_H_SIZE; in chcr_ipsec_setkey() 183 memset(ghash_h, 0, AEAD_H_SIZE); in chcr_ipsec_setkey() 186 16), ghash_h, AEAD_H_SIZE); in chcr_ipsec_setkey() 188 AEAD_H_SIZE; in chcr_ipsec_setkey()
|
D | chcr_crypto.h | 131 #define AEAD_H_SIZE 16 macro 216 u8 ghash_h[AEAD_H_SIZE];
|
D | chcr_algo.c | 2955 kctx_len = roundup(aeadctx->enckey_len, 16) + AEAD_H_SIZE; in create_gcm_wr() 3003 GCM_CTX(aeadctx)->ghash_h, AEAD_H_SIZE); in create_gcm_wr() 3333 AEAD_H_SIZE; in chcr_gcm_setkey() 3353 memset(gctx->ghash_h, 0, AEAD_H_SIZE); in chcr_gcm_setkey()
|