Searched refs:ptk (Results 1 – 11 of 11) sorted by relevance
/linux-3.4.99/drivers/usb/host/whci/ |
D | wusb.c | 173 const void *ptk, size_t key_size) in whc_set_ptk() argument 181 if (ptk) { in whc_set_ptk() 182 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-3.4.99/drivers/usb/wusbcore/ |
D | crypto.c | 442 .ptk = { 489 wusb_key_dump(&keydvt_out.ptk, sizeof(keydvt_out.ptk)); in wusb_key_derive_verify()
|
D | security.c | 479 keydvt_out.ptk, sizeof(keydvt_out.ptk)); in wusb_dev_4way_handshake()
|
/linux-3.4.99/include/linux/usb/ |
D | wusb.h | 304 u8 ptk[16]; member
|
/linux-3.4.99/net/mac80211/ |
D | key.c | 281 rcu_assign_pointer(sta->ptk, new); in __ieee80211_key_replace() 488 old_key = key_mtx_dereference(sdata->local, sta->ptk); in ieee80211_key_link()
|
D | sta_info.h | 283 struct ieee80211_key __rcu *ptk; member
|
D | sta_info.c | 697 if (sta->ptk) in __sta_info_destroy() 698 __ieee80211_key_free(key_mtx_dereference(local, sta->ptk)); in __sta_info_destroy()
|
D | cfg.c | 201 key = key_mtx_dereference(local, sta->ptk); in ieee80211_del_key() 248 key = rcu_dereference(sta->ptk); in ieee80211_get_key()
|
D | tx.c | 563 else if (tx->sta && (key = rcu_dereference(tx->sta->ptk))) in ieee80211_tx_h_select_key()
|
D | rx.c | 961 sta_ptk = rcu_dereference(rx->sta->ptk); in ieee80211_rx_h_decrypt()
|