Searched refs:x509_crt (Results 1 – 2 of 2) sorted by relevance
56 mbedtls_x509_crt *x509_crt; member244 if (ca_pm->x509_crt) { in ssl_pm_reload_crt()245 mbedtls_ssl_conf_ca_chain(&ssl_pm->conf, ca_pm->x509_crt, NULL); in ssl_pm_reload_crt()250 if (crt_pm->x509_crt && pkey_pm->pkey) { in ssl_pm_reload_crt()251 ret = mbedtls_ssl_conf_own_cert(&ssl_pm->conf, crt_pm->x509_crt, pkey_pm->pkey); in ssl_pm_reload_crt()358 return x509_pm->x509_crt; in ssl_ctx_get_mbedtls_x509_crt()553 mbedtls_x509_crt *x509_crt; in x509_pm_show_info() local556 if (x509_pm->x509_crt) in x509_pm_show_info()557 x509_crt = x509_pm->x509_crt; in x509_pm_show_info()559 x509_crt = x509_pm->ex_crt; in x509_pm_show_info()[all …]
50 x509_crt.c \