Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dif_alg.h79 void af_alg_free_sg(struct af_alg_sgl *sgl);
/linux-4.4.14/crypto/
Daf_alg.c432 void af_alg_free_sg(struct af_alg_sgl *sgl) in af_alg_free_sg() function
439 EXPORT_SYMBOL_GPL(af_alg_free_sg);
Dalgif_hash.c81 af_alg_free_sg(&ctx->sgl); in hash_sendmsg()
Dalgif_skcipher.c83 af_alg_free_sg(&rsgl->sgl); in skcipher_free_async_sgls()
691 af_alg_free_sg(&ctx->rsgl); in skcipher_recvmsg_sync()
Dalgif_aead.c466 af_alg_free_sg(&ctx->rsgl[i]); in aead_recvmsg()