Searched refs:tipc_crypto_key_pick_tx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | crypto.c | 282 static struct tipc_aead *tipc_crypto_key_pick_tx(struct tipc_crypto *tx, 1302 * tipc_crypto_key_pick_tx - Pick one TX key for message decryption 1314 static struct tipc_aead *tipc_crypto_key_pick_tx(struct tipc_crypto *tx, in tipc_crypto_key_pick_tx() function 1839 aead = tipc_crypto_key_pick_tx(tx, rx, *skb, tx_key); in tipc_crypto_rcv()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | crypto.c | 286 static struct tipc_aead *tipc_crypto_key_pick_tx(struct tipc_crypto *tx, 1298 * tipc_crypto_key_pick_tx - Pick one TX key for message decryption 1310 static struct tipc_aead *tipc_crypto_key_pick_tx(struct tipc_crypto *tx, in tipc_crypto_key_pick_tx() function 1835 aead = tipc_crypto_key_pick_tx(tx, rx, *skb, tx_key); in tipc_crypto_rcv()
|
Completed in 7 milliseconds