Lines Matching refs:XBUFSIZE
75 #define XBUFSIZE 8 macro
78 static int testmgr_alloc_buf(char *buf[XBUFSIZE]) in testmgr_alloc_buf() argument
82 for (i = 0; i < XBUFSIZE; i++) { in testmgr_alloc_buf()
97 static void testmgr_free_buf(char *buf[XBUFSIZE]) in testmgr_free_buf() argument
101 for (i = 0; i < XBUFSIZE; i++) in testmgr_free_buf()
105 static void sg_init_aead(struct scatterlist *sg, char *xbuf[XBUFSIZE], in sg_init_aead() argument
112 if (np > XBUFSIZE) { in sg_init_aead()
114 np = XBUFSIZE; in sg_init_aead()
140 struct scatterlist sg[XBUFSIZE];
141 struct scatterlist sgout[XBUFSIZE];
144 char *xbuf[XBUFSIZE];
145 char *xoutbuf[XBUFSIZE];
146 char *axbuf[XBUFSIZE];
339 if (bs + 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()
720 struct scatterlist sg[XBUFSIZE];
724 char *xbuf[XBUFSIZE];
860 sg_init_table(data[i].sg, XBUFSIZE); in test_mb_ahash_speed()
861 for (j = 0; j < XBUFSIZE; j++) { in test_mb_ahash_speed()
875 if (speed[i].blen > XBUFSIZE * PAGE_SIZE) { in test_mb_ahash_speed()
877 speed[i].blen, XBUFSIZE * PAGE_SIZE); in test_mb_ahash_speed()
1161 struct scatterlist sg[XBUFSIZE];
1164 char *xbuf[XBUFSIZE];
1324 if (bs > XBUFSIZE * PAGE_SIZE) { in test_mb_skcipher_speed()
1326 bs, XBUFSIZE * PAGE_SIZE); in test_mb_skcipher_speed()