Searched refs:mbedtls_x509_crt_profile_default (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_x509parse.function | 641 &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 D | test_suite_x509parse.function | 672 &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 D | x509_crt.h | 324 extern const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_default;
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | x509_crt.h | 324 extern const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_default;
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | x509_crt.c | 87 const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_default = variable 3158 &mbedtls_x509_crt_profile_default, in mbedtls_x509_crt_verify()
|
H A D | ssl_tls.c | 6003 conf->cert_profile = &mbedtls_x509_crt_profile_default; in mbedtls_ssl_config_defaults()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | x509_crt.c | 86 const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_default = variable 3157 &mbedtls_x509_crt_profile_default, in mbedtls_x509_crt_verify()
|
H A D | ssl_tls.c | 5326 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 D | 3.0-migration-guide.md | 1014 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 D | 3.0-migration-guide.md | 1014 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 D | ssl_client2.c | 784 mbedtls_x509_crt_profile crt_profile_for_test = mbedtls_x509_crt_profile_default; in main()
|
H A D | ssl_server2.c | 1494 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 D | ssl_client2.c | 839 mbedtls_x509_crt_profile crt_profile_for_test = mbedtls_x509_crt_profile_default; in main()
|
H A D | ssl_server2.c | 1545 mbedtls_x509_crt_profile crt_profile_for_test = mbedtls_x509_crt_profile_default; in main()
|