Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H A Daf_alg.c1115 areq->last_rsgl = NULL; in af_alg_alloc_areq()
1175 if (areq->last_rsgl) in af_alg_get_rsgl()
1176 af_alg_link_sg(&areq->last_rsgl->sgl, &rsgl->sgl); in af_alg_get_rsgl()
1178 areq->last_rsgl = rsgl; in af_alg_get_rsgl()
H A Dalgif_aead.c269 struct af_alg_sgl *sgl_prev = &areq->last_rsgl->sgl; in _aead_recvmsg()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dif_alg.h101 struct af_alg_rsgl *last_rsgl; member