Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dif_alg.h56 int (*accept_nokey)(void *private, struct sock *sk); member
/linux-4.4.14/crypto/
Daf_alg.c296 if (nokey && type->accept_nokey) in af_alg_accept()
297 err = type->accept_nokey(ask->private, sk2); in af_alg_accept()
Dalgif_hash.c454 .accept_nokey = hash_accept_parent_nokey,
Dalgif_skcipher.c977 .accept_nokey = skcipher_accept_parent_nokey,