Searched refs:af_alg_wait_for_data (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/crypto/ |
H A D | if_alg.h | 235 int af_alg_wait_for_data(struct sock *sk, unsigned flags, unsigned min);
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | if_alg.h | 232 int af_alg_wait_for_data(struct sock *sk, unsigned flags, unsigned min);
|
/kernel/linux/linux-5.10/crypto/ |
H A D | algif_skcipher.c | 65 err = af_alg_wait_for_data(sk, flags, bs); in _skcipher_recvmsg()
|
H A D | algif_aead.c | 110 err = af_alg_wait_for_data(sk, flags, 0); in _aead_recvmsg()
|
H A D | af_alg.c | 749 * af_alg_wait_for_data - wait for availability of TX data 756 int af_alg_wait_for_data(struct sock *sk, unsigned flags, unsigned min) in af_alg_wait_for_data() function 788 EXPORT_SYMBOL_GPL(af_alg_wait_for_data); variable
|
/kernel/linux/linux-6.6/crypto/ |
H A D | algif_skcipher.c | 65 err = af_alg_wait_for_data(sk, flags, bs); in _skcipher_recvmsg()
|
H A D | algif_aead.c | 110 err = af_alg_wait_for_data(sk, flags, 0); in _aead_recvmsg()
|
H A D | af_alg.c | 856 * af_alg_wait_for_data - wait for availability of TX data 863 int af_alg_wait_for_data(struct sock *sk, unsigned flags, unsigned min) in af_alg_wait_for_data() function 895 EXPORT_SYMBOL_GPL(af_alg_wait_for_data); variable
|
Completed in 10 milliseconds