Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dtcrypt.c75 #define XBUFSIZE 8 macro
78 static int testmgr_alloc_buf(char *buf[XBUFSIZE]) in testmgr_alloc_buf()
97 static void testmgr_free_buf(char *buf[XBUFSIZE]) in testmgr_free_buf()
105 static void sg_init_aead(struct scatterlist *sg, char *xbuf[XBUFSIZE], in sg_init_aead()
H A Dtestmgr.c75 #define XBUFSIZE 8 macro
165 static int __testmgr_alloc_buf(char *buf[XBUFSIZE], int order) in __testmgr_alloc_buf()
184 static int testmgr_alloc_buf(char *buf[XBUFSIZE]) in testmgr_alloc_buf()
189 static void __testmgr_free_buf(char *buf[XBUFSIZE], int order) in __testmgr_free_buf()
197 static void testmgr_free_buf(char *buf[XBUFSIZE]) in testmgr_free_buf()
586 const struct test_sg_division *out_divs[XBUFSIZE]) in build_test_sglist()
1227 const struct test_sg_division *divs[XBUFSIZE]) in build_hash_sglist()