Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dssl.h3461 void mbedtls_ssl_conf_cert_profile(mbedtls_ssl_config *conf,
/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_client2.c1808 mbedtls_ssl_conf_cert_profile(&conf, &crt_profile_for_test); in main()
Dssl_server2.c2802 mbedtls_ssl_conf_cert_profile(&conf, &crt_profile_for_test); in main()
/openthread-latest/third_party/mbedtls/repo/library/
Dssl_tls.c1819 void mbedtls_ssl_conf_cert_profile(mbedtls_ssl_config *conf, in mbedtls_ssl_conf_cert_profile() function
/openthread-latest/third_party/mbedtls/repo/
DChangeLog4299 * Made X509 profile pointer const in mbedtls_ssl_conf_cert_profile() to allow