Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dtestmgr.c447 char *xoutbuf[XBUFSIZE]; in __test_aead() local
460 if (diff_dst && testmgr_alloc_buf(xoutbuf)) in __test_aead()
557 output = xoutbuf[0]; in __test_aead()
680 q = xoutbuf[IDX[k] >> PAGE_SHIFT] + in __test_aead()
759 q = xoutbuf[IDX[k] >> PAGE_SHIFT] + in __test_aead()
806 testmgr_free_buf(xoutbuf); in __test_aead()
941 char *xoutbuf[XBUFSIZE]; in __test_skcipher() local
948 if (diff_dst && testmgr_alloc_buf(xoutbuf)) in __test_skcipher()
1008 data = xoutbuf[0]; in __test_skcipher()
1103 q = xoutbuf[IDX[k] >> PAGE_SHIFT] + in __test_skcipher()
[all …]
Dtcrypt.c317 char *xoutbuf[XBUFSIZE]; in test_aead_speed() local
341 if (testmgr_alloc_buf(xoutbuf)) in test_aead_speed()
415 sg_init_aead(sgout, xoutbuf, in test_aead_speed()
447 testmgr_free_buf(xoutbuf); in test_aead_speed()