Lines Matching refs:xbuf
2668 char *xbuf[XBUFSIZE]; in test_cipher() local
2671 if (testmgr_alloc_buf(xbuf)) in test_cipher()
2693 data = xbuf[0]; in test_cipher()
2740 testmgr_free_buf(xbuf); in test_cipher()
4006 char *xbuf[XBUFSIZE]; in test_akcipher_one() local
4019 if (testmgr_alloc_buf(xbuf)) in test_akcipher_one()
4075 memcpy(xbuf[0], m, m_size); in test_akcipher_one()
4078 sg_set_buf(&src_tab[0], xbuf[0], 8); in test_akcipher_one()
4079 sg_set_buf(&src_tab[1], xbuf[0] + 8, m_size - 8); in test_akcipher_one()
4083 memcpy(xbuf[1], c, c_size); in test_akcipher_one()
4084 sg_set_buf(&src_tab[2], xbuf[1], c_size); in test_akcipher_one()
4143 memcpy(xbuf[0], c, c_size); in test_akcipher_one()
4145 sg_init_one(&src, xbuf[0], c_size); in test_akcipher_one()
4181 testmgr_free_buf(xbuf); in test_akcipher_one()