Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dquic_types.h109 # define QUIC_STATELESS_RESET_TOKEN_LEN 16 macro
112 unsigned char token[QUIC_STATELESS_RESET_TOKEN_LEN];
/openssl/ssl/quic/
H A Dquic_port.c473 if (e->data_len < QUIC_STATELESS_RESET_TOKEN_LEN + 5 in port_try_handle_stateless_reset()
H A Dquic_channel.c1510 if (body == NULL || len != QUIC_STATELESS_RESET_TOKEN_LEN) { in ch_on_transport_params()
1660 QUIC_STATELESS_RESET_TOKEN_LEN); in ch_on_transport_params()
/openssl/test/
H A Dquic_multistream_test.c3473 for (i = 0; i < QUIC_STATELESS_RESET_TOKEN_LEN; ++i) in script_39_inject_plain()

Completed in 37 milliseconds