Home
last modified time | relevance | path

Searched refs:skcipher_accept_parent_nokey (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dalgif_skcipher.c322 static int skcipher_accept_parent_nokey(void *private, struct sock *sk) in skcipher_accept_parent_nokey() function
360 return skcipher_accept_parent_nokey(private, sk); in skcipher_accept_parent()
368 .accept_nokey = skcipher_accept_parent_nokey,
/kernel/linux/linux-6.6/crypto/
H A Dalgif_skcipher.c308 static int skcipher_accept_parent_nokey(void *private, struct sock *sk) in skcipher_accept_parent_nokey() function
346 return skcipher_accept_parent_nokey(private, sk); in skcipher_accept_parent()
354 .accept_nokey = skcipher_accept_parent_nokey,

Completed in 2 milliseconds