Home
last modified time | relevance | path

Searched defs:tx_key (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
H A Dcrypto.h129 tx_key:2; member
H A Dcrypto.c1034 tipc_ehdr_build(struct net *net, struct tipc_aead *aead, u8 tx_key, struct sk_buff *skb, struct tipc_crypto *__rx) tipc_ehdr_build() argument
1314 tipc_crypto_key_pick_tx(struct tipc_crypto *tx, struct tipc_crypto *rx, struct sk_buff *skb, u8 tx_key) tipc_crypto_key_pick_tx() argument
1443 tipc_crypto_key_revoke(struct net *net, u8 tx_key) tipc_crypto_key_revoke() argument
1697 u8 tx_key = 0; tipc_crypto_xmit() local
1817 u8 tx_key, n; tipc_crypto_rcv() local
[all...]
/kernel/linux/linux-6.6/net/tipc/
H A Dcrypto.h129 tx_key:2; member
H A Dcrypto.c1030 tipc_ehdr_build(struct net *net, struct tipc_aead *aead, u8 tx_key, struct sk_buff *skb, struct tipc_crypto *__rx) tipc_ehdr_build() argument
1310 tipc_crypto_key_pick_tx(struct tipc_crypto *tx, struct tipc_crypto *rx, struct sk_buff *skb, u8 tx_key) tipc_crypto_key_pick_tx() argument
1439 tipc_crypto_key_revoke(struct net *net, u8 tx_key) tipc_crypto_key_revoke() argument
1693 u8 tx_key = 0; tipc_crypto_xmit() local
1813 u8 tx_key, n; tipc_crypto_rcv() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/
H A Deapol_auth_sm.h57 void (*tx_key)(void *ctx, void *sta_ctx); member
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dvector_transports.c31 uint32_t tx_key; member
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dvector_transports.c31 uint32_t tx_key; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/
H A Deapol_auth_sm.h81 void (*tx_key)(void *ctx, void *sta_ctx); member
/kernel/linux/linux-5.10/drivers/staging/vt6655/
H A Drxtx.h166 u8 tx_key[WLAN_KEY_LEN_CCMP]; member
H A Drxtx.c1146 vnt_fill_txkey(struct ieee80211_hdr *hdr, u8 *key_buffer, struct ieee80211_key_conf *tx_key, struct sk_buff *skb, u16 payload_len, struct vnt_mic_hdr *mic_hdr) vnt_fill_txkey() argument
1224 struct ieee80211_key_conf *tx_key; vnt_generate_fifo_header() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/vt6656/
H A Drxtx.c299 struct ieee80211_key_conf *tx_key = info->control.hw_key; in vnt_fill_txkey() local
[all...]
H A Drxtx.h155 u8 tx_key[WLAN_KEY_LEN_CCMP]; member
/kernel/linux/linux-6.6/drivers/staging/vt6655/
H A Drxtx.h164 u8 tx_key[WLAN_KEY_LEN_CCMP]; member
H A Drxtx.c1148 vnt_fill_txkey(struct ieee80211_hdr *hdr, u8 *key_buffer, struct ieee80211_key_conf *tx_key, struct sk_buff *skb, u16 payload_len, struct vnt_mic_hdr *mic_hdr) vnt_fill_txkey() argument
1226 struct ieee80211_key_conf *tx_key; vnt_generate_fifo_header() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/vt6656/
H A Drxtx.c295 struct ieee80211_key_conf *tx_key = info->control.hw_key; in vnt_fill_txkey() local
[all...]
H A Drxtx.h153 u8 tx_key[WLAN_KEY_LEN_CCMP]; member
/kernel/linux/linux-5.10/net/wireless/
H A Dwext-compat.c395 __cfg80211_set_encryption(struct cfg80211_registered_device *rdev, struct net_device *dev, bool pairwise, const u8 *addr, bool remove, bool tx_key, int idx, struct key_params *params) __cfg80211_set_encryption() argument
548 cfg80211_set_encryption(struct cfg80211_registered_device *rdev, struct net_device *dev, bool pairwise, const u8 *addr, bool remove, bool tx_key, int idx, struct key_params *params) cfg80211_set_encryption() argument
/kernel/linux/linux-6.6/net/wireless/
H A Dwext-compat.c418 __cfg80211_set_encryption(struct cfg80211_registered_device *rdev, struct net_device *dev, bool pairwise, const u8 *addr, bool remove, bool tx_key, int idx, struct key_params *params) __cfg80211_set_encryption() argument
583 cfg80211_set_encryption(struct cfg80211_registered_device *rdev, struct net_device *dev, bool pairwise, const u8 *addr, bool remove, bool tx_key, int idx, struct key_params *params) cfg80211_set_encryption() argument
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/
H A Dorinoco.h120 u16 wep_restrict, tx_key; member
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/
H A Dorinoco.h120 u16 wep_restrict, tx_key; member
/third_party/node/deps/ngtcp2/ngtcp2/crypto/
H A Dshared.c464 ngtcp2_crypto_derive_and_install_initial_key( ngtcp2_conn *conn, uint8_t *rx_secret, uint8_t *tx_secret, uint8_t *initial_secret, uint8_t *rx_key, uint8_t *rx_iv, uint8_t *rx_hp_key, uint8_t *tx_key, uint8_t *tx_iv, uint8_t *tx_hp_key, uint32_t version, const ngtcp2_cid *client_dcid) ngtcp2_crypto_derive_and_install_initial_key() argument
608 ngtcp2_crypto_derive_and_install_vneg_initial_key( ngtcp2_conn *conn, uint8_t *rx_secret, uint8_t *tx_secret, uint8_t *initial_secret, uint8_t *rx_key, uint8_t *rx_iv, uint8_t *rx_hp_key, uint8_t *tx_key, uint8_t *tx_iv, uint8_t *tx_hp_key, uint32_t version, const ngtcp2_cid *client_dcid) ngtcp2_crypto_derive_and_install_vneg_initial_key() argument
716 ngtcp2_crypto_update_key( ngtcp2_conn *conn, uint8_t *rx_secret, uint8_t *tx_secret, ngtcp2_crypto_aead_ctx *rx_aead_ctx, uint8_t *rx_key, uint8_t *rx_iv, ngtcp2_crypto_aead_ctx *tx_aead_ctx, uint8_t *tx_key, uint8_t *tx_iv, const uint8_t *current_rx_secret, const uint8_t *current_tx_secret, size_t secretlen) ngtcp2_crypto_update_key() argument
803 uint8_t tx_key[64]; ngtcp2_crypto_update_key_cb() local
1227 uint8_t tx_key[NGTCP2_CRYPTO_INITIAL_KEYLEN]; ngtcp2_crypto_write_connection_close() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/
H A Drndis_wlan.c402 bool tx_key; member
/kernel/linux/linux-6.6/drivers/net/wireless/legacy/
H A Drndis_wlan.c402 bool tx_key; member

Completed in 31 milliseconds