Home
last modified time | relevance | path

Searched refs:af_alg_make_sg (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/crypto/
Dif_alg.h78 int af_alg_make_sg(struct af_alg_sgl *sgl, struct iov_iter *iter, int len);
/linux-4.4.14/crypto/
Daf_alg.c394 int af_alg_make_sg(struct af_alg_sgl *sgl, struct iov_iter *iter, int len) in af_alg_make_sg() function
423 EXPORT_SYMBOL_GPL(af_alg_make_sg);
Dalgif_hash.c71 len = af_alg_make_sg(&ctx->sgl, &msg->msg_iter, len); in hash_sendmsg()
Dalgif_skcipher.c599 used = af_alg_make_sg(&rsgl->sgl, &msg->msg_iter, used); in skcipher_recvmsg_async()
662 used = af_alg_make_sg(&ctx->rsgl, &msg->msg_iter, used); in skcipher_recvmsg_sync()
Dalgif_aead.c421 err = af_alg_make_sg(&ctx->rsgl[cnt], &msg->msg_iter, in aead_recvmsg()