Lines Matching refs:xbuf

213 	char *xbuf[XBUFSIZE];  in __test_hash()  local
222 if (testmgr_alloc_buf(xbuf)) in __test_hash()
248 hash_buff = xbuf[0]; in __test_hash()
331 memcpy(xbuf[IDX[k] >> PAGE_SHIFT] + in __test_hash()
393 testmgr_free_buf(xbuf); in __test_hash()
446 char *xbuf[XBUFSIZE]; in __test_aead() local
456 if (testmgr_alloc_buf(xbuf)) in __test_aead()
500 input = xbuf[0]; in __test_aead()
674 q = xbuf[IDX[k] >> PAGE_SHIFT] + offset_in_page(IDX[k]); in __test_aead()
762 q = xbuf[IDX[k] >> PAGE_SHIFT] + in __test_aead()
810 testmgr_free_buf(xbuf); in __test_aead()
858 char *xbuf[XBUFSIZE]; in test_cipher() local
861 if (testmgr_alloc_buf(xbuf)) in test_cipher()
880 data = xbuf[0]; in test_cipher()
920 testmgr_free_buf(xbuf); in test_cipher()
940 char *xbuf[XBUFSIZE]; in __test_skcipher() local
945 if (testmgr_alloc_buf(xbuf)) in __test_skcipher()
988 data = xbuf[0]; in __test_skcipher()
1094 q = xbuf[IDX[k] >> PAGE_SHIFT] + offset_in_page(IDX[k]); in __test_skcipher()
1147 q = xbuf[IDX[k] >> PAGE_SHIFT] + in __test_skcipher()
1178 testmgr_free_buf(xbuf); in __test_skcipher()
1852 char *xbuf[XBUFSIZE]; in do_test_rsa() local
1861 if (testmgr_alloc_buf(xbuf)) in do_test_rsa()
1887 memcpy(xbuf[0], vecs->m, vecs->m_size); in do_test_rsa()
1890 sg_set_buf(&src_tab[0], xbuf[0], 8); in do_test_rsa()
1891 sg_set_buf(&src_tab[1], xbuf[0] + 8, vecs->m_size - 8); in do_test_rsa()
1929 memcpy(xbuf[0], vecs->c, vecs->c_size); in do_test_rsa()
1931 sg_init_one(&src, xbuf[0], vecs->c_size); in do_test_rsa()
1959 testmgr_free_buf(xbuf); in do_test_rsa()