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

/linux-4.1.27/include/crypto/
H A Dif_alg.h78 int af_alg_make_sg(struct af_alg_sgl *sgl, struct iov_iter *iter, int len);
/linux-4.1.27/crypto/
H A Daf_alg.c391 int af_alg_make_sg(struct af_alg_sgl *sgl, struct iov_iter *iter, int len) af_alg_make_sg() function
420 EXPORT_SYMBOL_GPL(af_alg_make_sg); variable
H A Dalgif_skcipher.c601 used = af_alg_make_sg(&rsgl->sgl, &msg->msg_iter, used); skcipher_recvmsg_async()
666 used = af_alg_make_sg(&ctx->rsgl, &msg->msg_iter, used); skcipher_recvmsg_sync()
H A Dalgif_hash.c71 len = af_alg_make_sg(&ctx->sgl, &msg->msg_iter, len); hash_sendmsg()
H A Dalgif_aead.c433 err = af_alg_make_sg(&ctx->rsgl[cnt], &msg->msg_iter, aead_recvmsg()

Completed in 83 milliseconds