Home
last modified time | relevance | path

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

/linux/crypto/
H A Dtestmgr.c76 #define XBUFSIZE 8 macro
166 static int __testmgr_alloc_buf(char *buf[XBUFSIZE], int order) in __testmgr_alloc_buf() argument
170 for (i = 0; i < XBUFSIZE; i++) { in __testmgr_alloc_buf()
185 static int testmgr_alloc_buf(char *buf[XBUFSIZE]) in testmgr_alloc_buf() argument
190 static void __testmgr_free_buf(char *buf[XBUFSIZE], int order) in __testmgr_free_buf() argument
194 for (i = 0; i < XBUFSIZE; i++) in __testmgr_free_buf()
198 static void testmgr_free_buf(char *buf[XBUFSIZE]) in testmgr_free_buf() argument
306 struct test_sg_division src_divs[XBUFSIZE];
307 struct test_sg_division dst_divs[XBUFSIZE];
550 char *bufs[XBUFSIZE];
[all …]