Searched refs:aes_gmac (Results 1 – 5 of 5) sorted by relevance
366 BUILD_BUG_ON(ipn_len != ARRAY_SIZE(seq->aes_gmac.pn)); in iwl_mld_convert_mcast_ipn()368 BUILD_BUG_ON(offsetof(struct ieee80211_key_seq, aes_gmac) != in iwl_mld_convert_mcast_ipn()375 seq->aes_gmac.pn[i] = key->ipn[ipn_len - i - 1]; in iwl_mld_convert_mcast_ipn()
1771 fcport->edif.aes_gmac = 1; in qla24xx_sadb_update()1773 fcport->edif.aes_gmac = 0; in qla24xx_sadb_update()2470 if (sp->fcport->edif.aes_gmac) in qla24xx_sa_update_iocb()2488 sp->fcport->edif.aes_gmac); in qla24xx_sa_update_iocb()
1782 BUILD_BUG_ON(sizeof(seq->aes_gmac.pn) != sizeof(key->ipn)); in iwl_mvm_d3_set_igtk_bigtk_ipn()1783 memcpy(seq->aes_gmac.pn, key->ipn, sizeof(seq->aes_gmac.pn)); in iwl_mvm_d3_set_igtk_bigtk_ipn()
2434 } aes_gmac; member
875 offsetof(typeof(kseq), aes_gmac)); in ieee80211_get_key()