Searched refs:accept_nokey (Results 1 – 5 of 5) sorted by relevance
50 int (*accept_nokey)(void *private, struct sock *sk); member
384 .accept_nokey = skcipher_accept_parent_nokey,
468 .accept_nokey = hash_accept_parent_nokey,
296 if (nokey && type->accept_nokey) in af_alg_accept()297 err = type->accept_nokey(ask->private, sk2); in af_alg_accept()
595 .accept_nokey = aead_accept_parent_nokey,