Searched refs:MAX_SGL_ENTS (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/crypto/
H A Dalgif_skcipher.c80 #define MAX_SGL_ENTS ((4096 - sizeof(struct skcipher_sg_list)) / \ macro
142 if (!sg || sgl->cur >= MAX_SGL_ENTS) { skcipher_alloc_sgl()
144 sizeof(sgl->sg[0]) * (MAX_SGL_ENTS + 1), skcipher_alloc_sgl()
149 sg_init_table(sgl->sg, MAX_SGL_ENTS + 1); skcipher_alloc_sgl()
153 scatterwalk_sg_chain(sg, MAX_SGL_ENTS + 1, sgl->sg); skcipher_alloc_sgl()
196 (MAX_SGL_ENTS + 1)); skcipher_pull_sgl()
420 } while (len && sgl->cur < MAX_SGL_ENTS); skcipher_sendmsg()

Completed in 96 milliseconds