Searched refs:XBUFSIZE (Results 1 – 2 of 2) sorted by relevance
| /linux/crypto/ |
| H A D | tcrypt.c | 75 #define XBUFSIZE 8 macro 78 static int testmgr_alloc_buf(char *buf[XBUFSIZE]) in testmgr_alloc_buf() argument 82 for (i = 0; i < XBUFSIZE; i++) { in testmgr_alloc_buf() 97 static void testmgr_free_buf(char *buf[XBUFSIZE]) in testmgr_free_buf() argument 101 for (i = 0; i < XBUFSIZE; i++) in testmgr_free_buf() 105 static void sg_init_aead(struct scatterlist *sg, char *xbuf[XBUFSIZE], in sg_init_aead() argument 112 if (np > XBUFSIZE) { in sg_init_aead() 114 np = XBUFSIZE; in sg_init_aead() 140 struct scatterlist sg[XBUFSIZE]; 141 struct scatterlist sgout[XBUFSIZE]; [all...] |
| H A D | testmgr.c | 76 #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]; 590 build_test_sglist(struct test_sglist * tsgl,const struct test_sg_division * divs,const unsigned int alignmask,const unsigned int total_len,struct iov_iter * data,const struct test_sg_division * out_divs[XBUFSIZE]) build_test_sglist() argument 1245 build_hash_sglist(struct test_sglist * tsgl,const struct hash_testvec * vec,const struct testvec_config * cfg,unsigned int alignmask,const struct test_sg_division * divs[XBUFSIZE]) build_hash_sglist() argument [all...] |