Home
last modified time | relevance | path

Searched refs:tsgl_list (Results 1 – 4 of 4) sorted by relevance

/linux/crypto/
H A Daf_alg.c612 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()
631 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()
692 while (!list_empty(&ctx->tsgl_list)) { in af_alg_pull_tsgl()
693 sgl = list_first_entry(&ctx->tsgl_list, struct af_alg_tsgl, in af_alg_pull_tsgl()
979 sgl = list_entry(ctx->tsgl_list.prev, in af_alg_sendmsg()
1016 sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, in af_alg_sendmsg()
H A Dalgif_aead.c417 INIT_LIST_HEAD(&ctx->tsgl_list); in aead_accept_parent_nokey()
H A Dalgif_skcipher.c394 INIT_LIST_HEAD(&ctx->tsgl_list); in skcipher_accept_parent_nokey()
/linux/include/crypto/
H A Dif_alg.h144 struct list_head tsgl_list; member