Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Dx509_crt.h560 int mbedtls_x509_crt_parse_path(mbedtls_x509_crt *chain, const char *path);
/third_party/mbedtls/programs/x509/
Dcert_app.c235 if ((ret = mbedtls_x509_crt_parse_path(&cacert, opt.ca_path)) < 0) { in main()
/third_party/mbedtls/tests/suites/
Dtest_suite_x509parse.function1209 void mbedtls_x509_crt_parse_path(char *crt_path, int ret, int nb_crt)
1216 TEST_ASSERT(mbedtls_x509_crt_parse_path(&chain, crt_path) == ret);
Dtest_suite_x509parse.data2417 mbedtls_x509_crt_parse_path:"data_files/dir1":0:1
2421 mbedtls_x509_crt_parse_path:"data_files/dir2":0:2
2425 mbedtls_x509_crt_parse_path:"data_files/dir3":1:2
/third_party/curl/lib/vtls/
Dmbedtls.c404 ret = mbedtls_x509_crt_parse_path(&backend->cacert, ssl_capath); in mbed_connect_step1()
/third_party/mbedtls/library/
Dx509_crt.c1408 int mbedtls_x509_crt_parse_path(mbedtls_x509_crt *chain, const char *path) in mbedtls_x509_crt_parse_path() function
/third_party/mbedtls/programs/ssl/
Dssl_client2.c1663 ret = mbedtls_x509_crt_parse_path(&cacert, opt.ca_path); in main()
Dssl_server2.c2556 ret = mbedtls_x509_crt_parse_path(&cacert, opt.ca_path); in main()
/third_party/mbedtls/
DChangeLog351 mbedtls_x509_crt_parse_path(). Instead of returning an error as soon as a
3264 * Fix a resource leak on Windows platforms in mbedtls_x509_crt_parse_path(),
3484 calling mbedtls_x509_crt_parse_path().
3624 mbedtls_x509_crt_parse_path() is passed a path longer than 2GB. Cannot be