Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dqlog.h125 # define QLOG_BIN(name, value, value_len) \ macro
127 # define QLOG_CID(name, value) QLOG_BIN((name), (value)->id, (value)->id_len)
/openssl/ssl/quic/
H A Dqlog_event_helpers.c422 QLOG_BIN("stateless_reset_token", in log_frame_actual()
489 QLOG_BIN("data", token, token_len); in log_frame_actual()
505 QLOG_BIN("data", PACKET_data(&orig_pkt), in log_frame_actual()
591 QLOG_BIN("data", hdr->token, hdr->token_len); in log_packet()
H A Dquic_channel.c1659 QLOG_BIN("stateless_reset_token", stateless_reset_token_p, in ch_on_transport_params()
1665 QLOG_BIN("ip_v4", pfa.ipv4, sizeof(pfa.ipv4)); in ch_on_transport_params()
1666 QLOG_BIN("ip_v6", pfa.ipv6, sizeof(pfa.ipv6)); in ch_on_transport_params()
1667 QLOG_BIN("stateless_reset_token", pfa.stateless_reset.token, in ch_on_transport_params()
/openssl/test/
H A Dquic_qlog_test.c117 QLOG_BIN("field8", bin_buf, sizeof(bin_buf)); in test_qlog()
/openssl/doc/designs/quic-design/
H A Dqlog.md23 QLOG_BIN("binary_value", buf, buf_len)

Completed in 19 milliseconds