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
1129
if (bs > XBUFSIZE * PAGE_SIZE) {
crypto/tcrypt.c
1131
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
966
struct scatterlist sg[XBUFSIZE];
crypto/tcrypt.c
969
char *xbuf[XBUFSIZE];
crypto/tcrypt.c
97
static void testmgr_free_buf(char *buf[XBUFSIZE])
crypto/testmgr.c
1244
const struct test_sg_division *divs[XBUFSIZE])
crypto/testmgr.c
1298
const struct test_sg_division *divs[XBUFSIZE];
crypto/testmgr.c
1482
const struct test_sg_division *divs[XBUFSIZE];
crypto/testmgr.c
165
static int __testmgr_alloc_buf(char *buf[XBUFSIZE], int order)
crypto/testmgr.c
169
for (i = 0; i < XBUFSIZE; i++) {
crypto/testmgr.c
184
static int testmgr_alloc_buf(char *buf[XBUFSIZE])
crypto/testmgr.c
189
static void __testmgr_free_buf(char *buf[XBUFSIZE], int order)
crypto/testmgr.c
193
for (i = 0; i < XBUFSIZE; i++)
crypto/testmgr.c
197
static void testmgr_free_buf(char *buf[XBUFSIZE])
crypto/testmgr.c
2722
char *xbuf[XBUFSIZE];
crypto/testmgr.c
305
struct test_sg_division src_divs[XBUFSIZE];
crypto/testmgr.c
306
struct test_sg_division dst_divs[XBUFSIZE];
crypto/testmgr.c
3757
char *xbuf[XBUFSIZE];
crypto/testmgr.c
549
char *bufs[XBUFSIZE];
crypto/testmgr.c
550
struct scatterlist sgl[XBUFSIZE];
crypto/testmgr.c
551
struct scatterlist sgl_saved[XBUFSIZE];
crypto/testmgr.c
589
const struct test_sg_division *out_divs[XBUFSIZE])
crypto/testmgr.c
594
} partitions[XBUFSIZE];