Searched refs:tipc_aead_init (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | crypto.c | 255 static int tipc_aead_init(struct tipc_aead **aead, struct tipc_aead_key *ukey, 495 * tipc_aead_init - Initiate TIPC AEAD 507 static int tipc_aead_init(struct tipc_aead **aead, struct tipc_aead_key *ukey, in tipc_aead_init() function 1130 rc = tipc_aead_init(&aead, ukey, mode); in tipc_crypto_key_init()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | crypto.c | 259 static int tipc_aead_init(struct tipc_aead **aead, struct tipc_aead_key *ukey, 502 * tipc_aead_init - Initiate TIPC AEAD 514 static int tipc_aead_init(struct tipc_aead **aead, struct tipc_aead_key *ukey, in tipc_aead_init() function 1126 rc = tipc_aead_init(&aead, ukey, mode); in tipc_crypto_key_init()
|
Completed in 7 milliseconds