Lines Matching refs:XBUFSIZE
83 #define XBUFSIZE 8
86 static int testmgr_alloc_buf(char *buf[XBUFSIZE])
90 for (i = 0; i < XBUFSIZE; i++) {
105 static void testmgr_free_buf(char *buf[XBUFSIZE])
109 for (i = 0; i < XBUFSIZE; i++)
113 static void sg_init_aead(struct scatterlist *sg, char *xbuf[XBUFSIZE],
120 if (np > XBUFSIZE) {
122 np = XBUFSIZE;
148 struct scatterlist sg[XBUFSIZE];
149 struct scatterlist sgout[XBUFSIZE];
152 char *xbuf[XBUFSIZE];
153 char *xoutbuf[XBUFSIZE];
154 char *axbuf[XBUFSIZE];
340 if (*b_size + authsize > XBUFSIZE * PAGE_SIZE) {
343 XBUFSIZE * PAGE_SIZE);
534 char *xbuf[XBUFSIZE];
535 char *xoutbuf[XBUFSIZE];
536 char *axbuf[XBUFSIZE];
715 struct scatterlist sg[XBUFSIZE];
719 char *xbuf[XBUFSIZE];
847 sg_init_table(data[i].sg, XBUFSIZE);
848 for (j = 0; j < XBUFSIZE; j++) {
862 if (speed[i].blen > XBUFSIZE * PAGE_SIZE) {
864 speed[i].blen, XBUFSIZE * PAGE_SIZE);
1149 struct scatterlist sg[XBUFSIZE];
1152 char *xbuf[XBUFSIZE];
1310 if (*b_size > XBUFSIZE * PAGE_SIZE) {
1312 *b_size, XBUFSIZE * PAGE_SIZE);