Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_channel.c1742 if (!ossl_quic_wire_encode_transport_param_int(&wpkt, QUIC_TPARAM_MAX_IDLE_TIMEOUT, in ch_generate_transport_params()
1746 if (!ossl_quic_wire_encode_transport_param_int(&wpkt, QUIC_TPARAM_MAX_UDP_PAYLOAD_SIZE, in ch_generate_transport_params()
1750 if (!ossl_quic_wire_encode_transport_param_int(&wpkt, QUIC_TPARAM_ACTIVE_CONN_ID_LIMIT, in ch_generate_transport_params()
1755 && !ossl_quic_wire_encode_transport_param_int(&wpkt, QUIC_TPARAM_MAX_ACK_DELAY, in ch_generate_transport_params()
1759 if (!ossl_quic_wire_encode_transport_param_int(&wpkt, QUIC_TPARAM_INITIAL_MAX_DATA, in ch_generate_transport_params()
1764 …if (!ossl_quic_wire_encode_transport_param_int(&wpkt, QUIC_TPARAM_INITIAL_MAX_STREAM_DATA_BIDI_LOC… in ch_generate_transport_params()
1768 …if (!ossl_quic_wire_encode_transport_param_int(&wpkt, QUIC_TPARAM_INITIAL_MAX_STREAM_DATA_BIDI_REM… in ch_generate_transport_params()
1772 if (!ossl_quic_wire_encode_transport_param_int(&wpkt, QUIC_TPARAM_INITIAL_MAX_STREAM_DATA_UNI, in ch_generate_transport_params()
1776 if (!ossl_quic_wire_encode_transport_param_int(&wpkt, QUIC_TPARAM_INITIAL_MAX_STREAMS_BIDI, in ch_generate_transport_params()
1780 if (!ossl_quic_wire_encode_transport_param_int(&wpkt, QUIC_TPARAM_INITIAL_MAX_STREAMS_UNI, in ch_generate_transport_params()
H A Dquic_wire.c417 int ossl_quic_wire_encode_transport_param_int(WPACKET *pkt, in ossl_quic_wire_encode_transport_param_int() function
/openssl/include/internal/
H A Dquic_wire.h462 int ossl_quic_wire_encode_transport_param_int(WPACKET *pkt,
/openssl/test/
H A Dquic_wire_test.c1138 if (!TEST_int_eq(ossl_quic_wire_encode_transport_param_int(pkt, 0x1234, 0x9781), 1)) in encode_case_23_enc()
1141 if (!TEST_int_eq(ossl_quic_wire_encode_transport_param_int(pkt, 0x2233, 0x4545), 1)) in encode_case_23_enc()

Completed in 24 milliseconds