Home
last modified time | relevance | path

Searched refs:af_alg_free_sg (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/crypto/
Dif_alg.h166 void af_alg_free_sg(struct af_alg_sgl *sgl);
/Linux-v5.4/crypto/
Daf_alg.c429 void af_alg_free_sg(struct af_alg_sgl *sgl) in af_alg_free_sg() function
436 EXPORT_SYMBOL_GPL(af_alg_free_sg);
660 af_alg_free_sg(&rsgl->sgl); in af_alg_free_areq_sgls()
Dalgif_hash.c104 af_alg_free_sg(&ctx->sgl); in hash_sendmsg()