Home
last modified time | relevance | path

Searched refs:rxkey (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/net/wireless/intersil/p54/
Dfwio.c654 struct p54_keycache *rxkey; in p54_upload_key() local
656 skb = p54_alloc_skb(priv, P54_HDR_FLAG_CONTROL_OPSET, sizeof(*rxkey), in p54_upload_key()
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()
666 memcpy(rxkey->mac, addr, ETH_ALEN); in p54_upload_key()
668 eth_broadcast_addr(rxkey->mac); in p54_upload_key()
673 rxkey->key_len = min_t(u8, 16, len); in p54_upload_key()
674 memcpy(rxkey->key, key, rxkey->key_len); in p54_upload_key()
[all …]
/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_hw.c194 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()
Dchtls.h267 s32 rxkey; member
Dchtls_io.c32 return csk->tlshws.rxkey >= 0; in is_tls_rx()
Dchtls_cm.c79 csk->tlshws.rxkey = -1; in chtls_sock_create()
/linux-6.1.9/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c534 char *rxkey = padapter->securitypriv.dot118021XGrprxmickey[param->u.crypt.idx].skey; in rtw_set_encryption() local
729 memcpy(rxkey, &(param->u.crypt.key[24]), 8); in rtw_set_encryption()
Dioctl_cfg80211.c510 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()