Lines Matching refs:xbuf

281 	char *xbuf[XBUFSIZE];  in __test_hash()  local
290 if (testmgr_alloc_buf(xbuf)) in __test_hash()
316 hash_buff = xbuf[0]; in __test_hash()
441 memcpy(xbuf[IDX[k] >> PAGE_SHIFT] + in __test_hash()
500 hash_buff = xbuf[0]; in __test_hash()
569 testmgr_free_buf(xbuf); in __test_hash()
623 char *xbuf[XBUFSIZE]; in __test_aead() local
633 if (testmgr_alloc_buf(xbuf)) in __test_aead()
680 input = xbuf[0]; in __test_aead()
847 q = xbuf[IDX[k] >> PAGE_SHIFT] + offset_in_page(IDX[k]); in __test_aead()
929 q = xbuf[IDX[k] >> PAGE_SHIFT] + in __test_aead()
977 testmgr_free_buf(xbuf); in __test_aead()
1027 char *xbuf[XBUFSIZE]; in test_cipher() local
1030 if (testmgr_alloc_buf(xbuf)) in test_cipher()
1054 data = xbuf[0]; in test_cipher()
1094 testmgr_free_buf(xbuf); in test_cipher()
1116 char *xbuf[XBUFSIZE]; in __test_skcipher() local
1121 if (testmgr_alloc_buf(xbuf)) in __test_skcipher()
1169 data = xbuf[0]; in __test_skcipher()
1268 q = xbuf[IDX[k] >> PAGE_SHIFT] + offset_in_page(IDX[k]); in __test_skcipher()
1310 q = xbuf[IDX[k] >> PAGE_SHIFT] + in __test_skcipher()
1340 testmgr_free_buf(xbuf); in __test_skcipher()
2239 char *xbuf[XBUFSIZE]; in test_akcipher_one() local
2248 if (testmgr_alloc_buf(xbuf)) in test_akcipher_one()
2275 memcpy(xbuf[0], vecs->m, vecs->m_size); in test_akcipher_one()
2278 sg_set_buf(&src_tab[0], xbuf[0], 8); in test_akcipher_one()
2279 sg_set_buf(&src_tab[1], xbuf[0] + 8, vecs->m_size - 8); in test_akcipher_one()
2321 memcpy(xbuf[0], vecs->c, vecs->c_size); in test_akcipher_one()
2323 sg_init_one(&src, xbuf[0], vecs->c_size); in test_akcipher_one()
2358 testmgr_free_buf(xbuf); in test_akcipher_one()