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

/linux-master/crypto/
H A Dtcrypt.c75 #define XBUFSIZE 8 macro
78 static int testmgr_alloc_buf(char *buf[XBUFSIZE])
82 for (i = 0; i < XBUFSIZE; i++) {
97 static void testmgr_free_buf(char *buf[XBUFSIZE])
101 for (i = 0; i < XBUFSIZE; i++)
105 static void sg_init_aead(struct scatterlist *sg, char *xbuf[XBUFSIZE],
112 if (np > XBUFSIZE) {
114 np = XBUFSIZE;
140 struct scatterlist sg[XBUFSIZE];
141 struct scatterlist sgout[XBUFSIZE];
[all...]
H A Dtestmgr.c75 #define XBUFSIZE 8 macro
165 static int __testmgr_alloc_buf(char *buf[XBUFSIZE], int order)
169 for (i = 0; i < XBUFSIZE; i++) {
184 static int testmgr_alloc_buf(char *buf[XBUFSIZE])
189 static void __testmgr_free_buf(char *buf[XBUFSIZE], int order)
193 for (i = 0; i < XBUFSIZE; i++)
197 static void testmgr_free_buf(char *buf[XBUFSIZE])
301 struct test_sg_division src_divs[XBUFSIZE];
302 struct test_sg_division dst_divs[XBUFSIZE];
544 char *bufs[XBUFSIZE];
[all...]

Completed in 192 milliseconds