Home
last modified time | relevance | path

Searched refs:dcid (Results 1 – 9 of 9) sorted by relevance

/openssl/ssl/quic/
H A Dquic_srt_gen.c64 const QUIC_CONN_ID *dcid, in ossl_quic_srt_gen_calculate_token() argument
73 if (!EVP_MAC_update(srt_gen->mac_ctx, (const unsigned char *)dcid->id, in ossl_quic_srt_gen_calculate_token()
74 dcid->id_len)) in ossl_quic_srt_gen_calculate_token()
H A Dquic_port.c29 const QUIC_CONN_ID *dcid);
431 const QUIC_CONN_ID *dcid, in port_on_new_conn() argument
436 if (!ossl_quic_channel_on_new_conn(port->tserver_ch, peer, scid, dcid)) in port_on_new_conn()
496 const QUIC_CONN_ID *dcid) in port_default_packet_handler() argument
510 if (dcid != NULL in port_default_packet_handler()
511 && ossl_quic_lcidm_lookup(port->lcidm, dcid, NULL, in port_default_packet_handler()
H A Dquic_txp.c584 const QUIC_CONN_ID *dcid) in ossl_quic_tx_packetiser_set_cur_dcid() argument
586 if (dcid == NULL) { in ossl_quic_tx_packetiser_set_cur_dcid()
591 txp->args.cur_dcid = *dcid; in ossl_quic_tx_packetiser_set_cur_dcid()
/openssl/test/
H A Dquic_srt_gen_test.c22 QUIC_CONN_ID dcid; member
64 if (!TEST_true(ossl_quic_srt_gen_calculate_token(srt_gen, &t->dcid, in test_srt_gen()
H A Dquic_record_test.c45 const QUIC_CONN_ID *dcid; member
57 #define RX_OP_SET_RX_DCID(dcid) \ argument
58 { RX_TEST_OP_SET_RX_DCID, 0, NULL, 0, NULL, 0, 0, 0, &(dcid), NULL },
66 #define RX_OP_PROVIDE_SECRET_INITIAL(dcid) \ argument
1766 const QUIC_CONN_ID *dcid) in demux_default_handler() argument
1770 if (dcid == NULL || !ossl_quic_conn_id_eq(dcid, &s->rx_dcid)) in demux_default_handler()
1824 s.rx_dcid = *op->dcid; in rx_run_script()
3012 const QUIC_CONN_ID *dcid; member
3024 #define TX_OP_PROVIDE_SECRET_INITIAL(dcid, is_server) \ argument
3026 NULL, 0, NULL, 0, (is_server), &(dcid) },
[all …]
H A Dquic_txp_test.c112 const QUIC_CONN_ID *dcid) in demux_default_handler() argument
116 if (dcid == NULL || !ossl_quic_conn_id_eq(dcid, &dcid_1)) in demux_default_handler()
/openssl/include/internal/
H A Dquic_srt_gen.h53 const QUIC_CONN_ID *dcid,
H A Dquic_demux.h184 const QUIC_CONN_ID *dcid);
H A Dquic_txp.h129 const QUIC_CONN_ID *dcid);

Completed in 63 milliseconds