Searched refs:af_alg_make_sg (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/crypto/ |
D | if_alg.h | 78 int af_alg_make_sg(struct af_alg_sgl *sgl, struct iov_iter *iter, int len);
|
/linux-4.4.14/crypto/ |
D | af_alg.c | 394 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);
|
D | algif_hash.c | 71 len = af_alg_make_sg(&ctx->sgl, &msg->msg_iter, len); in hash_sendmsg()
|
D | algif_skcipher.c | 599 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()
|
D | algif_aead.c | 421 err = af_alg_make_sg(&ctx->rsgl[cnt], &msg->msg_iter, in aead_recvmsg()
|