Home
last modified time | relevance | path

Searched refs:databuf (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dquic_multistream_test.c5155 unsigned char databuf[64]; in script_80_send_stateless_reset() local
5164 RAND_bytes(databuf, 64); in script_80_send_stateless_reset()
5165 databuf[0] = 0x40; in script_80_send_stateless_reset()
5166 memcpy(&databuf[48], test_reset_token.token, in script_80_send_stateless_reset()
5169 if (!TEST_int_eq(SSL_inject_net_dgram(h->c_conn, databuf, sizeof(databuf), in script_80_send_stateless_reset()

Completed in 36 milliseconds