Searched defs:hdr (Results 1 – 8 of 8) sorted by relevance
/ssl/quic/ |
A D | quic_wire_pkt.c | 189 QUIC_PKT_HDR *hdr, in ossl_quic_wire_decode_pkt_hdr() 471 const QUIC_PKT_HDR *hdr, in ossl_quic_wire_encode_pkt_hdr() 611 const QUIC_PKT_HDR *hdr) in ossl_quic_wire_get_encoded_pkt_hdr_len() 821 const QUIC_PKT_HDR *hdr, in ossl_quic_validate_retry_integrity_tag() 854 const QUIC_PKT_HDR *hdr, in ossl_quic_calculate_retry_integrity_tag()
|
A D | qlog_event_helpers.c | 569 const QUIC_PKT_HDR *hdr, in log_packet() 611 const QUIC_PKT_HDR *hdr, in ossl_qlog_event_transport_packet_sent() 625 const QUIC_PKT_HDR *hdr, in ossl_qlog_event_transport_packet_received()
|
A D | quic_port.c | 1117 QUIC_PKT_HDR hdr = {0}; in port_send_retry() local 1226 QUIC_PKT_HDR hdr; in port_send_version_negotiation() local 1332 static int port_validate_token(QUIC_PKT_HDR *hdr, QUIC_PORT *port, in port_validate_token() 1484 QUIC_PKT_HDR hdr; in port_default_packet_handler() local
|
A D | quic_record_tx.c | 461 static int qtx_write_hdr(OSSL_QTX *qtx, const QUIC_PKT_HDR *hdr, TXE *txe, in qtx_write_hdr() 490 const unsigned char *hdr, size_t hdr_len, in qtx_encrypt_into_txe() 600 uint32_t enc_level, QUIC_PKT_HDR *hdr, in qtx_write() 758 QUIC_PKT_HDR *hdr; in qtx_mutate_write() local
|
A D | quic_sstream.c | 93 OSSL_QUIC_FRAME_STREAM *hdr, in ossl_quic_sstream_get_stream_frame()
|
A D | quic_trace.c | 585 QUIC_PKT_HDR hdr; in ossl_quic_trace() local
|
A D | quic_record_rx.c | 50 QUIC_PKT_HDR hdr; /* data/len are decrypted payload */ member 695 static uint32_t qrx_determine_enc_level(const QUIC_PKT_HDR *hdr) in qrx_determine_enc_level()
|
A D | quic_txp.c | 1588 OSSL_QUIC_FRAME_STREAM hdr; in sstream_is_pending() local
|
Completed in 23 milliseconds