Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dtcrypt.c318 char *axbuf[XBUFSIZE]; in test_aead_speed() local
339 if (testmgr_alloc_buf(axbuf)) in test_aead_speed()
375 assoc = axbuf[0]; in test_aead_speed()
449 testmgr_free_buf(axbuf); in test_aead_speed()
Dtestmgr.c448 char *axbuf[XBUFSIZE]; in __test_aead() local
458 if (testmgr_alloc_buf(axbuf)) in __test_aead()
502 assoc = axbuf[0]; in __test_aead()
656 memcpy(axbuf[IDX[k] >> PAGE_SHIFT] + in __test_aead()
663 axbuf[IDX[k] >> PAGE_SHIFT] + in __test_aead()
808 testmgr_free_buf(axbuf); in __test_aead()