Searched refs:rxkey (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/intersil/p54/ |
A D | fwio.c | 654 struct p54_keycache *rxkey; in p54_upload_key() local 661 rxkey = skb_put(skb, sizeof(*rxkey)); in p54_upload_key() 662 rxkey->entry = slot; in p54_upload_key() 663 rxkey->key_id = idx; in p54_upload_key() 664 rxkey->key_type = algo; in p54_upload_key() 668 eth_broadcast_addr(rxkey->mac); in p54_upload_key() 674 memcpy(rxkey->key, key, rxkey->key_len); in p54_upload_key() 678 rxkey->key_len = 24; in p54_upload_key() 679 memcpy(rxkey->key, key, 16); in p54_upload_key() 685 rxkey->key_len = 0; in p54_upload_key() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
A D | chtls_hw.c | 194 hws->rxkey = keyid; in get_new_keyid() 220 if (hws->rxkey >= 0) { in free_tls_keyid() 221 __clear_bit(hws->rxkey, cdev->kmap.addr); in free_tls_keyid() 223 hws->rxkey = -1; in free_tls_keyid() 457 csk->tlshws.rxkey = keyid; in chtls_setkey()
|
A D | chtls.h | 267 s32 rxkey; member
|
A D | chtls_io.c | 32 return csk->tlshws.rxkey >= 0; in is_tls_rx()
|
A D | chtls_cm.c | 79 csk->tlshws.rxkey = -1; in chtls_sock_create()
|
/linux-6.3-rc2/drivers/staging/rtl8723bs/os_dep/ |
A D | ioctl_linux.c | 535 char *rxkey = padapter->securitypriv.dot118021XGrprxmickey[param->u.crypt.idx].skey; in rtw_set_encryption() local 730 memcpy(rxkey, &(param->u.crypt.key[24]), 8); in rtw_set_encryption()
|
A D | ioctl_cfg80211.c | 510 char *rxkey = padapter->securitypriv.dot118021XGrprxmickey[param->u.crypt.idx].skey; in rtw_cfg80211_ap_set_encryption() local 594 memcpy(rxkey, &(param->u.crypt.key[24]), 8); in rtw_cfg80211_ap_set_encryption() 673 memcpy(rxkey, &(param->u.crypt.key[24]), 8); in rtw_cfg80211_ap_set_encryption()
|
Completed in 28 milliseconds