Lines Matching refs:xoutbuf
624 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()
1307 q = xoutbuf[IDX[k] >> PAGE_SHIFT] + in __test_skcipher()
1338 testmgr_free_buf(xoutbuf); in __test_skcipher()