| /src/crypto/external/apache2/openssl/dist/test/ |
| quic_rcidm_test.c | 20 * 0: Client, Initial ODCID 21 * 1: Client, Initial ODCID + Retry ODCID 22 * 2: Server, doesn't start with Initial ODCID 30 const QUIC_CONN_ID *odcid = NULL; local 41 odcid = ((idx == 2) ? NULL : &cid8_1); 42 if (!TEST_ptr(rcidm = ossl_quic_rcidm_new(odcid))) 46 if (/* ODCID not counted */
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| qlog.h | 32 QUIC_CONN_ID odcid; member in struct:qlog_trace_info_st
|
| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| quic_channel_local.h | 125 QUIC_CONN_ID odcid; member in struct:quic_channel_st
|
| quic_port.c | 45 * then ODCID and RSCID are set. 50 * @var validation_token::odcid 69 QUIC_CONN_ID odcid; member in struct:validation_token 80 * - odcid and rscid are maximally 42 bytes in total 733 const QUIC_CONN_ID *odcid, OSSL_QRX *qrx, 772 if (odcid->id_len != 0) { 774 * If we have an odcid, then we went through server address validation 779 if (!ossl_quic_bind_channel(ch, peer, scid, dcid, odcid)) { 785 * No odcid means we didn't do server validation, so we need to 854 * @param odcid DCID of the connection attempt 1489 QUIC_CONN_ID odcid, scid; local [all...] |