Lines Matching refs:XBUFSIZE
49 #define XBUFSIZE 8 macro
154 static int testmgr_alloc_buf(char *buf[XBUFSIZE]) in testmgr_alloc_buf() argument
158 for (i = 0; i < XBUFSIZE; i++) { in testmgr_alloc_buf()
173 static void testmgr_free_buf(char *buf[XBUFSIZE]) in testmgr_free_buf() argument
177 for (i = 0; i < XBUFSIZE; i++) in testmgr_free_buf()
203 char *xbuf[XBUFSIZE]; in __test_hash()
437 char *xbuf[XBUFSIZE]; in __test_aead()
438 char *xoutbuf[XBUFSIZE]; in __test_aead()
439 char *axbuf[XBUFSIZE]; in __test_aead()
839 char *xbuf[XBUFSIZE]; in test_cipher()
921 char *xbuf[XBUFSIZE]; in __test_skcipher()
922 char *xoutbuf[XBUFSIZE]; in __test_skcipher()