Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dtcrypt.c217 #define XBUFSIZE 8 macro
220 static int testmgr_alloc_buf(char *buf[XBUFSIZE]) in testmgr_alloc_buf() argument
224 for (i = 0; i < XBUFSIZE; i++) { in testmgr_alloc_buf()
239 static void testmgr_free_buf(char *buf[XBUFSIZE]) in testmgr_free_buf() argument
243 for (i = 0; i < XBUFSIZE; i++) in testmgr_free_buf()
247 static void sg_init_aead(struct scatterlist *sg, char *xbuf[XBUFSIZE], in sg_init_aead() argument
253 if (np > XBUFSIZE) { in sg_init_aead()
255 np = XBUFSIZE; in sg_init_aead()
284 char *xbuf[XBUFSIZE]; in test_aead_speed()
285 char *xoutbuf[XBUFSIZE]; in test_aead_speed()
[all …]
Dtestmgr.c49 #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()
[all …]