Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Dif_alg.h55 int (*accept_nokey)(void *private, struct sock *sk); member
/Linux-v4.19/crypto/
Dalgif_skcipher.c388 .accept_nokey = skcipher_accept_parent_nokey,
Dalgif_hash.c473 .accept_nokey = hash_accept_parent_nokey,
Daf_alg.c299 if (nokey && type->accept_nokey) in af_alg_accept()
300 err = type->accept_nokey(ask->private, sk2); in af_alg_accept()
Dalgif_aead.c599 .accept_nokey = aead_accept_parent_nokey,