Searched refs:AEAD_H_SIZE (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_hw.c | 257 unsigned char ghash_h[AEAD_H_SIZE]; in chtls_key_info() 263 roundup(keylen, 16) + AEAD_H_SIZE; in chtls_key_info() 307 memset(ghash_h, 0, AEAD_H_SIZE); in chtls_key_info() 329 memcpy(kctx->key + keylen, ghash_h, AEAD_H_SIZE); in chtls_key_info() 373 klen = roundup((keylen + AEAD_H_SIZE) + sizeof(*kctx), 32); in chtls_setkey()
|
/openbmc/linux/drivers/crypto/chelsio/ |
H A D | chcr_crypto.h | 132 #define AEAD_H_SIZE 16 macro 215 u8 ghash_h[AEAD_H_SIZE];
|
H A D | chcr_algo.c | 3169 kctx_len = roundup(aeadctx->enckey_len, 16) + AEAD_H_SIZE; in create_gcm_wr() 3216 GCM_CTX(aeadctx)->ghash_h, AEAD_H_SIZE); in create_gcm_wr() 3525 AEAD_H_SIZE; in chcr_gcm_setkey() 3538 memset(gctx->ghash_h, 0, AEAD_H_SIZE); in chcr_gcm_setkey()
|
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
H A D | chcr_ipsec.c | 173 unsigned char ghash_h[AEAD_H_SIZE]; in ch_ipsec_setkey() 198 AEAD_H_SIZE; in ch_ipsec_setkey() 213 memset(ghash_h, 0, AEAD_H_SIZE); in ch_ipsec_setkey() 218 16), ghash_h, AEAD_H_SIZE); in ch_ipsec_setkey() 220 AEAD_H_SIZE; in ch_ipsec_setkey()
|