Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/quic/
H A Dquic_lcidm.c71 static unsigned long lcid_hash(const QUIC_LCID *lcid_obj) in lcid_hash() function
120 if ((lcidm->lcids = lh_QUIC_LCID_new(lcid_hash, lcid_comp)) == NULL) in ossl_quic_lcidm_new()
211 if ((conn->lcids = lh_QUIC_LCID_new(lcid_hash, lcid_comp)) == NULL) in lcidm_upsert_conn()