Searched refs:aes_cmac (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/wireless/silabs/wfx/ |
| H A D | key.c | 144 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/bluetooth/ |
| H A D | smp.c | 169 static int aes_cmac(struct crypto_shash *tfm, const u8 k[16], const u8 *m, in aes_cmac() function 223 err = aes_cmac(tfm_cmac, x, m, sizeof(m), res); in smp_f4() 253 err = aes_cmac(tfm_cmac, salt, w, 32, t); in smp_f5() 268 err = aes_cmac(tfm_cmac, t, m, sizeof(m), mackey); in smp_f5() 276 err = aes_cmac(tfm_cmac, t, m, sizeof(m), ltk); in smp_f5() 304 err = aes_cmac(tfm_cmac, w, m, sizeof(m), res); in smp_f6() 327 err = aes_cmac(tfm_cmac, x, m, sizeof(m), tmp); in smp_g2() 346 err = aes_cmac(tfm_cmac, w, key_id, 4, res); in smp_h6() 362 err = aes_cmac(tfm_cmac, salt, w, 16, res); in smp_h7()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | d3.c | 367 BUILD_BUG_ON(ipn_len != ARRAY_SIZE(seq->aes_cmac.pn)); in iwl_mld_convert_mcast_ipn() 369 offsetof(struct ieee80211_key_seq, aes_cmac)); in iwl_mld_convert_mcast_ipn() 376 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 D | d3.c | 1787 BUILD_BUG_ON(sizeof(seq->aes_cmac.pn) != sizeof(key->ipn)); in iwl_mvm_d3_set_igtk_bigtk_ipn() 1788 memcpy(seq->aes_cmac.pn, key->ipn, sizeof(seq->aes_cmac.pn)); in iwl_mvm_d3_set_igtk_bigtk_ipn()
|
| H A D | sta.c | 3737 pn = seq.aes_cmac.pn; in iwl_mvm_send_sta_igtk()
|
| /linux/include/net/ |
| H A D | mac80211.h | 2431 } aes_cmac; member
|
| /linux/net/mac80211/ |
| H A D | cfg.c | 870 offsetof(typeof(kseq), aes_cmac)); in ieee80211_get_key()
|