Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/tls/mbedtls/wrapper/platform/
Dssl_pm.c65 mbedtls_pk_context *ex_pkey; member
271 else if (crt_pm->ex_crt && pkey_pm->ex_pkey) in ssl_pm_reload_crt()
272 ret = mbedtls_ssl_conf_own_cert(&ssl_pm->conf, crt_pm->ex_crt, pkey_pm->ex_pkey); in ssl_pm_reload_crt()
715 pkey_pm->ex_pkey = m_pkey_pm->pkey; in pkey_pm_new()