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