Lines Matching refs:XBUFSIZE
83 #define XBUFSIZE 8 macro
86 static int testmgr_alloc_buf(char *buf[XBUFSIZE]) in testmgr_alloc_buf() argument
90 for (i = 0; i < XBUFSIZE; i++) { in testmgr_alloc_buf()
105 static void testmgr_free_buf(char *buf[XBUFSIZE]) in testmgr_free_buf() argument
109 for (i = 0; i < XBUFSIZE; i++) in testmgr_free_buf()
113 static void sg_init_aead(struct scatterlist *sg, char *xbuf[XBUFSIZE], in sg_init_aead() argument
120 if (np > XBUFSIZE) { in sg_init_aead()
122 np = XBUFSIZE; in sg_init_aead()
148 struct scatterlist sg[XBUFSIZE];
149 struct scatterlist sgout[XBUFSIZE];
152 char *xbuf[XBUFSIZE];
153 char *xoutbuf[XBUFSIZE];
154 char *axbuf[XBUFSIZE];
340 if (*b_size + authsize > XBUFSIZE * PAGE_SIZE) { in test_mb_aead_speed()
343 XBUFSIZE * PAGE_SIZE); in test_mb_aead_speed()
534 char *xbuf[XBUFSIZE]; in test_aead_speed()
535 char *xoutbuf[XBUFSIZE]; in test_aead_speed()
536 char *axbuf[XBUFSIZE]; in test_aead_speed()
715 struct scatterlist sg[XBUFSIZE];
719 char *xbuf[XBUFSIZE];
847 sg_init_table(data[i].sg, XBUFSIZE); in test_mb_ahash_speed()
848 for (j = 0; j < XBUFSIZE; j++) { in test_mb_ahash_speed()
862 if (speed[i].blen > XBUFSIZE * PAGE_SIZE) { in test_mb_ahash_speed()
864 speed[i].blen, XBUFSIZE * PAGE_SIZE); in test_mb_ahash_speed()
1149 struct scatterlist sg[XBUFSIZE];
1152 char *xbuf[XBUFSIZE];
1319 if (*b_size > XBUFSIZE * PAGE_SIZE) { in test_mb_skcipher_speed()
1321 *b_size, XBUFSIZE * PAGE_SIZE); in test_mb_skcipher_speed()