Home
last modified time | relevance | path

Searched refs:rsgl_list (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/crypto/
Dif_alg.h106 struct list_head rsgl_list; member
/linux-4.19.296/crypto/
Daf_alg.c671 list_for_each_entry_safe(rsgl, tmp, &areq->rsgl_list, list) { in af_alg_free_areq_sgls()
1109 INIT_LIST_HEAD(&areq->rsgl_list); in af_alg_alloc_areq()
1149 if (list_empty(&areq->rsgl_list)) { in af_alg_get_rsgl()
1158 list_add_tail(&rsgl->list, &areq->rsgl_list); in af_alg_get_rsgl()