Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/
H A Dif_alg.h99 struct af_alg_rsgl *last_rsgl; member
/openbmc/linux/crypto/
H A Daf_alg.c1211 areq->last_rsgl = NULL; in af_alg_alloc_areq()
1278 if (areq->last_rsgl) in af_alg_get_rsgl()
1279 af_alg_link_sg(&areq->last_rsgl->sgl, &rsgl->sgl); in af_alg_get_rsgl()
1281 areq->last_rsgl = rsgl; in af_alg_get_rsgl()
H A Dalgif_aead.c271 struct af_alg_sgl *sgl_prev = &areq->last_rsgl->sgl; in _aead_recvmsg()