Searched refs:tsgl_list (Results 1 – 3 of 3) sorted by relevance
| /linux/crypto/ |
| H A D | af_alg.c | 612 sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, list); in af_alg_alloc_tsgl() 613 if (!list_empty(&ctx->tsgl_list)) in af_alg_alloc_tsgl() 629 list_add_tail(&sgl->list, &ctx->tsgl_list); in af_alg_alloc_tsgl() 657 list_for_each_entry(sgl, &ctx->tsgl_list, list) { in af_alg_count_tsgl() 711 while (!list_empty(&ctx->tsgl_list)) { in af_alg_pull_tsgl() 712 sgl = list_first_entry(&ctx->tsgl_list, struct af_alg_tsgl, in af_alg_pull_tsgl() 1006 sgl = list_entry(ctx->tsgl_list.prev, in af_alg_sendmsg() 1043 sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, in af_alg_sendmsg()
|
| H A D | algif_skcipher.c | 394 INIT_LIST_HEAD(&ctx->tsgl_list); in skcipher_accept_parent_nokey()
|
| /linux/include/crypto/ |
| H A D | if_alg.h | 144 struct list_head tsgl_list; member
|