Searched refs:sg_last (Results 1 – 3 of 3) sorted by relevance
55 struct scatterlist *sg_last(struct scatterlist *sgl, unsigned int nents) in sg_last() function73 EXPORT_SYMBOL(sg_last);
203 struct scatterlist *sg_last(struct scatterlist *s, unsigned int);
906 sg = sg_last(areq->dst, edesc->dst_nents); in ipsec_esp_encrypt_done()939 sg = sg_last(req->dst, edesc->dst_nents ? : 1); in ipsec_esp_decrypt_swauth_done()1350 sg = sg_last(req->src, edesc->src_nents ? : 1); in aead_decrypt()