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()
235 struct scatterlist *sg_last, *sg; in qce_ahash_update() local277 sg = sg_last = req->src; in qce_ahash_update()283 sg_last = sg; in qce_ahash_update()287 if (!sg_last) in qce_ahash_update()290 sg_mark_end(sg_last); in qce_ahash_update()
303 struct scatterlist *sg, *sg_last = NULL; in ccp_crypto_sg_table_add() local314 sg_last = sg; in ccp_crypto_sg_table_add()319 return sg_last; in ccp_crypto_sg_table_add()
106 struct scatterlist *sg_last(struct scatterlist *sgl, unsigned int nents) in sg_last() function120 EXPORT_SYMBOL(sg_last);
247 struct scatterlist *sg_last(struct scatterlist *s, unsigned int);
960 sg = sg_last(areq->dst, edesc->dst_nents); in ipsec_esp_encrypt_done()987 sg = sg_last(req->dst, edesc->dst_nents ? : 1); in ipsec_esp_decrypt_swauth_done()1379 sg = sg_last(req->src, edesc->src_nents ? : 1); in aead_decrypt()