Searched refs:last_rsgl (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/crypto/
H A Dif_alg.h86 * @last_rsgl: Pointer to last RX SG
99 struct af_alg_rsgl *last_rsgl; member in struct:af_alg_async_req
/linux-master/crypto/
H A Daf_alg.c1212 areq->last_rsgl = NULL;
1279 if (areq->last_rsgl)
1280 af_alg_link_sg(&areq->last_rsgl->sgl, &rsgl->sgl);
1282 areq->last_rsgl = rsgl;
H A Dalgif_aead.c271 struct af_alg_sgl *sgl_prev = &areq->last_rsgl->sgl;

Completed in 131 milliseconds