Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dtcrypt.c250 #define XBUFSIZE 8 macro
253 static int testmgr_alloc_buf(char *buf[XBUFSIZE]) in testmgr_alloc_buf() argument
257 for (i = 0; i < XBUFSIZE; i++) { in testmgr_alloc_buf()
272 static void testmgr_free_buf(char *buf[XBUFSIZE]) in testmgr_free_buf() argument
276 for (i = 0; i < XBUFSIZE; i++) in testmgr_free_buf()
280 static void sg_init_aead(struct scatterlist *sg, char *xbuf[XBUFSIZE], in sg_init_aead() argument
286 if (np > XBUFSIZE) { in sg_init_aead()
288 np = XBUFSIZE; in sg_init_aead()
316 char *xbuf[XBUFSIZE]; in test_aead_speed()
317 char *xoutbuf[XBUFSIZE]; in test_aead_speed()
[all …]
Dtestmgr.c53 #define XBUFSIZE 8 macro
164 static int testmgr_alloc_buf(char *buf[XBUFSIZE]) in testmgr_alloc_buf() argument
168 for (i = 0; i < XBUFSIZE; i++) { in testmgr_alloc_buf()
183 static void testmgr_free_buf(char *buf[XBUFSIZE]) in testmgr_free_buf() argument
187 for (i = 0; i < XBUFSIZE; i++) in testmgr_free_buf()
213 char *xbuf[XBUFSIZE]; in __test_hash()
446 char *xbuf[XBUFSIZE]; in __test_aead()
447 char *xoutbuf[XBUFSIZE]; in __test_aead()
448 char *axbuf[XBUFSIZE]; in __test_aead()
858 char *xbuf[XBUFSIZE]; in test_cipher()
[all …]