Home
last modified time | relevance | path

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

/openssl/test/
H A Dquic_qlog_test.c88 qti.odcid.id_len = 1; in test_qlog()
89 qti.odcid.id[0] = 0x55; in test_qlog()
118 QLOG_CID("field9", &qti.odcid); in test_qlog()
222 qti.odcid.id_len = 1; in test_qlog_filter()
223 qti.odcid.id[0] = 0x55; in test_qlog_filter()
H A Dquic_rcidm_test.c30 const QUIC_CONN_ID *odcid = NULL; in test_rcidm() local
41 odcid = ((idx == 2) ? NULL : &cid8_1); in test_rcidm()
42 if (!TEST_ptr(rcidm = ossl_quic_rcidm_new(odcid))) in test_rcidm()
/openssl/ssl/quic/
H A Dqlog.c62 qlog->info.odcid = info->odcid; in ossl_qlog_new()
123 strl = l + 1 + info->odcid.id_len * 2 + 1 + 6 + 6 + 1; in ossl_qlog_new_from_env()
132 for (i = 0; i < info->odcid.id_len; ++i) in ossl_qlog_new_from_env()
133 l += BIO_snprintf(filename + l, strl - l, "%02x", info->odcid.id[i]); in ossl_qlog_new_from_env()
H A Dquic_channel.c123 qti.odcid = ch->init_dcid; in ch_get_qlog()
/openssl/include/internal/
H A Dqlog.h32 QUIC_CONN_ID odcid; member

Completed in 18 milliseconds