Searched refs:tx_key (Results 1 – 5 of 5) sorted by relevance
| /linux/net/tipc/ |
| H A D | crypto.c | 276 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 in tipc_ehdr_validate() 1031 u8 tx_key, struct sk_buff *skb, 1056 return tipc_crypto_key_revoke(net, tx_key); in tipc_ehdr_build() 1065 ehdr->tx_key = tx_key; in tipc_ehdr_build() 1302 * @tx_key: peer TX key id in tipc_crypto_key_try_align() 1313 u8 tx_key) 1040 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 1322 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 1448 tipc_crypto_key_revoke(struct net * net,u8 tx_key) tipc_crypto_key_revoke() argument 1702 u8 tx_key = 0; tipc_crypto_xmit() local 1822 u8 tx_key, n; tipc_crypto_rcv() local [all...] |
| H A D | crypto.h | 129 tx_key:2; member 134 __u8 tx_key:2,
|
| /linux/arch/um/drivers/ |
| H A D | vector_transports.c | 31 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/ |
| H A D | wext-compat.c | 399 const u8 *addr, bool remove, bool tx_key, in cfg80211_set_encryption() argument 490 tx_key = false; in cfg80211_set_encryption() 522 (tx_key || (!addr && wdev->wext.default_key == -1))) { in cfg80211_set_encryption() 548 (tx_key || (!addr && wdev->wext.default_mgmt_key == -1))) { in cfg80211_set_encryption()
|
| /linux/Documentation/virt/uml/ |
| H A D | user_mode_linux_howto_v2.rst | 410 * ``tx_key=int`` - GRE 32-bit integer key for tx packets, if set
|