Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_lcidm.c169 key.cid = *lcid; in lcidm_get0_lcid()
246 if (lcid->id_len > QUIC_MAX_CONN_ID_LEN) in lcidm_conn_new_lcid()
252 lcid_obj->cid = *lcid; in lcidm_conn_new_lcid()
499 const QUIC_CONN_ID *lcid, in ossl_quic_lcidm_lookup() argument
505 if (lcid == NULL) in ossl_quic_lcidm_lookup()
508 if ((lcid_obj = lcidm_get0_lcid(lcidm, lcid)) == NULL) in ossl_quic_lcidm_lookup()
521 const QUIC_CONN_ID *lcid) in ossl_quic_lcidm_debug_remove() argument
525 key.cid = *lcid; in ossl_quic_lcidm_debug_remove()
534 const QUIC_CONN_ID *lcid, in ossl_quic_lcidm_debug_add() argument
540 if (lcid == NULL || lcid->id_len > QUIC_MAX_CONN_ID_LEN) in ossl_quic_lcidm_debug_add()
[all …]
/openssl/include/internal/
H A Dquic_lcidm.h234 const QUIC_CONN_ID *lcid,
244 const QUIC_CONN_ID *lcid);
252 const QUIC_CONN_ID *lcid,

Completed in 6 milliseconds