Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Dif_alg.h172 void af_alg_link_sg(struct af_alg_sgl *sgl_prev, struct af_alg_sgl *sgl_new);
/Linux-v4.19/crypto/
Daf_alg.c428 void af_alg_link_sg(struct af_alg_sgl *sgl_prev, struct af_alg_sgl *sgl_new) in af_alg_link_sg() function
433 EXPORT_SYMBOL_GPL(af_alg_link_sg);
1165 af_alg_link_sg(&areq->last_rsgl->sgl, &rsgl->sgl); in af_alg_get_rsgl()