Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dx509_crt.h324 extern const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_default;
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_x509parse.function672 &mbedtls_x509_crt_profile_default, NULL, &flags,
684 &mbedtls_x509_crt_profile_default, NULL, &flags,
721 profile = &mbedtls_x509_crt_profile_default;
1466 profile = &mbedtls_x509_crt_profile_default;
/openthread-latest/third_party/mbedtls/repo/library/
Dx509_crt.c87 const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_default = variable
3158 &mbedtls_x509_crt_profile_default, in mbedtls_x509_crt_verify()
Dssl_tls.c6003 conf->cert_profile = &mbedtls_x509_crt_profile_default; in mbedtls_ssl_config_defaults()
/openthread-latest/third_party/mbedtls/repo/docs/
D3.0-migration-guide.md1014 The default X.509 verification profile (`mbedtls_x509_crt_profile_default`) and the default curve a…
1024 mbedtls_x509_crt_profile my_profile = mbedtls_x509_crt_profile_default;
/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_client2.c839 mbedtls_x509_crt_profile crt_profile_for_test = mbedtls_x509_crt_profile_default; in main()
Dssl_server2.c1545 mbedtls_x509_crt_profile crt_profile_for_test = mbedtls_x509_crt_profile_default; in main()