Searched refs:tipc_crypto_key_attach (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | crypto.c | 278 static int tipc_crypto_key_attach(struct tipc_crypto *c, 1134 rc = tipc_crypto_key_attach(c, aead, 0, master_key); in tipc_crypto_key_init() 1143 * tipc_crypto_key_attach - Attach a new AEAD key to TIPC crypto 1151 static int tipc_crypto_key_attach(struct tipc_crypto *c, in tipc_crypto_key_attach() function 1938 if (tipc_crypto_key_attach(rx, tmp, ehdr->tx_key, false) < 0) { in tipc_crypto_rcv_complete()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | crypto.c | 282 static int tipc_crypto_key_attach(struct tipc_crypto *c, 1130 rc = tipc_crypto_key_attach(c, aead, 0, master_key); in tipc_crypto_key_init() 1139 * tipc_crypto_key_attach - Attach a new AEAD key to TIPC crypto 1147 static int tipc_crypto_key_attach(struct tipc_crypto *c, in tipc_crypto_key_attach() function 1934 if (tipc_crypto_key_attach(rx, tmp, ehdr->tx_key, false) < 0) { in tipc_crypto_rcv_complete()
|
Completed in 7 milliseconds