Home
last modified time | relevance | path

Searched refs:tx_key (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/staging/vt6656/
A Drxtx.c304 payload_len -= tx_key->icv_len; in vnt_fill_txkey()
306 switch (tx_key->cipher) { in vnt_fill_txkey()
309 memcpy(fifo->tx_key, iv, 3); in vnt_fill_txkey()
310 memcpy(fifo->tx_key + 3, tx_key->key, tx_key->keylen); in vnt_fill_txkey()
312 if (tx_key->keylen == WLAN_KEY_LEN_WEP40) { in vnt_fill_txkey()
313 memcpy(fifo->tx_key + 8, iv, 3); in vnt_fill_txkey()
314 memcpy(fifo->tx_key + 11, in vnt_fill_txkey()
315 tx_key->key, WLAN_KEY_LEN_WEP40); in vnt_fill_txkey()
321 ieee80211_get_tkip_p2k(tx_key, skb, fifo->tx_key); in vnt_fill_txkey()
339 pn64 = atomic64_read(&tx_key->tx_pn); in vnt_fill_txkey()
[all …]
A Drxtx.h153 u8 tx_key[WLAN_KEY_LEN_CCMP]; member
/linux/net/tipc/
A Dcrypto.c289 u8 tx_key);
1065 ehdr->tx_key = tx_key; in tipc_ehdr_build()
1313 u8 tx_key) in tipc_crypto_key_pick_tx() argument
1693 u8 tx_key = 0; in tipc_crypto_xmit() local
1701 tx_key = key.pending; in tipc_crypto_xmit()
1718 tx_key = KEY_MASTER; in tipc_crypto_xmit()
1744 tx_key = key.active; in tipc_crypto_xmit()
1813 u8 tx_key, n; in tipc_crypto_rcv() local
1815 tx_key = ((struct tipc_ehdr *)(*skb)->data)->tx_key; in tipc_crypto_rcv()
1825 if (tx_key == key.active || tx_key == key.pending || in tipc_crypto_rcv()
[all …]
A Dcrypto.h129 tx_key:2; member
134 __u8 tx_key:2,
/linux/drivers/staging/vt6655/
A Drxtx.c1149 struct ieee80211_key_conf *tx_key, in vnt_fill_txkey() argument
1158 payload_len -= tx_key->icv_len; in vnt_fill_txkey()
1160 switch (tx_key->cipher) { in vnt_fill_txkey()
1164 memcpy(key_buffer + 3, tx_key->key, tx_key->keylen); in vnt_fill_txkey()
1166 if (tx_key->keylen == WLAN_KEY_LEN_WEP40) { in vnt_fill_txkey()
1169 tx_key->key, WLAN_KEY_LEN_WEP40); in vnt_fill_txkey()
1186 pn64 = atomic64_read(&tx_key->tx_pn); in vnt_fill_txkey()
1226 struct ieee80211_key_conf *tx_key; in vnt_generate_fifo_header() local
1345 tx_key = info->control.hw_key; in vnt_generate_fifo_header()
1346 if (tx_key->keylen > 0) in vnt_generate_fifo_header()
[all …]
A Drxtx.h163 u8 tx_key[WLAN_KEY_LEN_CCMP]; member
/linux/arch/um/drivers/
A Dvector_transports.c31 uint32_t tx_key; member
103 (*(uint32_t *) (header + td->key_offset)) = td->tx_key; in gre_form_header()
275 td->tx_key = cpu_to_be32(temp_tx); in build_gre_transport_data()
/linux/net/wireless/
A Dwext-compat.c420 const u8 *addr, bool remove, bool tx_key, in cfg80211_set_encryption() argument
512 tx_key = false; in cfg80211_set_encryption()
544 (tx_key || (!addr && wdev->wext.default_key == -1))) { in cfg80211_set_encryption()
570 (tx_key || (!addr && wdev->wext.default_mgmt_key == -1))) { in cfg80211_set_encryption()
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
A Dmcu.h407 u8 tx_key; member
A Dmcu.c1050 sec->tx_key = 1; in mt7925_mcu_sta_key_tlv()
/linux/Documentation/virt/uml/
A Duser_mode_linux_howto_v2.rst437 * ``tx_key=int`` - GRE 32-bit integer key for tx packets, if set

Completed in 52 milliseconds