Home
last modified time | relevance | path

Searched refs:XBUFSIZE (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/crypto/
H A Dtcrypt.c75 #define XBUFSIZE 8 macro
112 if (np > XBUFSIZE) { in sg_init_aead()
114 np = XBUFSIZE; in sg_init_aead()
144 char *xbuf[XBUFSIZE];
145 char *xoutbuf[XBUFSIZE];
146 char *axbuf[XBUFSIZE];
533 char *xbuf[XBUFSIZE]; in test_aead_speed()
534 char *xoutbuf[XBUFSIZE]; in test_aead_speed()
535 char *axbuf[XBUFSIZE]; in test_aead_speed()
724 char *xbuf[XBUFSIZE];
[all …]
H A Dtestmgr.c76 #define XBUFSIZE 8 macro
176 for (i = 0; i < XBUFSIZE; i++) { in __testmgr_alloc_buf()
200 for (i = 0; i < XBUFSIZE; i++) in __testmgr_free_buf()
312 struct test_sg_division src_divs[XBUFSIZE];
313 struct test_sg_division dst_divs[XBUFSIZE];
557 char *bufs[XBUFSIZE];
558 struct scatterlist sgl[XBUFSIZE];
559 struct scatterlist sgl_saved[XBUFSIZE];
602 } partitions[XBUFSIZE]; in build_test_sglist()
2765 char *xbuf[XBUFSIZE]; in test_cipher()
[all …]