Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dqlog_event_helpers.c21 QLOG_STR("protocol", "quic"); in ossl_qlog_event_connectivity_connection_started()
72 QLOG_STR("state", state_s); in ossl_qlog_event_connectivity_connection_state_updated()
226 QLOG_STR("frame_type", "padding"); in log_frame_actual()
234 QLOG_STR("frame_type", "ping"); in log_frame_actual()
246 QLOG_STR("frame_type", "ack"); in log_frame_actual()
295 QLOG_STR("frame_type", "crypto"); in log_frame_actual()
315 QLOG_STR("frame_type", "stream"); in log_frame_actual()
346 QLOG_STR("stream_type", in log_frame_actual()
472 QLOG_STR("stream_type", in log_frame_actual()
496 QLOG_STR("frame_type", "unknown"); in log_frame_actual()
[all …]
H A Dquic_channel.c1619 QLOG_STR("owner", "remote"); in ch_on_transport_params()
1802 QLOG_STR("owner", "local"); in ch_generate_transport_params()
1808 QLOG_STR("initial_source_connection_id", ""); in ch_generate_transport_params()
/openssl/test/
H A Dquic_qlog_test.c110 QLOG_STR("field1", "foo"); in test_qlog()
120 QLOG_STR("field10", "baz"); in test_qlog()
123 QLOG_STR(NULL, "a"); in test_qlog()
124 QLOG_STR(NULL, "b"); in test_qlog()
130 QLOG_STR("field1", "foo"); in test_qlog()
135 QLOG_STR("field1", "bar"); in test_qlog()
/openssl/doc/designs/quic-design/
H A Dqlog.md18 QLOG_STR("owner", "local")
20 QLOG_STR("tls_cipher", "AES_128_GCM")
/openssl/include/internal/
H A Dqlog.h118 # define QLOG_STR(name, value) ossl_qlog_str(qlog_instance, (name), (value)) macro

Completed in 27 milliseconds