Home
last modified time | relevance | path

Searched refs:mbedtls_x509_crt_parse_path (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dx509_crt.h564 int mbedtls_x509_crt_parse_path(mbedtls_x509_crt *chain, const char *path);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dx509_crt.h564 int mbedtls_x509_crt_parse_path(mbedtls_x509_crt *chain, const char *path);
/aosp_15_r20/external/mbedtls/programs/x509/
H A Dcert_app.c233 if ((ret = mbedtls_x509_crt_parse_path(&cacert, opt.ca_path)) < 0) { in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/x509/
H A Dcert_app.c233 if ((ret = mbedtls_x509_crt_parse_path(&cacert, opt.ca_path)) < 0) { in main()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_x509parse.function1302 void mbedtls_x509_crt_parse_path(char *crt_path, int ret, int nb_crt)
1310 TEST_EQUAL(mbedtls_x509_crt_parse_path(&chain, crt_path), ret);
H A Dtest_suite_x509parse.data2606 mbedtls_x509_crt_parse_path:"data_files/dir1":0:1
2610 mbedtls_x509_crt_parse_path:"data_files/dir2":0:2
2614 mbedtls_x509_crt_parse_path:"data_files/dir3":1:2
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_x509parse.function1380 void mbedtls_x509_crt_parse_path(char *crt_path, int ret, int nb_crt)
1388 TEST_EQUAL(mbedtls_x509_crt_parse_path(&chain, crt_path), ret);
H A Dtest_suite_x509parse.data2606 mbedtls_x509_crt_parse_path:"data_files/dir1":0:1
2610 mbedtls_x509_crt_parse_path:"data_files/dir2":0:2
2614 mbedtls_x509_crt_parse_path:"data_files/dir3":1:2
/aosp_15_r20/external/curl/lib/vtls/
H A Dmbedtls.c663 ret = mbedtls_x509_crt_parse_path(&backend->cacert, ssl_capath);
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dssl_client2.c1606 ret = mbedtls_x509_crt_parse_path(&cacert, opt.ca_path); in main()
H A Dssl_server2.c2501 ret = mbedtls_x509_crt_parse_path(&cacert, opt.ca_path); in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dx509_crt.c1523 int mbedtls_x509_crt_parse_path(mbedtls_x509_crt *chain, const char *path) in mbedtls_x509_crt_parse_path() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dssl_client2.c1685 ret = mbedtls_x509_crt_parse_path(&cacert, opt.ca_path); in main()
H A Dssl_server2.c2579 ret = mbedtls_x509_crt_parse_path(&cacert, opt.ca_path); in main()
/aosp_15_r20/external/mbedtls/library/
H A Dx509_crt.c1522 int mbedtls_x509_crt_parse_path(mbedtls_x509_crt *chain, const char *path) in mbedtls_x509_crt_parse_path() function
/aosp_15_r20/external/mbedtls/
H A DChangeLog664 mbedtls_x509_crt_parse_path(). Instead of returning an error as soon as a
3577 * Fix a resource leak on Windows platforms in mbedtls_x509_crt_parse_path(),
3797 calling mbedtls_x509_crt_parse_path().
3937 mbedtls_x509_crt_parse_path() is passed a path longer than 2GB. Cannot be
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog924 mbedtls_x509_crt_parse_path(). Instead of returning an error as soon as a
3837 * Fix a resource leak on Windows platforms in mbedtls_x509_crt_parse_path(),
4057 calling mbedtls_x509_crt_parse_path().
4197 mbedtls_x509_crt_parse_path() is passed a path longer than 2GB. Cannot be