Home
last modified time | relevance | path

Searched refs:aes_cmac (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/silabs/wfx/
H A Dkey.c144 memcpy(msg->ipn, seq->aes_cmac.pn, sizeof(seq->aes_cmac.pn)); in fill_aes_cmac_group()
145 memreverse(msg->ipn, sizeof(seq->aes_cmac.pn)); in fill_aes_cmac_group()
/linux/net/ipv4/
H A Dtcp_ao.c52 } aes_cmac; member
87 aes_cmac_preparekey(&mac_ctx->aes_cmac.key, traffic_key, in tcp_ao_mac_init()
89 aes_cmac_init(&mac_ctx->aes_cmac.ctx, &mac_ctx->aes_cmac.key); in tcp_ao_mac_init()
107 aes_cmac_update(&mac_ctx->aes_cmac.ctx, data, data_len); in tcp_ao_mac_update()
124 aes_cmac_final(&mac_ctx->aes_cmac.ctx, out); in tcp_ao_mac_final()
147 aes_cmac(&k, input, input_len, traffic_key); in tcp_ao_calc_traffic_key()
1433 aes_cmac(&extractor, cmd->key, cmd->keylen, key->key); in tcp_ao_parse_crypto()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dd3.c402 BUILD_BUG_ON(ipn_len != ARRAY_SIZE(seq->aes_cmac.pn)); in iwl_mld_convert_mcast_ipn()
404 offsetof(struct ieee80211_key_seq, aes_cmac)); in iwl_mld_convert_mcast_ipn()
411 seq->aes_cmac.pn[i] = key->ipn[ipn_len - i - 1]; in iwl_mld_convert_mcast_ipn()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c1798 BUILD_BUG_ON(sizeof(seq->aes_cmac.pn) != sizeof(key->ipn)); in iwl_mvm_d3_set_igtk_bigtk_ipn()
1799 memcpy(seq->aes_cmac.pn, key->ipn, sizeof(seq->aes_cmac.pn)); in iwl_mvm_d3_set_igtk_bigtk_ipn()
H A Dsta.c3737 pn = seq.aes_cmac.pn; in iwl_mvm_send_sta_igtk()
/linux/include/net/
H A Dmac80211.h2482 } aes_cmac; member
/linux/net/bluetooth/
H A Dsmp.c184 aes_cmac(&key, msg_msb, len, mac_msb); in smp_aes_cmac()
/linux/net/mac80211/
H A Dcfg.c871 offsetof(typeof(kseq), aes_cmac)); in ieee80211_get_key()