Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/whci/
Dwusb.c172 const void *ptk, size_t key_size) in whc_set_ptk() argument
180 if (ptk) { in whc_set_ptk()
181 ret = whc_set_key(whc, port_idx, tkid, ptk, key_size, false); in whc_set_ptk()
Dwhcd.h161 const void *ptk, size_t key_size);
/linux-4.4.14/drivers/usb/wusbcore/
Dcrypto.c440 .ptk = {
487 wusb_key_dump(&keydvt_out.ptk, sizeof(keydvt_out.ptk)); in wusb_key_derive_verify()
Dsecurity.c498 keydvt_out.ptk, sizeof(keydvt_out.ptk)); in wusb_dev_4way_handshake()
/linux-4.4.14/include/linux/usb/
Dwusb.h306 u8 ptk[16]; member
/linux-4.4.14/net/mac80211/
Dkey.c334 rcu_assign_pointer(sta->ptk[idx], new); in ieee80211_key_replace()
627 old_key = key_mtx_dereference(sdata->local, sta->ptk[idx]); in ieee80211_key_link()
834 key = key_mtx_dereference(local, sta->ptk[i]); in ieee80211_free_sta_keys()
Dsta_info.h397 struct ieee80211_key __rcu *ptk[NUM_DEFAULT_KEYS]; member
Dtx.c591 (key = rcu_dereference(tx->sta->ptk[tx->sta->ptk_idx]))) in ieee80211_tx_h_select_key()
2552 build.key = rcu_access_pointer(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_xmit()
Dcfg.c278 key = key_mtx_dereference(local, sta->ptk[key_idx]); in ieee80211_del_key()
326 key = rcu_dereference(sta->ptk[key_idx]); in ieee80211_get_key()
Drx.c1570 sta_ptk = rcu_dereference(rx->sta->ptk[keyid]); in ieee80211_rx_h_decrypt()