Lines Matching refs:xbuf
2357 char *xbuf[XBUFSIZE]; in test_cipher() local
2360 if (testmgr_alloc_buf(xbuf)) in test_cipher()
2382 data = xbuf[0]; in test_cipher()
2429 testmgr_free_buf(xbuf); in test_cipher()
3648 char *xbuf[XBUFSIZE]; in test_akcipher_one() local
3661 if (testmgr_alloc_buf(xbuf)) in test_akcipher_one()
3716 memcpy(xbuf[0], m, m_size); in test_akcipher_one()
3719 sg_set_buf(&src_tab[0], xbuf[0], 8); in test_akcipher_one()
3720 sg_set_buf(&src_tab[1], xbuf[0] + 8, m_size - 8); in test_akcipher_one()
3724 memcpy(xbuf[1], c, c_size); in test_akcipher_one()
3725 sg_set_buf(&src_tab[2], xbuf[1], c_size); in test_akcipher_one()
3778 memcpy(xbuf[0], c, c_size); in test_akcipher_one()
3780 sg_init_one(&src, xbuf[0], c_size); in test_akcipher_one()
3815 testmgr_free_buf(xbuf); in test_akcipher_one()