Home
last modified time | relevance | path

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

/freebsd/crypto/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()
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_port.c69 QUIC_CONN_ID odcid; member
733 const QUIC_CONN_ID *odcid, OSSL_QRX *qrx, in port_bind_channel() argument
772 if (odcid->id_len != 0) { in port_bind_channel()
779 if (!ossl_quic_bind_channel(ch, peer, scid, dcid, odcid)) { in port_bind_channel()
860 static int generate_token(BIO_ADDR *peer, QUIC_CONN_ID odcid, in generate_token() argument
867 token->odcid = odcid; in generate_token()
909 && (!WPACKET_sub_memcpy_u8(&wpkt, &token->odcid.id, in marshal_validation_token()
910 token->odcid.id_len) in marshal_validation_token()
1061 || (token->odcid.id_len = (unsigned char)PACKET_remaining(&subpkt)) in parse_validation_token()
1064 (unsigned char *)&token->odcid.id, in parse_validation_token()
[all …]
H A Dqlog.c62 qlog->info.odcid = info->odcid; in ossl_qlog_new()
124 strl = l + 1 + info->odcid.id_len * 2 + 1 + 6 + 6 + 1; in ossl_qlog_new_from_env()
133 for (i = 0; i < info->odcid.id_len; ++i) in ossl_qlog_new_from_env()
134 l += BIO_snprintf(filename + l, strl - l, "%02x", info->odcid.id[i]); in ossl_qlog_new_from_env()
H A Dquic_channel_local.h125 QUIC_CONN_ID odcid; member
H A Dquic_channel.c119 qti.odcid = ch->init_dcid; in ch_get_qlog()
1870 if (ch->odcid.id_len == 0) in ch_generate_transport_params()
1873 id_to_use = &ch->odcid; in ch_generate_transport_params()
1899 if (ch->odcid.id_len != 0) in ch_generate_transport_params()
3635 ch->odcid.id_len = 0; in ch_on_new_conn_common()
3638 ch->odcid = *peer_odcid; in ch_on_new_conn_common()
/freebsd/crypto/openssl/include/internal/
H A Dqlog.h32 QUIC_CONN_ID odcid; member
H A Dquic_channel.h469 const QUIC_CONN_ID *odcid);