Searched refs:skcipher_sg_list (Results 1 – 1 of 1) sorted by relevance
26 struct skcipher_sg_list { struct72 #define MAX_SGL_ENTS ((4096 - sizeof(struct skcipher_sg_list)) / \124 struct skcipher_sg_list *sgl; in skcipher_alloc_sgl()127 sgl = list_entry(ctx->tsgl.prev, struct skcipher_sg_list, list); in skcipher_alloc_sgl()154 struct skcipher_sg_list *sgl; in skcipher_pull_sgl()159 sgl = list_first_entry(&ctx->tsgl, struct skcipher_sg_list, in skcipher_pull_sgl()304 struct skcipher_sg_list *sgl; in skcipher_sendmsg()352 struct skcipher_sg_list, list); in skcipher_sendmsg()385 sgl = list_entry(ctx->tsgl.prev, struct skcipher_sg_list, list); in skcipher_sendmsg()437 struct skcipher_sg_list *sgl; in skcipher_sendpage()[all …]