Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dtcrypt.c157 char *axbuf[XBUFSIZE]; member
305 if (testmgr_alloc_buf(data[i].axbuf)) { in test_mb_aead_speed()
307 testmgr_free_buf(data[i].axbuf); in test_mb_aead_speed()
382 assoc = cur->axbuf[0]; in test_mb_aead_speed()
445 testmgr_free_buf(data[i].axbuf); in test_mb_aead_speed()
539 char *axbuf[XBUFSIZE]; in test_aead_speed() local
560 if (testmgr_alloc_buf(axbuf)) in test_aead_speed()
596 assoc = axbuf[0]; in test_aead_speed()
692 testmgr_free_buf(axbuf); in test_aead_speed()
Dtestmgr.c625 char *axbuf[XBUFSIZE]; in __test_aead() local
635 if (testmgr_alloc_buf(axbuf)) in __test_aead()
682 assoc = axbuf[0]; in __test_aead()
829 memcpy(axbuf[IDX[k] >> PAGE_SHIFT] + in __test_aead()
836 axbuf[IDX[k] >> PAGE_SHIFT] + in __test_aead()
975 testmgr_free_buf(axbuf); in __test_aead()