Home
last modified time | relevance | path

Searched refs:accept_nokey (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
H A Dif_alg.h51 int (*accept_nokey)(void *private, struct sock *sk); member
/kernel/linux/linux-6.6/include/crypto/
H A Dif_alg.h49 int (*accept_nokey)(void *private, struct sock *sk); member
/kernel/linux/linux-5.10/crypto/
H A Dalgif_skcipher.c368 .accept_nokey = skcipher_accept_parent_nokey,
H A Dalgif_aead.c583 .accept_nokey = aead_accept_parent_nokey,
H A Dalgif_hash.c461 .accept_nokey = hash_accept_parent_nokey,
H A Daf_alg.c309 if (nokey && type->accept_nokey) in af_alg_accept()
310 err = type->accept_nokey(ask->private, sk2); in af_alg_accept()
/kernel/linux/linux-6.6/crypto/
H A Dalgif_skcipher.c354 .accept_nokey = skcipher_accept_parent_nokey,
H A Dalgif_aead.c571 .accept_nokey = aead_accept_parent_nokey,
H A Dalgif_hash.c454 .accept_nokey = hash_accept_parent_nokey,
H A Daf_alg.c442 if (nokey && type->accept_nokey) in af_alg_accept()
443 err = type->accept_nokey(ask->private, sk2); in af_alg_accept()

Completed in 9 milliseconds