Searched refs:sg_last (Results 1 – 6 of 6) sorted by relevance
60 struct scatterlist *sg = sgt->sgl, *sg_last = NULL; in qce_sgtable_add() local74 sg_last = sg; in qce_sgtable_add()79 return sg_last; in qce_sgtable_add()
240 struct scatterlist *sg_last, *sg; in qce_ahash_update() local282 sg = sg_last = req->src; in qce_ahash_update()288 sg_last = sg; in qce_ahash_update()292 if (!sg_last) in qce_ahash_update()295 sg_mark_end(sg_last); in qce_ahash_update()
312 struct scatterlist *sg, *sg_last = NULL; in ccp_crypto_sg_table_add() local323 sg_last = sg; in ccp_crypto_sg_table_add()328 return sg_last; in ccp_crypto_sg_table_add()
103 struct scatterlist *sg_last(struct scatterlist *sgl, unsigned int nents) in sg_last() function114 EXPORT_SYMBOL(sg_last);
257 struct scatterlist *sg_last(struct scatterlist *s, unsigned int);
1032 sg = sg_last(areq->dst, edesc->dst_nents); in ipsec_esp_encrypt_done()1063 sg = sg_last(req->dst, edesc->dst_nents ? : 1); in ipsec_esp_decrypt_swauth_done()1526 sg = sg_last(req->src, edesc->src_nents ? : 1); in aead_decrypt()