Lines Matching refs:xbuf
2723 char *xbuf[XBUFSIZE]; in test_cipher() local
2726 if (testmgr_alloc_buf(xbuf)) in test_cipher()
2748 data = xbuf[0]; in test_cipher()
2795 testmgr_free_buf(xbuf); in test_cipher()
3769 char *xbuf[XBUFSIZE]; in test_akcipher_one() local
3780 if (testmgr_alloc_buf(xbuf)) in test_akcipher_one()
3811 memcpy(xbuf[0], vecs->m, vecs->m_size); in test_akcipher_one()
3814 sg_set_buf(&src_tab[0], xbuf[0], 8); in test_akcipher_one()
3815 sg_set_buf(&src_tab[1], xbuf[0] + 8, vecs->m_size - 8); in test_akcipher_one()
3864 memcpy(xbuf[0], c, c_size); in test_akcipher_one()
3866 sg_init_one(&src, xbuf[0], c_size); in test_akcipher_one()
3897 testmgr_free_buf(xbuf); in test_akcipher_one()