Searched refs:AEAD_H_SIZE (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/crypto/chelsio/chtls/ |
| D | chtls_hw.c | 215 unsigned char ghash_h[AEAD_H_SIZE]; in chtls_key_info() 224 roundup(keylen, 16) + AEAD_H_SIZE; in chtls_key_info() 241 memset(ghash_h, 0, AEAD_H_SIZE); in chtls_key_info() 263 memcpy(kctx->key + keylen, ghash_h, AEAD_H_SIZE); in chtls_key_info() 306 klen = roundup((keylen + AEAD_H_SIZE) + sizeof(*kctx), 32); in chtls_setkey()
|
| /Linux-v5.4/drivers/crypto/chelsio/ |
| D | chcr_ipsec.c | 138 unsigned char ghash_h[AEAD_H_SIZE]; in chcr_ipsec_setkey() 163 AEAD_H_SIZE; in chcr_ipsec_setkey() 178 memset(ghash_h, 0, AEAD_H_SIZE); in chcr_ipsec_setkey() 183 16), ghash_h, AEAD_H_SIZE); in chcr_ipsec_setkey() 185 AEAD_H_SIZE; in chcr_ipsec_setkey()
|
| D | chcr_crypto.h | 132 #define AEAD_H_SIZE 16 macro 213 u8 ghash_h[AEAD_H_SIZE];
|
| D | chcr_algo.c | 3014 kctx_len = roundup(aeadctx->enckey_len, 16) + AEAD_H_SIZE; in create_gcm_wr() 3061 GCM_CTX(aeadctx)->ghash_h, AEAD_H_SIZE); in create_gcm_wr() 3392 AEAD_H_SIZE; in chcr_gcm_setkey() 3405 memset(gctx->ghash_h, 0, AEAD_H_SIZE); in chcr_gcm_setkey()
|