Symbol: AES_GMAC_HASH_LEN
sys/crypto/ccp/ccp.c
487
s->gmac.hash_len = AES_GMAC_HASH_LEN;
sys/dev/cxgbe/crypto/t4_crypto.c
1326
hmac_ctrl = ccr_hmac_ctrl(AES_GMAC_HASH_LEN, hash_size_in_response);
sys/dev/cxgbe/crypto/t4_crypto.c
2472
s->gmac.hash_len = AES_GMAC_HASH_LEN;
sys/dev/cxgbe/crypto/t7_kern_tls.c
1324
KASSERT(trailer_len == AES_GMAC_HASH_LEN,
sys/dev/cxgbe/crypto/t7_kern_tls.c
1385
KASSERT(offset <= AES_GMAC_HASH_LEN,
sys/dev/cxgbe/crypto/t7_kern_tls.c
1486
wr_len += AES_GMAC_HASH_LEN;
sys/dev/cxgbe/crypto/t7_kern_tls.c
1529
txpkt_lens[1] += AES_GMAC_HASH_LEN;
sys/dev/cxgbe/crypto/t7_kern_tls.c
1587
idata->len += AES_GMAC_HASH_LEN;
sys/dev/cxgbe/crypto/t7_kern_tls.c
1620
auth_stop = AES_GMAC_HASH_LEN;
sys/dev/cxgbe/crypto/t7_kern_tls.c
1639
(last_ghash_frag ? AES_GMAC_HASH_LEN : 0));
sys/dev/cxgbe/crypto/t7_kern_tls.c
1755
cipher_len = rlen - (m_tls->m_epg_hdrlen + AES_GMAC_HASH_LEN);
sys/dev/cxgbe/crypto/t7_kern_tls.c
1777
memset(out, 0, AES_GMAC_HASH_LEN);
sys/dev/cxgbe/crypto/t7_kern_tls.c
1779
memcpy(out, tlsp->ghash, AES_GMAC_HASH_LEN);
sys/dev/cxgbe/crypto/t7_kern_tls.c
1780
out += AES_GMAC_HASH_LEN;
sys/dev/cxgbe/crypto/t7_kern_tls.c
1873
(m_tls->m_epg_hdrlen + AES_GMAC_HASH_LEN);
sys/dev/cxgbe/crypto/t7_kern_tls.c
1937
AES_GMAC_HASH_LEN) != 0) {
sys/dev/cxgbe/crypto/t7_kern_tls.c
1962
idata->len += AES_GMAC_HASH_LEN;
sys/dev/cxgbe/crypto/t7_kern_tls.c
1967
out = write_tx_tls_ack(out, tlsp->rx_chid, AES_GMAC_HASH_LEN,
sys/dev/cxgbe/crypto/t7_kern_tls.c
1972
AES_GMAC_HASH_LEN, (uintptr_t)tlsp | CPL_FW6_COOKIE_KTLS);
sys/dev/cxgbe/crypto/t7_kern_tls.c
1975
memset(out, 0, AES_GMAC_HASH_LEN);
sys/dev/cxgbe/crypto/t7_kern_tls.c
1976
out += AES_GMAC_HASH_LEN;
sys/dev/cxgbe/crypto/t7_kern_tls.c
2140
memcpy(tlsp->ghash, ghash, AES_GMAC_HASH_LEN);
sys/dev/cxgbe/crypto/t7_kern_tls.c
2156
zero_buffer = malloc_aligned(AES_GMAC_HASH_LEN, AES_GMAC_HASH_LEN,
sys/dev/cxgbe/crypto/t7_kern_tls.c
632
KASSERT(trailer_len == AES_GMAC_HASH_LEN,
sys/dev/cxgbe/crypto/t7_kern_tls.c
669
wr_len += AES_GMAC_HASH_LEN;
sys/dev/cxgbe/crypto/t7_kern_tls.c
715
wr_len += AES_GMAC_HASH_LEN;
sys/dev/cxgbe/crypto/t7_kern_tls.c
93
char ghash[AES_GMAC_HASH_LEN];
sys/kern/uipc_ktls.c
734
tls->params.tls_tlen = AES_GMAC_HASH_LEN;
sys/opencrypto/crypto.c
856
if (csp->csp_auth_mlen > AES_GMAC_HASH_LEN)
sys/opencrypto/ktls_ocf.c
666
(AES_GMAC_HASH_LEN + sizeof(uint64_t));
sys/opencrypto/ktls_ocf.c
740
if (tls_len < sizeof(uint64_t) + AES_GMAC_HASH_LEN)
sys/opencrypto/ktls_ocf.c
753
payload_len = tls_len - (AES_GMAC_HASH_LEN + sizeof(uint64_t));
sys/opencrypto/ktls_ocf.c
927
if (tls_len < AES_GMAC_HASH_LEN + 1)
sys/opencrypto/ktls_ocf.c
940
payload_len = tls_len - AES_GMAC_HASH_LEN;
sys/opencrypto/xform_aes_icm.c
108
.macsize = AES_GMAC_HASH_LEN,
sys/opencrypto/xform_gmac.c
70
.hashsize = AES_GMAC_HASH_LEN,
sys/opencrypto/xform_gmac.c
84
.hashsize = AES_GMAC_HASH_LEN,
sys/opencrypto/xform_gmac.c
98
.hashsize = AES_GMAC_HASH_LEN,
tests/sys/kern/ktls_test.c
697
return (AES_GMAC_HASH_LEN);
tools/tools/crypto/cryptocheck.c
1193
char control_tag[AES_GMAC_HASH_LEN], test_tag[AES_GMAC_HASH_LEN];
tools/tools/crypto/cryptocheck.c
1571
MAX(MAX(AES_GMAC_HASH_LEN, AES_CBC_MAC_HASH_LEN), POLY1305_HASH_LEN)
tools/tools/crypto/cryptocheck.c
205
.tag_len = AES_GMAC_HASH_LEN, .evp_cipher = EVP_aes_128_gcm },
tools/tools/crypto/cryptocheck.c
207
.tag_len = AES_GMAC_HASH_LEN, .evp_cipher = EVP_aes_192_gcm },
tools/tools/crypto/cryptocheck.c
209
.tag_len = AES_GMAC_HASH_LEN, .evp_cipher = EVP_aes_256_gcm },
tools/tools/crypto/cryptocheck.c
237
.type = T_AEAD, .tag_len = AES_GMAC_HASH_LEN,
tools/tools/crypto/cryptocheck.c
240
.type = T_AEAD, .tag_len = AES_GMAC_HASH_LEN,
tools/tools/crypto/cryptocheck.c
243
.type = T_AEAD, .tag_len = AES_GMAC_HASH_LEN,