AEAD_H_SIZE 3014 drivers/crypto/chelsio/chcr_algo.c kctx_len = roundup(aeadctx->enckey_len, 16) + AEAD_H_SIZE; AEAD_H_SIZE 3061 drivers/crypto/chelsio/chcr_algo.c GCM_CTX(aeadctx)->ghash_h, AEAD_H_SIZE); AEAD_H_SIZE 3382 drivers/crypto/chelsio/chcr_algo.c AEAD_H_SIZE; AEAD_H_SIZE 3395 drivers/crypto/chelsio/chcr_algo.c memset(gctx->ghash_h, 0, AEAD_H_SIZE); AEAD_H_SIZE 213 drivers/crypto/chelsio/chcr_crypto.h u8 ghash_h[AEAD_H_SIZE]; AEAD_H_SIZE 138 drivers/crypto/chelsio/chcr_ipsec.c unsigned char ghash_h[AEAD_H_SIZE]; AEAD_H_SIZE 163 drivers/crypto/chelsio/chcr_ipsec.c AEAD_H_SIZE; AEAD_H_SIZE 178 drivers/crypto/chelsio/chcr_ipsec.c memset(ghash_h, 0, AEAD_H_SIZE); AEAD_H_SIZE 183 drivers/crypto/chelsio/chcr_ipsec.c 16), ghash_h, AEAD_H_SIZE); AEAD_H_SIZE 185 drivers/crypto/chelsio/chcr_ipsec.c AEAD_H_SIZE; AEAD_H_SIZE 215 drivers/crypto/chelsio/chtls/chtls_hw.c unsigned char ghash_h[AEAD_H_SIZE]; AEAD_H_SIZE 224 drivers/crypto/chelsio/chtls/chtls_hw.c roundup(keylen, 16) + AEAD_H_SIZE; AEAD_H_SIZE 241 drivers/crypto/chelsio/chtls/chtls_hw.c memset(ghash_h, 0, AEAD_H_SIZE); AEAD_H_SIZE 263 drivers/crypto/chelsio/chtls/chtls_hw.c memcpy(kctx->key + keylen, ghash_h, AEAD_H_SIZE); AEAD_H_SIZE 306 drivers/crypto/chelsio/chtls/chtls_hw.c klen = roundup((keylen + AEAD_H_SIZE) + sizeof(*kctx), 32);