Searched refs:tsgl_list (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/crypto/ |
| D | af_alg.c | 491 sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, list); in af_alg_alloc_tsgl() 492 if (!list_empty(&ctx->tsgl_list)) in af_alg_alloc_tsgl() 508 list_add_tail(&sgl->list, &ctx->tsgl_list); in af_alg_alloc_tsgl() 536 list_for_each_entry(sgl, &ctx->tsgl_list, list) { in af_alg_count_tsgl() 590 while (!list_empty(&ctx->tsgl_list)) { in af_alg_pull_tsgl() 591 sgl = list_first_entry(&ctx->tsgl_list, struct af_alg_tsgl, in af_alg_pull_tsgl() 868 sgl = list_entry(ctx->tsgl_list.prev, in af_alg_sendmsg() 903 sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, in af_alg_sendmsg() 989 sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, list); in af_alg_sendpage()
|
| D | algif_aead.c | 182 list_for_each_entry_safe(tsgl, tmp, &ctx->tsgl_list, list) { in _aead_recvmsg() 562 INIT_LIST_HEAD(&ctx->tsgl_list); in aead_accept_parent_nokey()
|
| D | algif_skcipher.c | 353 INIT_LIST_HEAD(&ctx->tsgl_list); in skcipher_accept_parent_nokey()
|
| /Linux-v5.4/include/crypto/ |
| D | if_alg.h | 141 struct list_head tsgl_list; member
|