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