Searched refs:databuf (Results 1 – 1 of 1) sorted by relevance
5163 unsigned char databuf[64]; in script_80_send_stateless_reset() local5172 RAND_bytes(databuf, 64); in script_80_send_stateless_reset()5173 databuf[0] = 0x40; in script_80_send_stateless_reset()5174 memcpy(&databuf[48], test_reset_token.token, in script_80_send_stateless_reset()5177 if (!TEST_int_eq(SSL_inject_net_dgram(h->c_conn, databuf, sizeof(databuf), in script_80_send_stateless_reset()
Completed in 29 milliseconds