Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dtcrypt.c154 char *axbuf[XBUFSIZE]; member
302 if (testmgr_alloc_buf(data[i].axbuf)) { in test_mb_aead_speed()
304 testmgr_free_buf(data[i].axbuf); in test_mb_aead_speed()
379 assoc = cur->axbuf[0]; in test_mb_aead_speed()
442 testmgr_free_buf(data[i].axbuf); in test_mb_aead_speed()
536 char *axbuf[XBUFSIZE]; in test_aead_speed() local
557 if (testmgr_alloc_buf(axbuf)) in test_aead_speed()
593 assoc = axbuf[0]; in test_aead_speed()
689 testmgr_free_buf(axbuf); in test_aead_speed()
/kernel/linux/linux-6.6/crypto/
H A Dtcrypt.c146 char *axbuf[XBUFSIZE]; member
299 if (testmgr_alloc_buf(data[i].axbuf)) { in test_mb_aead_speed()
301 testmgr_free_buf(data[i].axbuf); in test_mb_aead_speed()
378 assoc = cur->axbuf[0]; in test_mb_aead_speed()
441 testmgr_free_buf(data[i].axbuf); in test_mb_aead_speed()
535 char *axbuf[XBUFSIZE]; in test_aead_speed() local
556 if (testmgr_alloc_buf(axbuf)) in test_aead_speed()
600 assoc = axbuf[0]; in test_aead_speed()
694 testmgr_free_buf(axbuf); in test_aead_speed()

Completed in 6 milliseconds