Home
last modified time | relevance | path

Searched refs:af_alg_accept (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/crypto/
H A Dif_alg.h167 int af_alg_accept(struct sock *sk, struct socket *newsock, bool kern);
/openbmc/linux/crypto/
H A Daf_alg.c410 int af_alg_accept(struct sock *sk, struct socket *newsock, bool kern) in af_alg_accept() function
469 EXPORT_SYMBOL_GPL(af_alg_accept);
474 return af_alg_accept(sock->sk, newsock, kern); in alg_accept()
H A Dalgif_hash.c255 err = af_alg_accept(ask->parent, newsock, kern); in hash_accept()