Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dtcrypt.c286 char *axbuf[XBUFSIZE]; in test_aead_speed() local
306 if (testmgr_alloc_buf(axbuf)) in test_aead_speed()
339 assoc = axbuf[0]; in test_aead_speed()
411 testmgr_free_buf(axbuf); in test_aead_speed()
Dtestmgr.c439 char *axbuf[XBUFSIZE]; in __test_aead() local
449 if (testmgr_alloc_buf(axbuf)) in __test_aead()
494 assoc = axbuf[0]; in __test_aead()
692 memcpy(axbuf[IDX[k] >> PAGE_SHIFT] + in __test_aead()
789 testmgr_free_buf(axbuf); in __test_aead()