Searched refs:accept_nokey (Results 1 – 4 of 4) sorted by relevance
56 int (*accept_nokey)(void *private, struct sock *sk); member
293 if (nokey && type->accept_nokey) in af_alg_accept()294 err = type->accept_nokey(ask->private, sk2); in af_alg_accept()
446 .accept_nokey = hash_accept_parent_nokey,
974 .accept_nokey = skcipher_accept_parent_nokey,