Home
last modified time | relevance | path

Searched refs:af_alg_cmsg_send (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/crypto/
Dif_alg.h82 int af_alg_cmsg_send(struct msghdr *msg, struct af_alg_control *con);
/linux-4.1.27/crypto/
Daf_alg.c438 int af_alg_cmsg_send(struct msghdr *msg, struct af_alg_control *con) in af_alg_cmsg_send() function
477 EXPORT_SYMBOL_GPL(af_alg_cmsg_send);
Dalgif_aead.c181 err = af_alg_cmsg_send(msg, &con); in aead_sendmsg()
Dalgif_skcipher.c321 err = af_alg_cmsg_send(msg, &con); in skcipher_sendmsg()