Home
last modified time | relevance | path

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

/Linux-v5.15/crypto/
Dtcrypt.c153 char *xoutbuf[XBUFSIZE]; member
314 if (testmgr_alloc_buf(data[i].xoutbuf)) { in test_mb_aead_speed()
316 testmgr_free_buf(data[i].xoutbuf); in test_mb_aead_speed()
393 sg_init_aead(cur->sgout, cur->xoutbuf, in test_mb_aead_speed()
446 testmgr_free_buf(data[i].xoutbuf); in test_mb_aead_speed()
542 char *xoutbuf[XBUFSIZE]; in test_aead_speed() local
566 if (testmgr_alloc_buf(xoutbuf)) in test_aead_speed()
646 sg_init_aead(sgout, xoutbuf, in test_aead_speed()
700 testmgr_free_buf(xoutbuf); in test_aead_speed()