Home
last modified time | relevance | path

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

/Linux-v5.10/crypto/
Daf_alg.c497 struct af_alg_tsgl *sgl; in af_alg_alloc_tsgl()
500 sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, list); in af_alg_alloc_tsgl()
538 const struct af_alg_tsgl *sgl; in af_alg_count_tsgl()
595 struct af_alg_tsgl *sgl; in af_alg_pull_tsgl()
600 sgl = list_first_entry(&ctx->tsgl_list, struct af_alg_tsgl, in af_alg_pull_tsgl()
832 struct af_alg_tsgl *sgl; in af_alg_sendmsg()
889 struct af_alg_tsgl, list); in af_alg_sendmsg()
923 sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, in af_alg_sendmsg()
985 struct af_alg_tsgl *sgl; in af_alg_sendpage()
1009 sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, list); in af_alg_sendpage()
Dalgif_aead.c101 struct af_alg_tsgl *tsgl, *tmp; in _aead_recvmsg()
/Linux-v5.10/include/crypto/
Dif_alg.h67 struct af_alg_tsgl { struct
73 #define MAX_SGL_ENTS ((4096 - sizeof(struct af_alg_tsgl)) / \ argument