Home
last modified time | relevance | path

Searched refs:ptk (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/usb/host/whci/
Dwusb.c161 const void *ptk, size_t key_size) in whc_set_ptk() argument
169 if (ptk) { in whc_set_ptk()
170 ret = whc_set_key(whc, port_idx, tkid, ptk, key_size, false); in whc_set_ptk()
Dwhcd.h148 const void *ptk, size_t key_size);
/Linux-v4.19/drivers/usb/wusbcore/
Dcrypto.c446 .ptk = {
493 wusb_key_dump(&keydvt_out.ptk, sizeof(keydvt_out.ptk)); in wusb_key_derive_verify()
Dsecurity.c482 keydvt_out.ptk, sizeof(keydvt_out.ptk)); in wusb_dev_4way_handshake()
/Linux-v4.19/include/linux/usb/
Dwusb.h307 u8 ptk[16]; member
/Linux-v4.19/net/mac80211/
Dkey.c344 rcu_assign_pointer(sta->ptk[idx], new); in ieee80211_key_replace()
672 old_key = key_mtx_dereference(sdata->local, sta->ptk[idx]); in ieee80211_key_link()
942 key = key_mtx_dereference(local, sta->ptk[i]); in ieee80211_free_sta_keys()
Dsta_info.h495 struct ieee80211_key __rcu *ptk[NUM_DEFAULT_KEYS]; member
Dcfg.c487 key = key_mtx_dereference(local, sta->ptk[key_idx]); in ieee80211_del_key()
535 key = rcu_dereference(sta->ptk[key_idx]); in ieee80211_get_key()
Drx.c1840 sta_ptk = rcu_dereference(rx->sta->ptk[keyid]); in ieee80211_rx_h_decrypt()
3961 key = rcu_dereference(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_rx()
Dtx.c599 (key = rcu_dereference(tx->sta->ptk[tx->sta->ptk_idx]))) in ieee80211_tx_h_select_key()
2942 build.key = rcu_access_pointer(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_xmit()
/Linux-v4.19/drivers/staging/wilc1000/
Dhost_interface.h307 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len,
Dhost_interface.c2866 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len, in wilc_add_ptk() argument
2898 msg->body.key_info.attr.wpa.key = kmemdup(ptk, ptk_key_len, GFP_KERNEL); in wilc_add_ptk()