Searched refs:gmac (Results 1 - 10 of 10) sorted by path

/freebsd-11-stable/sys/crypto/aesni/
H A Daesni.c51 #include <opencrypto/gmac.h>
H A Daesni_wrap.c45 #include <opencrypto/gmac.h>
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_keycache.c198 u_int8_t gmac[IEEE80211_ADDR_LEN]; local
249 IEEE80211_ADDR_COPY(gmac, bss->ni_macaddr);
250 gmac[0] |= 0x01;
251 mac = gmac;
/freebsd-11-stable/sys/dev/msk/
H A Dif_msk.c477 uint32_t gmac; local
519 gmac = GM_GPCR_AU_ALL_DIS;
523 gmac |= GM_GPCR_SPEED_1000;
526 gmac |= GM_GPCR_SPEED_100;
534 gmac |= GM_GPCR_FC_RX_DIS;
537 gmac |= GM_GPCR_FC_TX_DIS;
539 gmac |= GM_GPCR_DUP_FULL;
541 gmac |= GM_GPCR_FC_RX_DIS | GM_GPCR_FC_TX_DIS;
542 gmac |= GM_GPCR_RX_ENA | GM_GPCR_TX_ENA;
543 GMAC_WRITE_2(sc, sc_if->msk_port, GM_GP_CTRL, gmac);
3805 uint16_t gmac; local
4319 uint16_t gmac; local
4342 uint16_t gmac; local
[all...]
/freebsd-11-stable/sys/modules/crypto/
H A DMakefile29 SRCS += gmac.c gfmult.c
/freebsd-11-stable/sys/opencrypto/
H A Dgmac.c36 #include <opencrypto/gmac.h>
H A Dxform.h40 #include <opencrypto/gmac.h>
H A Dxform_auth.h43 #include <opencrypto/gmac.h>
H A Dxform_gmac.c53 #include <opencrypto/gmac.h>
/freebsd-11-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c166 struct ccr_session_gmac gmac; member in union:ccr_session::__anon2
1146 hash_size_in_response = s->gmac.hash_len;
1369 memcpy(dst, s->gmac.ghash_h, GMAC_BLOCK_LEN);
1793 rijndaelEncrypt(keysched, rounds, zeroes, s->gmac.ghash_h);
2042 s->gmac.hash_len = AES_GMAC_HASH_LEN;
2044 s->gmac.hash_len = hash->cri_mlen;

Completed in 152 milliseconds