Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dif_alg.h49 int (*accept_nokey)(void *private, struct sock *sk); member
/linux/crypto/
H A Dalgif_skcipher.c420 .accept_nokey = skcipher_accept_parent_nokey,
H A Dalgif_aead.c444 .accept_nokey = aead_accept_parent_nokey,
H A Dalgif_hash.c449 .accept_nokey = hash_accept_parent_nokey,
H A Daf_alg.c443 if (nokey && type->accept_nokey) in af_alg_accept()
444 err = type->accept_nokey(ask->private, sk2); in af_alg_accept()