Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/crypto/
H A Daf_alg.c608 struct af_alg_tsgl *sgl; in af_alg_alloc_tsgl()
611 sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, list); in af_alg_alloc_tsgl()
649 const struct af_alg_tsgl *sgl; in af_alg_count_tsgl()
706 struct af_alg_tsgl *sgl; in af_alg_pull_tsgl()
711 sgl = list_first_entry(&ctx->tsgl_list, struct af_alg_tsgl, in af_alg_pull_tsgl()
943 struct af_alg_tsgl *sgl; in af_alg_sendmsg()
1000 struct af_alg_tsgl, list); in af_alg_sendmsg()
1034 sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, in af_alg_sendmsg()
H A Dalgif_aead.c101 struct af_alg_tsgl *tsgl, *tmp; in _aead_recvmsg()