Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_x509parse.function641 &mbedtls_x509_crt_profile_default, NULL, &flags,
653 &mbedtls_x509_crt_profile_default, NULL, &flags,
690 profile = &mbedtls_x509_crt_profile_default;
1388 profile = &mbedtls_x509_crt_profile_default;
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A 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;
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dx509_crt.h324 extern const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_default;
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dx509_crt.h324 extern const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_default;
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A 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()
H A Dssl_tls.c6003 conf->cert_profile = &mbedtls_x509_crt_profile_default; in mbedtls_ssl_config_defaults()
/aosp_15_r20/external/mbedtls/library/
H A Dx509_crt.c86 const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_default = variable
3157 &mbedtls_x509_crt_profile_default, in mbedtls_x509_crt_verify()
H A Dssl_tls.c5326 conf->cert_profile = &mbedtls_x509_crt_profile_default; in mbedtls_ssl_config_defaults()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A 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;
/aosp_15_r20/external/mbedtls/docs/
H A 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;
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dssl_client2.c784 mbedtls_x509_crt_profile crt_profile_for_test = mbedtls_x509_crt_profile_default; in main()
H A Dssl_server2.c1494 mbedtls_x509_crt_profile crt_profile_for_test = mbedtls_x509_crt_profile_default; in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dssl_client2.c839 mbedtls_x509_crt_profile crt_profile_for_test = mbedtls_x509_crt_profile_default; in main()
H A Dssl_server2.c1545 mbedtls_x509_crt_profile crt_profile_for_test = mbedtls_x509_crt_profile_default; in main()