Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dtestmgr.c438 char *xoutbuf[XBUFSIZE]; in __test_aead() local
451 if (diff_dst && testmgr_alloc_buf(xoutbuf)) in __test_aead()
539 output = xoutbuf[0]; in __test_aead()
647 q = xoutbuf[IDX[k] >> PAGE_SHIFT] + in __test_aead()
740 q = xoutbuf[IDX[k] >> PAGE_SHIFT] + in __test_aead()
787 testmgr_free_buf(xoutbuf); in __test_aead()
922 char *xoutbuf[XBUFSIZE]; in __test_skcipher() local
928 if (diff_dst && testmgr_alloc_buf(xoutbuf)) in __test_skcipher()
987 data = xoutbuf[0]; in __test_skcipher()
1071 q = xoutbuf[IDX[k] >> PAGE_SHIFT] + in __test_skcipher()
[all …]
Dtcrypt.c285 char *xoutbuf[XBUFSIZE]; in test_aead_speed() local
308 if (testmgr_alloc_buf(xoutbuf)) in test_aead_speed()
380 sg_init_aead(&sgout[0], xoutbuf, in test_aead_speed()
409 testmgr_free_buf(xoutbuf); in test_aead_speed()