Lines Matching refs:XBUFSIZE
82 #define XBUFSIZE 8 macro
85 static int testmgr_alloc_buf(char *buf[XBUFSIZE]) in testmgr_alloc_buf() argument
89 for (i = 0; i < XBUFSIZE; i++) { in testmgr_alloc_buf()
104 static void testmgr_free_buf(char *buf[XBUFSIZE]) in testmgr_free_buf() argument
108 for (i = 0; i < XBUFSIZE; i++) in testmgr_free_buf()
112 static void sg_init_aead(struct scatterlist *sg, char *xbuf[XBUFSIZE], in sg_init_aead() argument
119 if (np > XBUFSIZE) { in sg_init_aead()
121 np = XBUFSIZE; in sg_init_aead()
147 struct scatterlist sg[XBUFSIZE];
148 struct scatterlist sgout[XBUFSIZE];
151 char *xbuf[XBUFSIZE];
152 char *xoutbuf[XBUFSIZE];
153 char *axbuf[XBUFSIZE];
339 if (*b_size + authsize > XBUFSIZE * PAGE_SIZE) { in test_mb_aead_speed()
342 XBUFSIZE * PAGE_SIZE); in test_mb_aead_speed()
533 char *xbuf[XBUFSIZE]; in test_aead_speed()
534 char *xoutbuf[XBUFSIZE]; in test_aead_speed()
535 char *axbuf[XBUFSIZE]; in test_aead_speed()
714 struct scatterlist sg[XBUFSIZE];
718 char *xbuf[XBUFSIZE];
846 sg_init_table(data[i].sg, XBUFSIZE); in test_mb_ahash_speed()
847 for (j = 0; j < XBUFSIZE; j++) { in test_mb_ahash_speed()
861 if (speed[i].blen > XBUFSIZE * PAGE_SIZE) { in test_mb_ahash_speed()
863 speed[i].blen, XBUFSIZE * PAGE_SIZE); in test_mb_ahash_speed()
1148 struct scatterlist sg[XBUFSIZE];
1151 char *xbuf[XBUFSIZE];
1318 if (*b_size > XBUFSIZE * PAGE_SIZE) { in test_mb_skcipher_speed()
1320 *b_size, XBUFSIZE * PAGE_SIZE); in test_mb_skcipher_speed()