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.c607 struct af_alg_tsgl *sgl; in af_alg_alloc_tsgl()
610 sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, list); in af_alg_alloc_tsgl()
648 const struct af_alg_tsgl *sgl; in af_alg_count_tsgl()
686 struct af_alg_tsgl *sgl; in af_alg_pull_tsgl()
691 sgl = list_first_entry(&ctx->tsgl_list, struct af_alg_tsgl, in af_alg_pull_tsgl()
915 struct af_alg_tsgl *sgl; in af_alg_sendmsg()
978 struct af_alg_tsgl, list); in af_alg_sendmsg()
1014 sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, in af_alg_sendmsg()