Searched refs:txkey (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
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()
|
D | chtls.h | 266 s32 txkey; member
|
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()
|
D | chtls_cm.c | 78 csk->tlshws.txkey = -1; in chtls_sock_create()
|
/linux-6.1.9/drivers/staging/ks7010/ |
D | ks_wlan.h | 346 int txkey; member
|
D | ks_hostif.c | 1969 priv->wpa.txkey); in hostif_sme_set_key()
|
D | ks_wlan_net.c | 1563 priv->wpa.txkey = index; in ks_wlan_set_encode_ext()
|
/linux-6.1.9/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_linux.c | 533 char *txkey = padapter->securitypriv.dot118021XGrptxmickey[param->u.crypt.idx].skey; in rtw_set_encryption() local 651 memcpy(txkey, &(param->u.crypt.key[16]), 8); in rtw_set_encryption() 728 memcpy(txkey, &(param->u.crypt.key[16]), 8); in rtw_set_encryption()
|
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.1.9/Documentation/virt/uml/ |
D | user_mode_linux_howto_v2.rst | 435 ``txkey`` must be set too
|