Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dif_alg.h65 struct af_alg_tsgl { struct
71 #define MAX_SGL_ENTS ((4096 - sizeof(struct af_alg_tsgl)) / \ argument
/linux/crypto/
H A Daf_alg.c609 struct af_alg_tsgl *sgl; in af_alg_alloc_tsgl()
612 sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, list); in af_alg_alloc_tsgl()
650 const struct af_alg_tsgl *sgl; in af_alg_count_tsgl()
688 struct af_alg_tsgl *sgl; in af_alg_pull_tsgl()
693 sgl = list_first_entry(&ctx->tsgl_list, struct af_alg_tsgl, in af_alg_pull_tsgl()
917 struct af_alg_tsgl *sgl; in af_alg_sendmsg()
980 struct af_alg_tsgl, list); in af_alg_sendmsg()
1016 sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, in af_alg_sendmsg()