accept_nokey 298 crypto/af_alg.c if (nokey && type->accept_nokey) accept_nokey 299 crypto/af_alg.c err = type->accept_nokey(ask->private, sk2); accept_nokey 595 crypto/algif_aead.c .accept_nokey = aead_accept_parent_nokey, accept_nokey 468 crypto/algif_hash.c .accept_nokey = hash_accept_parent_nokey, accept_nokey 384 crypto/algif_skcipher.c .accept_nokey = skcipher_accept_parent_nokey, accept_nokey 50 include/crypto/if_alg.h int (*accept_nokey)(void *private, struct sock *sk);