Home
last modified time | relevance | path

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

/linux-4.19.296/include/crypto/
Dif_alg.h172 void af_alg_link_sg(struct af_alg_sgl *sgl_prev, struct af_alg_sgl *sgl_new);
/linux-4.19.296/crypto/
Daf_alg.c432 void af_alg_link_sg(struct af_alg_sgl *sgl_prev, struct af_alg_sgl *sgl_new) in af_alg_link_sg() function
437 EXPORT_SYMBOL_GPL(af_alg_link_sg);
1169 af_alg_link_sg(&areq->last_rsgl->sgl, &rsgl->sgl); in af_alg_get_rsgl()