Searched refs:XBUFSIZE (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/crypto/
H A Dtcrypt.c217 #define XBUFSIZE 8 macro
220 static int testmgr_alloc_buf(char *buf[XBUFSIZE]) testmgr_alloc_buf()
224 for (i = 0; i < XBUFSIZE; i++) { testmgr_alloc_buf()
239 static void testmgr_free_buf(char *buf[XBUFSIZE]) testmgr_free_buf()
243 for (i = 0; i < XBUFSIZE; i++) testmgr_free_buf()
247 static void sg_init_aead(struct scatterlist *sg, char *xbuf[XBUFSIZE], sg_init_aead()
253 if (np > XBUFSIZE) { sg_init_aead()
255 np = XBUFSIZE; sg_init_aead()
284 char *xbuf[XBUFSIZE]; test_aead_speed()
285 char *xoutbuf[XBUFSIZE]; test_aead_speed()
286 char *axbuf[XBUFSIZE]; test_aead_speed()
H A Dtestmgr.c49 #define XBUFSIZE 8 macro
154 static int testmgr_alloc_buf(char *buf[XBUFSIZE]) testmgr_alloc_buf()
158 for (i = 0; i < XBUFSIZE; i++) { testmgr_alloc_buf()
173 static void testmgr_free_buf(char *buf[XBUFSIZE]) testmgr_free_buf()
177 for (i = 0; i < XBUFSIZE; i++) testmgr_free_buf()
203 char *xbuf[XBUFSIZE]; __test_hash()
437 char *xbuf[XBUFSIZE]; __test_aead()
438 char *xoutbuf[XBUFSIZE]; __test_aead()
439 char *axbuf[XBUFSIZE]; __test_aead()
839 char *xbuf[XBUFSIZE]; test_cipher()
921 char *xbuf[XBUFSIZE]; __test_skcipher()
922 char *xoutbuf[XBUFSIZE]; __test_skcipher()

Completed in 98 milliseconds