Home
last modified time | relevance | path

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

/Linux-v6.1/crypto/
Dtcrypt.c143 char *axbuf[XBUFSIZE]; member
296 if (testmgr_alloc_buf(data[i].axbuf)) { in test_mb_aead_speed()
298 testmgr_free_buf(data[i].axbuf); in test_mb_aead_speed()
375 assoc = cur->axbuf[0]; in test_mb_aead_speed()
438 testmgr_free_buf(data[i].axbuf); in test_mb_aead_speed()
532 char *axbuf[XBUFSIZE]; in test_aead_speed() local
553 if (testmgr_alloc_buf(axbuf)) in test_aead_speed()
597 assoc = axbuf[0]; in test_aead_speed()
691 testmgr_free_buf(axbuf); in test_aead_speed()