Home
last modified time | relevance | path

Searched refs:xoutbuf (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dtcrypt.c153 char *xoutbuf[XBUFSIZE]; member
309 if (testmgr_alloc_buf(data[i].xoutbuf)) { in test_mb_aead_speed()
311 testmgr_free_buf(data[i].xoutbuf); in test_mb_aead_speed()
386 sg_init_aead(cur->sgout, cur->xoutbuf, in test_mb_aead_speed()
439 testmgr_free_buf(data[i].xoutbuf); in test_mb_aead_speed()
535 char *xoutbuf[XBUFSIZE]; in test_aead_speed() local
559 if (testmgr_alloc_buf(xoutbuf)) in test_aead_speed()
633 sg_init_aead(sgout, xoutbuf, in test_aead_speed()
687 testmgr_free_buf(xoutbuf); in test_aead_speed()
/kernel/linux/linux-6.6/crypto/
H A Dtcrypt.c145 char *xoutbuf[XBUFSIZE]; member
306 if (testmgr_alloc_buf(data[i].xoutbuf)) { in test_mb_aead_speed()
308 testmgr_free_buf(data[i].xoutbuf); in test_mb_aead_speed()
385 sg_init_aead(cur->sgout, cur->xoutbuf, in test_mb_aead_speed()
438 testmgr_free_buf(data[i].xoutbuf); in test_mb_aead_speed()
534 char *xoutbuf[XBUFSIZE]; in test_aead_speed() local
558 if (testmgr_alloc_buf(xoutbuf)) in test_aead_speed()
638 sg_init_aead(sgout, xoutbuf, in test_aead_speed()
692 testmgr_free_buf(xoutbuf); in test_aead_speed()

Completed in 6 milliseconds