Searched refs:tx_key (Results 1 - 10 of 10) sorted by relevance

/linux-master/net/tipc/
H A Dcrypto.h129 tx_key:2; member in struct:tipc_ehdr::__anon236::__anon237
134 __u8 tx_key:2,
H A Dcrypto.c276 u8 tx_key, struct sk_buff *skb,
289 u8 tx_key);
291 static int tipc_crypto_key_revoke(struct net *net, u8 tx_key);
1024 * @tx_key: key id used for the message encryption
1031 u8 tx_key, struct sk_buff *skb,
1056 return tipc_crypto_key_revoke(net, tx_key);
1065 ehdr->tx_key = tx_key;
1302 * @tx_key: peer TX key id
1313 u8 tx_key)
1030 tipc_ehdr_build(struct net *net, struct tipc_aead *aead, u8 tx_key, struct sk_buff *skb, struct tipc_crypto *__rx) argument
1310 tipc_crypto_key_pick_tx(struct tipc_crypto *tx, struct tipc_crypto *rx, struct sk_buff *skb, u8 tx_key) argument
1439 tipc_crypto_key_revoke(struct net *net, u8 tx_key) argument
1693 u8 tx_key = 0; local
1813 u8 tx_key, n; local
[all...]
/linux-master/drivers/staging/vt6656/
H A Drxtx.c295 struct ieee80211_key_conf *tx_key = info->control.hw_key; local
304 payload_len -= tx_key->icv_len;
306 switch (tx_key->cipher) {
309 memcpy(fifo->tx_key, iv, 3);
310 memcpy(fifo->tx_key + 3, tx_key->key, tx_key->keylen);
312 if (tx_key->keylen == WLAN_KEY_LEN_WEP40) {
313 memcpy(fifo->tx_key + 8, iv, 3);
314 memcpy(fifo->tx_key
[all...]
H A Drxtx.h153 u8 tx_key[WLAN_KEY_LEN_CCMP]; member in struct:vnt_tx_fifo_head
/linux-master/drivers/staging/vt6655/
H A Drxtx.c1149 struct ieee80211_key_conf *tx_key,
1158 payload_len -= tx_key->icv_len;
1160 switch (tx_key->cipher) {
1164 memcpy(key_buffer + 3, tx_key->key, tx_key->keylen);
1166 if (tx_key->keylen == WLAN_KEY_LEN_WEP40) {
1169 tx_key->key, WLAN_KEY_LEN_WEP40);
1174 ieee80211_get_tkip_p2k(tx_key, skb, key_buffer);
1186 pn64 = atomic64_read(&tx_key->tx_pn);
1211 memcpy(key_buffer, tx_key
1148 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) argument
1226 struct ieee80211_key_conf *tx_key; local
[all...]
H A Drxtx.h163 u8 tx_key[WLAN_KEY_LEN_CCMP]; member in struct:vnt_tx_fifo_head
/linux-master/arch/um/drivers/
H A Dvector_transports.c31 uint32_t tx_key; member in struct:uml_gre_data
103 (*(uint32_t *) (header + td->key_offset)) = td->tx_key;
271 if (get_uint_param(vp->parsed, "tx_key", &temp_tx)) {
275 td->tx_key = cpu_to_be32(temp_tx);
/linux-master/net/wireless/
H A Dwext-compat.c420 const u8 *addr, bool remove, bool tx_key,
512 tx_key = false;
544 (tx_key || (!addr && wdev->wext.default_key == -1))) {
570 (tx_key || (!addr && wdev->wext.default_mgmt_key == -1))) {
418 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) argument
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.h404 u8 tx_key; member in struct:sta_rec_sec_uni
H A Dmcu.c985 sec->tx_key = 1;

Completed in 327 milliseconds