Home
last modified time | relevance | path

Searched refs:x509_crt (Results 1 - 6 of 6) sorted by relevance

/third_party/libwebsockets/lib/tls/mbedtls/wrapper/platform/
H A Dssl_pm.c56 mbedtls_x509_crt *x509_crt; member
269 if (ca_pm->x509_crt) in ssl_pm_reload_crt()
270 mbedtls_ssl_conf_ca_chain(&ssl_pm->conf, ca_pm->x509_crt, NULL); in ssl_pm_reload_crt()
274 if (crt_pm->x509_crt && pkey_pm->pkey) in ssl_pm_reload_crt()
275 ret = mbedtls_ssl_conf_own_cert(&ssl_pm->conf, crt_pm->x509_crt, pkey_pm->pkey); in ssl_pm_reload_crt()
380 return x509_pm->x509_crt; in ssl_ctx_get_mbedtls_x509_crt()
583 mbedtls_x509_crt *x509_crt; in x509_pm_show_info()
586 if (x509_pm->x509_crt) in x509_pm_show_info()
587 x509_crt = x509_pm->x509_crt; in x509_pm_show_info()
[all...]
/third_party/libwebsockets/lib/tls/
H A Dprivate-lib-tls.h67 #include <mbedtls/x509_crt.h>
74 #include <mbedtls/x509_crt.h>
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
H A Dssl_types.h34 #include <mbedtls/x509_crt.h>
/third_party/ffmpeg/libavformat/
H A Dtls_mbedtls.c28 #include <mbedtls/x509_crt.h>
/third_party/mbedtls/library/
H A DMakefile197 x509_crt.o \
/third_party/ffmpeg/
H A Dconfigure6685 enabled mbedtls && { check_pkg_config mbedtls mbedtls mbedtls/x509_crt.h mbedtls_x509_crt_init ||

Completed in 10 milliseconds