Searched refs:dcid (Results 1 – 9 of 9) sorted by relevance
/openssl/ssl/quic/ |
H A D | quic_srt_gen.c | 64 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 D | quic_port.c | 29 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 D | quic_txp.c | 584 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 D | quic_srt_gen_test.c | 22 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 D | quic_record_test.c | 45 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 D | quic_txp_test.c | 112 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 D | quic_srt_gen.h | 53 const QUIC_CONN_ID *dcid,
|
H A D | quic_demux.h | 184 const QUIC_CONN_ID *dcid);
|
H A D | quic_txp.h | 129 const QUIC_CONN_ID *dcid);
|
Completed in 76 milliseconds