Searched refs:xoutbuf (Results 1 – 2 of 2) sorted by relevance
156 char *xoutbuf[XBUFSIZE]; member312 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() local562 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()
624 char *xoutbuf[XBUFSIZE]; in __test_aead() local637 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() local1124 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 …]