XBUFSIZE           85 crypto/tcrypt.c static int testmgr_alloc_buf(char *buf[XBUFSIZE])
XBUFSIZE           89 crypto/tcrypt.c 	for (i = 0; i < XBUFSIZE; i++) {
XBUFSIZE          104 crypto/tcrypt.c static void testmgr_free_buf(char *buf[XBUFSIZE])
XBUFSIZE          108 crypto/tcrypt.c 	for (i = 0; i < XBUFSIZE; i++)
XBUFSIZE          112 crypto/tcrypt.c static void sg_init_aead(struct scatterlist *sg, char *xbuf[XBUFSIZE],
XBUFSIZE          119 crypto/tcrypt.c 	if (np > XBUFSIZE) {
XBUFSIZE          121 crypto/tcrypt.c 		np = XBUFSIZE;
XBUFSIZE          147 crypto/tcrypt.c 	struct scatterlist sg[XBUFSIZE];
XBUFSIZE          148 crypto/tcrypt.c 	struct scatterlist sgout[XBUFSIZE];
XBUFSIZE          151 crypto/tcrypt.c 	char *xbuf[XBUFSIZE];
XBUFSIZE          152 crypto/tcrypt.c 	char *xoutbuf[XBUFSIZE];
XBUFSIZE          153 crypto/tcrypt.c 	char *axbuf[XBUFSIZE];
XBUFSIZE          339 crypto/tcrypt.c 			if (*b_size + authsize > XBUFSIZE * PAGE_SIZE) {
XBUFSIZE          342 crypto/tcrypt.c 				       XBUFSIZE * PAGE_SIZE);
XBUFSIZE          533 crypto/tcrypt.c 	char *xbuf[XBUFSIZE];
XBUFSIZE          534 crypto/tcrypt.c 	char *xoutbuf[XBUFSIZE];
XBUFSIZE          535 crypto/tcrypt.c 	char *axbuf[XBUFSIZE];
XBUFSIZE          714 crypto/tcrypt.c 	struct scatterlist sg[XBUFSIZE];
XBUFSIZE          718 crypto/tcrypt.c 	char *xbuf[XBUFSIZE];
XBUFSIZE          846 crypto/tcrypt.c 		sg_init_table(data[i].sg, XBUFSIZE);
XBUFSIZE          847 crypto/tcrypt.c 		for (j = 0; j < XBUFSIZE; j++) {
XBUFSIZE          861 crypto/tcrypt.c 		if (speed[i].blen > XBUFSIZE * PAGE_SIZE) {
XBUFSIZE          863 crypto/tcrypt.c 			       speed[i].blen, XBUFSIZE * PAGE_SIZE);
XBUFSIZE         1148 crypto/tcrypt.c 	struct scatterlist sg[XBUFSIZE];
XBUFSIZE         1151 crypto/tcrypt.c 	char *xbuf[XBUFSIZE];
XBUFSIZE         1318 crypto/tcrypt.c 			if (*b_size > XBUFSIZE * PAGE_SIZE) {
XBUFSIZE         1320 crypto/tcrypt.c 				       *b_size, XBUFSIZE * PAGE_SIZE);
XBUFSIZE          150 crypto/testmgr.c static int __testmgr_alloc_buf(char *buf[XBUFSIZE], int order)
XBUFSIZE          154 crypto/testmgr.c 	for (i = 0; i < XBUFSIZE; i++) {
XBUFSIZE          169 crypto/testmgr.c static int testmgr_alloc_buf(char *buf[XBUFSIZE])
XBUFSIZE          174 crypto/testmgr.c static void __testmgr_free_buf(char *buf[XBUFSIZE], int order)
XBUFSIZE          178 crypto/testmgr.c 	for (i = 0; i < XBUFSIZE; i++)
XBUFSIZE          182 crypto/testmgr.c static void testmgr_free_buf(char *buf[XBUFSIZE])
XBUFSIZE          269 crypto/testmgr.c 	struct test_sg_division src_divs[XBUFSIZE];
XBUFSIZE          270 crypto/testmgr.c 	struct test_sg_division dst_divs[XBUFSIZE];
XBUFSIZE          492 crypto/testmgr.c 	char *bufs[XBUFSIZE];
XBUFSIZE          493 crypto/testmgr.c 	struct scatterlist sgl[XBUFSIZE];
XBUFSIZE          494 crypto/testmgr.c 	struct scatterlist sgl_saved[XBUFSIZE];
XBUFSIZE          532 crypto/testmgr.c 			     const struct test_sg_division *out_divs[XBUFSIZE])
XBUFSIZE          537 crypto/testmgr.c 	} partitions[XBUFSIZE];
XBUFSIZE         1039 crypto/testmgr.c 			     const struct test_sg_division *divs[XBUFSIZE])
XBUFSIZE         1099 crypto/testmgr.c 	const struct test_sg_division *divs[XBUFSIZE];
XBUFSIZE         1283 crypto/testmgr.c 	const struct test_sg_division *divs[XBUFSIZE];
XBUFSIZE         2360 crypto/testmgr.c 	char *xbuf[XBUFSIZE];
XBUFSIZE         3660 crypto/testmgr.c 	char *xbuf[XBUFSIZE];