Lines Matching refs:XBUFSIZE
75 #define XBUFSIZE 8
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];
144 char *xbuf[XBUFSIZE];
145 char *xoutbuf[XBUFSIZE];
146 char *axbuf[XBUFSIZE];
339 if (bs + authsize > XBUFSIZE * PAGE_SIZE) {
342 XBUFSIZE * PAGE_SIZE);
533 char *xbuf[XBUFSIZE];
534 char *xoutbuf[XBUFSIZE];
535 char *axbuf[XBUFSIZE];
960 struct scatterlist sg[XBUFSIZE];
963 char *xbuf[XBUFSIZE];
1123 if (bs > XBUFSIZE * PAGE_SIZE) {
1125 bs, XBUFSIZE * PAGE_SIZE);