Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dalgif_skcipher.c330 static int skcipher_accept_parent_nokey(void *private, struct sock *sk) in skcipher_accept_parent_nokey() function
373 return skcipher_accept_parent_nokey(private, sk); in skcipher_accept_parent()
381 .accept_nokey = skcipher_accept_parent_nokey,