Lines Matching refs:XBUFSIZE
86 #define XBUFSIZE 8 macro
89 static int testmgr_alloc_buf(char *buf[XBUFSIZE]) in testmgr_alloc_buf() argument
93 for (i = 0; i < XBUFSIZE; i++) { in testmgr_alloc_buf()
108 static void testmgr_free_buf(char *buf[XBUFSIZE]) in testmgr_free_buf() argument
112 for (i = 0; i < XBUFSIZE; i++) in testmgr_free_buf()
116 static void sg_init_aead(struct scatterlist *sg, char *xbuf[XBUFSIZE], in sg_init_aead() argument
123 if (np > XBUFSIZE) { in sg_init_aead()
125 np = XBUFSIZE; in sg_init_aead()
151 struct scatterlist sg[XBUFSIZE];
152 struct scatterlist sgout[XBUFSIZE];
155 char *xbuf[XBUFSIZE];
156 char *xoutbuf[XBUFSIZE];
157 char *axbuf[XBUFSIZE];
343 if (*b_size + authsize > XBUFSIZE * PAGE_SIZE) { in test_mb_aead_speed()
346 XBUFSIZE * PAGE_SIZE); in test_mb_aead_speed()
537 char *xbuf[XBUFSIZE]; in test_aead_speed()
538 char *xoutbuf[XBUFSIZE]; in test_aead_speed()
539 char *axbuf[XBUFSIZE]; in test_aead_speed()
718 struct scatterlist sg[XBUFSIZE];
722 char *xbuf[XBUFSIZE];
850 sg_init_table(data[i].sg, XBUFSIZE); in test_mb_ahash_speed()
851 for (j = 0; j < XBUFSIZE; j++) { in test_mb_ahash_speed()
865 if (speed[i].blen > XBUFSIZE * PAGE_SIZE) { in test_mb_ahash_speed()
867 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()