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()
960 struct scatterlist sg[XBUFSIZE];
963 char *xbuf[XBUFSIZE];
1123 if (bs > XBUFSIZE * PAGE_SIZE) { in test_mb_skcipher_speed()
1125 bs, XBUFSIZE * PAGE_SIZE); in test_mb_skcipher_speed()