Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dtcrypt.c86 #define XBUFSIZE 8 macro
89 static int testmgr_alloc_buf(char *buf[XBUFSIZE]) in testmgr_alloc_buf() argument
93 for (i = 0; i < XBUFSIZE; i++) { in testmgr_alloc_buf()
108 static void testmgr_free_buf(char *buf[XBUFSIZE]) in testmgr_free_buf() argument
112 for (i = 0; i < XBUFSIZE; i++) in testmgr_free_buf()
116 static void sg_init_aead(struct scatterlist *sg, char *xbuf[XBUFSIZE], in sg_init_aead() argument
123 if (np > XBUFSIZE) { in sg_init_aead()
125 np = XBUFSIZE; in sg_init_aead()
151 struct scatterlist sg[XBUFSIZE];
152 struct scatterlist sgout[XBUFSIZE];
[all …]
Dtestmgr.c59 #define XBUFSIZE 8 macro
151 static int testmgr_alloc_buf(char *buf[XBUFSIZE]) in testmgr_alloc_buf() argument
155 for (i = 0; i < XBUFSIZE; i++) { in testmgr_alloc_buf()
170 static void testmgr_free_buf(char *buf[XBUFSIZE]) in testmgr_free_buf() argument
174 for (i = 0; i < XBUFSIZE; i++) in testmgr_free_buf()
281 char *xbuf[XBUFSIZE]; in __test_hash()
623 char *xbuf[XBUFSIZE]; in __test_aead()
624 char *xoutbuf[XBUFSIZE]; in __test_aead()
625 char *axbuf[XBUFSIZE]; in __test_aead()
1027 char *xbuf[XBUFSIZE]; in test_cipher()
[all …]