Searched refs:ptk (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/usb/host/whci/ |
D | wusb.c | 172 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()
|
D | whcd.h | 161 const void *ptk, size_t key_size);
|
/linux-4.4.14/drivers/usb/wusbcore/ |
D | crypto.c | 440 .ptk = { 487 wusb_key_dump(&keydvt_out.ptk, sizeof(keydvt_out.ptk)); in wusb_key_derive_verify()
|
D | security.c | 498 keydvt_out.ptk, sizeof(keydvt_out.ptk)); in wusb_dev_4way_handshake()
|
/linux-4.4.14/include/linux/usb/ |
D | wusb.h | 306 u8 ptk[16]; member
|
/linux-4.4.14/net/mac80211/ |
D | key.c | 334 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()
|
D | sta_info.h | 397 struct ieee80211_key __rcu *ptk[NUM_DEFAULT_KEYS]; member
|
D | tx.c | 591 (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()
|
D | cfg.c | 278 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()
|
D | rx.c | 1570 sta_ptk = rcu_dereference(rx->sta->ptk[keyid]); in ieee80211_rx_h_decrypt()
|