Searched refs:ptk (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/usb/host/whci/ |
D | wusb.c | 161 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()
|
D | whcd.h | 148 const void *ptk, size_t key_size);
|
/Linux-v4.19/drivers/usb/wusbcore/ |
D | crypto.c | 446 .ptk = { 493 wusb_key_dump(&keydvt_out.ptk, sizeof(keydvt_out.ptk)); in wusb_key_derive_verify()
|
D | security.c | 482 keydvt_out.ptk, sizeof(keydvt_out.ptk)); in wusb_dev_4way_handshake()
|
/Linux-v4.19/include/linux/usb/ |
D | wusb.h | 307 u8 ptk[16]; member
|
/Linux-v4.19/net/mac80211/ |
D | key.c | 344 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()
|
D | sta_info.h | 495 struct ieee80211_key __rcu *ptk[NUM_DEFAULT_KEYS]; member
|
D | cfg.c | 487 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()
|
D | rx.c | 1840 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()
|
D | tx.c | 599 (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/ |
D | host_interface.h | 307 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len,
|
D | host_interface.c | 2866 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()
|