Symbol: XBUFSIZE
crypto/tcrypt.c
101
for (i = 0; i < XBUFSIZE; i++)
crypto/tcrypt.c
105
static void sg_init_aead(struct scatterlist *sg, char *xbuf[XBUFSIZE],
crypto/tcrypt.c
112
if (np > XBUFSIZE) {
crypto/tcrypt.c
1123
if (bs > XBUFSIZE * PAGE_SIZE) {
crypto/tcrypt.c
1125
bs, XBUFSIZE * PAGE_SIZE);
crypto/tcrypt.c
114
np = XBUFSIZE;
crypto/tcrypt.c
140
struct scatterlist sg[XBUFSIZE];
crypto/tcrypt.c
141
struct scatterlist sgout[XBUFSIZE];
crypto/tcrypt.c
144
char *xbuf[XBUFSIZE];
crypto/tcrypt.c
145
char *xoutbuf[XBUFSIZE];
crypto/tcrypt.c
146
char *axbuf[XBUFSIZE];
crypto/tcrypt.c
339
if (bs + authsize > XBUFSIZE * PAGE_SIZE) {
crypto/tcrypt.c
342
XBUFSIZE * PAGE_SIZE);
crypto/tcrypt.c
533
char *xbuf[XBUFSIZE];
crypto/tcrypt.c
534
char *xoutbuf[XBUFSIZE];
crypto/tcrypt.c
535
char *axbuf[XBUFSIZE];
crypto/tcrypt.c
78
static int testmgr_alloc_buf(char *buf[XBUFSIZE])
crypto/tcrypt.c
82
for (i = 0; i < XBUFSIZE; i++) {
crypto/tcrypt.c
960
struct scatterlist sg[XBUFSIZE];
crypto/tcrypt.c
963
char *xbuf[XBUFSIZE];
crypto/tcrypt.c
97
static void testmgr_free_buf(char *buf[XBUFSIZE])
crypto/testmgr.c
1245
const struct test_sg_division *divs[XBUFSIZE])
crypto/testmgr.c
1299
const struct test_sg_division *divs[XBUFSIZE];
crypto/testmgr.c
1483
const struct test_sg_division *divs[XBUFSIZE];
crypto/testmgr.c
166
static int __testmgr_alloc_buf(char *buf[XBUFSIZE], int order)
crypto/testmgr.c
170
for (i = 0; i < XBUFSIZE; i++) {
crypto/testmgr.c
185
static int testmgr_alloc_buf(char *buf[XBUFSIZE])
crypto/testmgr.c
190
static void __testmgr_free_buf(char *buf[XBUFSIZE], int order)
crypto/testmgr.c
194
for (i = 0; i < XBUFSIZE; i++)
crypto/testmgr.c
198
static void testmgr_free_buf(char *buf[XBUFSIZE])
crypto/testmgr.c
2723
char *xbuf[XBUFSIZE];
crypto/testmgr.c
306
struct test_sg_division src_divs[XBUFSIZE];
crypto/testmgr.c
307
struct test_sg_division dst_divs[XBUFSIZE];
crypto/testmgr.c
3769
char *xbuf[XBUFSIZE];
crypto/testmgr.c
550
char *bufs[XBUFSIZE];
crypto/testmgr.c
551
struct scatterlist sgl[XBUFSIZE];
crypto/testmgr.c
552
struct scatterlist sgl_saved[XBUFSIZE];
crypto/testmgr.c
590
const struct test_sg_division *out_divs[XBUFSIZE])
crypto/testmgr.c
595
} partitions[XBUFSIZE];