Home
last modified time | relevance | path

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

/src/crypto/openssl/include/internal/
H A Dquic_lcidm.h106 QUIC_LCIDM *ossl_quic_lcidm_new(OSSL_LIB_CTX *libctx, size_t lcid_len);
109 void ossl_quic_lcidm_free(QUIC_LCIDM *lcidm);
112 size_t ossl_quic_lcidm_get_lcid_len(const QUIC_LCIDM *lcidm);
118 size_t ossl_quic_lcidm_get_num_active_lcid(const QUIC_LCIDM *lcidm,
143 int ossl_quic_lcidm_enrol_odcid(QUIC_LCIDM *lcidm, void *opaque,
154 int ossl_quic_lcidm_retire_odcid(QUIC_LCIDM *lcidm, void *opaque);
165 int ossl_quic_lcidm_generate_initial(QUIC_LCIDM *lcidm,
180 int ossl_quic_lcidm_generate(QUIC_LCIDM *lcidm,
207 int ossl_quic_lcidm_retire(QUIC_LCIDM *lcidm,
220 int ossl_quic_lcidm_cull(QUIC_LCIDM *lcidm, void *opaque);
[all …]
H A Dquic_predef.h39 typedef struct quic_lcidm_st QUIC_LCIDM; typedef
H A Dquic_channel.h116 QUIC_LCIDM *lcidm;
/src/crypto/openssl/ssl/quic/
H A Dquic_lcidm.c105 QUIC_LCIDM *ossl_quic_lcidm_new(OSSL_LIB_CTX *libctx, size_t lcid_len) in ossl_quic_lcidm_new()
107 QUIC_LCIDM *lcidm = NULL; in ossl_quic_lcidm_new()
141 static void lcidm_delete_conn(QUIC_LCIDM *lcidm, QUIC_LCIDM_CONN *conn);
145 lcidm_delete_conn((QUIC_LCIDM *)arg, conn); in lcidm_delete_conn_()
148 void ossl_quic_lcidm_free(QUIC_LCIDM *lcidm) in ossl_quic_lcidm_free()
179 static QUIC_LCID *lcidm_get0_lcid(const QUIC_LCIDM *lcidm, const QUIC_CONN_ID *lcid) in lcidm_get0_lcid()
192 static QUIC_LCIDM_CONN *lcidm_get0_conn(const QUIC_LCIDM *lcidm, void *opaque) in lcidm_get0_conn()
201 static QUIC_LCIDM_CONN *lcidm_upsert_conn(const QUIC_LCIDM *lcidm, void *opaque) in lcidm_upsert_conn()
230 static void lcidm_delete_conn_lcid(QUIC_LCIDM *lcidm, QUIC_LCID *lcid_obj) in lcidm_delete_conn_lcid()
242 lcidm_delete_conn_lcid((QUIC_LCIDM *)arg, lcid_obj); in lcidm_delete_conn_lcid_()
[all …]
H A Dquic_port_local.h81 QUIC_LCIDM *lcidm;
H A Dquic_channel_local.h53 QUIC_LCIDM *lcidm;
/src/crypto/openssl/fuzz/
H A Dquic-lcidm.c69 QUIC_LCIDM *lcidm = NULL; in FuzzerTestOneInput()
/src/crypto/openssl/test/
H A Dquic_lcidm_test.c24 QUIC_LCIDM *lcidm; in test_lcidm()