Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dif_alg.h82 int af_alg_cmsg_send(struct msghdr *msg, struct af_alg_control *con);
/linux-4.4.14/crypto/
Daf_alg.c441 int af_alg_cmsg_send(struct msghdr *msg, struct af_alg_control *con) in af_alg_cmsg_send() function
480 EXPORT_SYMBOL_GPL(af_alg_cmsg_send);
Dalgif_aead.c183 err = af_alg_cmsg_send(msg, &con); in aead_sendmsg()
Dalgif_skcipher.c313 err = af_alg_cmsg_send(msg, &con); in skcipher_sendmsg()