Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dif_alg.h80 void af_alg_link_sg(struct af_alg_sgl *sgl_prev, struct af_alg_sgl *sgl_new);
/linux-4.4.14/crypto/
Daf_alg.c425 void af_alg_link_sg(struct af_alg_sgl *sgl_prev, struct af_alg_sgl *sgl_new) in af_alg_link_sg() function
430 EXPORT_SYMBOL_GPL(af_alg_link_sg);
Dalgif_aead.c428 af_alg_link_sg(&ctx->rsgl[cnt-1], &ctx->rsgl[cnt]); in aead_recvmsg()
Dalgif_skcipher.c604 af_alg_link_sg(&last_rsgl->sgl, &rsgl->sgl); in skcipher_recvmsg_async()