HomeSort by: relevance | last modified time | path
    Searched refs:ossl_quic_wire_encode_transport_param_cid (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_wire.h 458 int ossl_quic_wire_encode_transport_param_cid(WPACKET *wpkt,
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_channel.c 1892 if (!ossl_quic_wire_encode_transport_param_cid(&wpkt, QUIC_TPARAM_ORIG_DCID,
1896 if (!ossl_quic_wire_encode_transport_param_cid(&wpkt, QUIC_TPARAM_INITIAL_SCID,
1900 if (!ossl_quic_wire_encode_transport_param_cid(&wpkt,
1905 if (!ossl_quic_wire_encode_transport_param_cid(&wpkt, QUIC_TPARAM_INITIAL_SCID,
quic_wire.c 425 int ossl_quic_wire_encode_transport_param_cid(WPACKET *wpkt, function

Completed in 19 milliseconds