Searched refs:txkey (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
A D | chtls_hw.c | 196 hws->txkey = keyid; in get_new_keyid() 225 if (hws->txkey >= 0) { in free_tls_keyid() 226 __clear_bit(hws->txkey, cdev->kmap.addr); in free_tls_keyid() 228 hws->txkey = -1; in free_tls_keyid() 460 csk->tlshws.txkey = keyid; in chtls_setkey()
|
A D | chtls.h | 266 s32 txkey; member
|
A D | chtls_io.c | 27 return csk->tlshws.txkey >= 0; in is_tls_tx() 291 kaddr = keyid_to_addr(cdev->kmap.start, hws->txkey); in tls_copy_tx_key()
|
A D | chtls_cm.c | 78 csk->tlshws.txkey = -1; in chtls_sock_create()
|
/linux-6.3-rc2/drivers/staging/ks7010/ |
A D | ks_wlan.h | 346 int txkey; member
|
A D | ks_hostif.c | 1969 priv->wpa.txkey); in hostif_sme_set_key()
|
A D | ks_wlan_net.c | 1562 priv->wpa.txkey = index; in ks_wlan_set_encode_ext()
|
/linux-6.3-rc2/drivers/staging/rtl8723bs/os_dep/ |
A D | ioctl_linux.c | 534 char *txkey = padapter->securitypriv.dot118021XGrptxmickey[param->u.crypt.idx].skey; in rtw_set_encryption() local 652 memcpy(txkey, &(param->u.crypt.key[16]), 8); in rtw_set_encryption() 729 memcpy(txkey, &(param->u.crypt.key[16]), 8); in rtw_set_encryption()
|
A D | ioctl_cfg80211.c | 509 char *txkey = padapter->securitypriv.dot118021XGrptxmickey[param->u.crypt.idx].skey; in rtw_cfg80211_ap_set_encryption() local 593 memcpy(txkey, &(param->u.crypt.key[16]), 8); in rtw_cfg80211_ap_set_encryption() 672 memcpy(txkey, &(param->u.crypt.key[16]), 8); in rtw_cfg80211_ap_set_encryption()
|
/linux-6.3-rc2/Documentation/virt/uml/ |
A D | user_mode_linux_howto_v2.rst | 435 ``txkey`` must be set too
|
Completed in 36 milliseconds