Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Daf_alg.c495 struct af_alg_tsgl *sgl; in af_alg_alloc_tsgl()
498 sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, list); in af_alg_alloc_tsgl()
537 struct af_alg_tsgl *sgl, *tmp; in af_alg_count_tsgl()
594 struct af_alg_tsgl *sgl; in af_alg_pull_tsgl()
599 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()
882 struct af_alg_tsgl, list); in af_alg_sendmsg()
916 sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, in af_alg_sendmsg()
978 struct af_alg_tsgl *sgl; in af_alg_sendpage()
1002 sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, list); in af_alg_sendpage()
Dalgif_aead.c105 struct af_alg_tsgl *tsgl, *tmp; in _aead_recvmsg()
/Linux-v4.19/include/crypto/
Dif_alg.h71 struct af_alg_tsgl { struct
77 #define MAX_SGL_ENTS ((4096 - sizeof(struct af_alg_tsgl)) / \ argument