Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dtcrypt.c156 char *xoutbuf[XBUFSIZE]; member
312 if (testmgr_alloc_buf(data[i].xoutbuf)) { in test_mb_aead_speed()
314 testmgr_free_buf(data[i].xoutbuf); in test_mb_aead_speed()
389 sg_init_aead(cur->sgout, cur->xoutbuf, in test_mb_aead_speed()
442 testmgr_free_buf(data[i].xoutbuf); in test_mb_aead_speed()
538 char *xoutbuf[XBUFSIZE]; in test_aead_speed() local
562 if (testmgr_alloc_buf(xoutbuf)) in test_aead_speed()
636 sg_init_aead(sgout, xoutbuf, in test_aead_speed()
690 testmgr_free_buf(xoutbuf); in test_aead_speed()
Dtestmgr.c624 char *xoutbuf[XBUFSIZE]; in __test_aead() local
637 if (diff_dst && testmgr_alloc_buf(xoutbuf)) in __test_aead()
736 output = xoutbuf[0]; in __test_aead()
853 q = xoutbuf[IDX[k] >> PAGE_SHIFT] + in __test_aead()
926 q = xoutbuf[IDX[k] >> PAGE_SHIFT] + in __test_aead()
973 testmgr_free_buf(xoutbuf); in __test_aead()
1117 char *xoutbuf[XBUFSIZE]; in __test_skcipher() local
1124 if (diff_dst && testmgr_alloc_buf(xoutbuf)) in __test_skcipher()
1189 data = xoutbuf[0]; in __test_skcipher()
1277 q = xoutbuf[IDX[k] >> PAGE_SHIFT] + in __test_skcipher()
[all …]