Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_wire.c917 const unsigned char *ossl_quic_wire_decode_transport_param_bytes(PACKET *pkt, in ossl_quic_wire_decode_transport_param_bytes() function
945 sub.curr = ossl_quic_wire_decode_transport_param_bytes(pkt, in ossl_quic_wire_decode_transport_param_int()
966 body = ossl_quic_wire_decode_transport_param_bytes(pkt, id, &len); in ossl_quic_wire_decode_transport_param_cid()
984 body = ossl_quic_wire_decode_transport_param_bytes(pkt, &id, &len); in ossl_quic_wire_decode_transport_param_preferred_addr()
H A Dquic_channel.c1509 body = ossl_quic_wire_decode_transport_param_bytes(&pkt, &id, &len); in ch_on_transport_params()
1570 body = ossl_quic_wire_decode_transport_param_bytes(&pkt, &id, &len); in ch_on_transport_params()
1589 body = ossl_quic_wire_decode_transport_param_bytes(&pkt, &id, in ch_on_transport_params()
/openssl/include/internal/
H A Dquic_wire.h745 const unsigned char *ossl_quic_wire_decode_transport_param_bytes(PACKET *pkt,
/openssl/test/
H A Dquic_wire_test.c1077 p = ossl_quic_wire_decode_transport_param_bytes(pkt, &id, &len); in encode_case_22_dec()
1105 p = ossl_quic_wire_decode_transport_param_bytes(pkt, &id, &len); in encode_case_22_dec()
H A Dquicapitest.c2062 tp_p = (unsigned char *)ossl_quic_wire_decode_transport_param_bytes(&pkt, in tparam_on_enc_ext()

Completed in 32 milliseconds