Lines Matching refs:XBUFSIZE
72 #define XBUFSIZE 8 macro
75 static int testmgr_alloc_buf(char *buf[XBUFSIZE]) in testmgr_alloc_buf() argument
79 for (i = 0; i < XBUFSIZE; i++) { in testmgr_alloc_buf()
94 static void testmgr_free_buf(char *buf[XBUFSIZE]) in testmgr_free_buf() argument
98 for (i = 0; i < XBUFSIZE; i++) in testmgr_free_buf()
102 static void sg_init_aead(struct scatterlist *sg, char *xbuf[XBUFSIZE], in sg_init_aead() argument
109 if (np > XBUFSIZE) { in sg_init_aead()
111 np = XBUFSIZE; in sg_init_aead()
137 struct scatterlist sg[XBUFSIZE];
138 struct scatterlist sgout[XBUFSIZE];
141 char *xbuf[XBUFSIZE];
142 char *xoutbuf[XBUFSIZE];
143 char *axbuf[XBUFSIZE];
336 if (bs + authsize > XBUFSIZE * PAGE_SIZE) { in test_mb_aead_speed()
339 XBUFSIZE * PAGE_SIZE); in test_mb_aead_speed()
530 char *xbuf[XBUFSIZE]; in test_aead_speed()
531 char *xoutbuf[XBUFSIZE]; in test_aead_speed()
532 char *axbuf[XBUFSIZE]; in test_aead_speed()
957 struct scatterlist sg[XBUFSIZE];
960 char *xbuf[XBUFSIZE];
1129 if (bs > XBUFSIZE * PAGE_SIZE) { in test_mb_skcipher_speed()
1131 bs, XBUFSIZE * PAGE_SIZE); in test_mb_skcipher_speed()