Home
last modified time | relevance | path

Searched refs:mbedtls_x509_crt_parse_file (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_x509parse.function496 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), parse_result);
537 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
664 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
665 TEST_EQUAL(mbedtls_x509_crt_parse_file(&ca, ca_file), 0);
744 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
745 TEST_EQUAL(mbedtls_x509_crt_parse_file(&ca, ca_file), 0);
800 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
801 TEST_EQUAL(mbedtls_x509_crt_parse_file(&ca, ca_file), 0);
836 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
837 TEST_EQUAL(mbedtls_x509_crt_parse_file(&ca, ca_file), 0);
[all …]
H A Dtest_suite_pkcs7.function120 res = mbedtls_x509_crt_parse_file(crts[i], crt_files_arr[i]);
H A Dtest_suite_debug.function192 TEST_ASSERT(mbedtls_x509_crt_parse_file(&crt, crt_file) == 0);
H A Dtest_suite_x509parse.data2066 mbedtls_x509_crt_parse_file:"data_files/parse_input/server1_pathlen_int_max.crt":MBEDTLS_ERR_X509_I…
2070 mbedtls_x509_crt_parse_file:"data_files/parse_input/server1_pathlen_int_max-1.crt":0:1
2591 mbedtls_x509_crt_parse_file:"data_files/dir3/Readme":MBEDTLS_ERR_X509_INVALID_FORMAT:0
2595 mbedtls_x509_crt_parse_file:"data_files/dir3/test-ca.crt":0:1
2599 mbedtls_x509_crt_parse_file:"data_files/dir3/test-ca2.crt":0:1
3132 mbedtls_x509_crt_parse_file:"data_files/parse_input/server7_int-ca.crt":0:2
3136 mbedtls_x509_crt_parse_file:"data_files/parse_input/server7_pem_space.crt":1:1
3140 mbedtls_x509_crt_parse_file:"data_files/parse_input/server7_all_space.crt":MBEDTLS_ERR_PEM_INVALID_…
3144 mbedtls_x509_crt_parse_file:"data_files/parse_input/server7_trailing_space.crt":0:2
3148 mbedtls_x509_crt_parse_file:"data_files/parse_input/cli-rsa-sha256-badalg.crt.der":MBEDTLS_ERR_X509…
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_x509parse.function465 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), parse_result);
506 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
633 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
634 TEST_EQUAL(mbedtls_x509_crt_parse_file(&ca, ca_file), 0);
713 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
714 TEST_EQUAL(mbedtls_x509_crt_parse_file(&ca, ca_file), 0);
769 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
770 TEST_EQUAL(mbedtls_x509_crt_parse_file(&ca, ca_file), 0);
805 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
806 TEST_EQUAL(mbedtls_x509_crt_parse_file(&ca, ca_file), 0);
[all …]
H A Dtest_suite_pkcs7.function119 res = mbedtls_x509_crt_parse_file(crts[i], crt_files_arr[i]);
H A Dtest_suite_debug.function187 TEST_ASSERT(mbedtls_x509_crt_parse_file(&crt, crt_file) == 0);
H A Dtest_suite_x509parse.data2066 mbedtls_x509_crt_parse_file:"data_files/parse_input/server1_pathlen_int_max.crt":MBEDTLS_ERR_X509_I…
2070 mbedtls_x509_crt_parse_file:"data_files/parse_input/server1_pathlen_int_max-1.crt":0:1
2591 mbedtls_x509_crt_parse_file:"data_files/dir3/Readme":MBEDTLS_ERR_X509_INVALID_FORMAT:0
2595 mbedtls_x509_crt_parse_file:"data_files/dir3/test-ca.crt":0:1
2599 mbedtls_x509_crt_parse_file:"data_files/dir3/test-ca2.crt":0:1
3112 mbedtls_x509_crt_parse_file:"data_files/parse_input/server7_int-ca.crt":0:2
3116 mbedtls_x509_crt_parse_file:"data_files/parse_input/server7_pem_space.crt":1:1
3120 mbedtls_x509_crt_parse_file:"data_files/parse_input/server7_all_space.crt":MBEDTLS_ERR_PEM_INVALID_…
3124 mbedtls_x509_crt_parse_file:"data_files/parse_input/server7_trailing_space.crt":0:2
3128 mbedtls_x509_crt_parse_file:"data_files/parse_input/cli-rsa-sha256-badalg.crt.der":MBEDTLS_ERR_X509…
/aosp_15_r20/external/mbedtls/programs/x509/
H A Dcert_app.c241 if ((ret = mbedtls_x509_crt_parse_file(&cacert, opt.ca_file)) < 0) { in main()
275 ret = mbedtls_x509_crt_parse_file(&crt, opt.filename); in main()
H A Dload_roots.c60 ret = mbedtls_x509_crt_parse_file(&cas, *cur); in read_certificates()
H A Dcert_write.c715 if ((ret = mbedtls_x509_crt_parse_file(&issuer_crt, opt.issuer_crt)) != 0) { in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/x509/
H A Dcert_app.c241 if ((ret = mbedtls_x509_crt_parse_file(&cacert, opt.ca_file)) < 0) { in main()
275 ret = mbedtls_x509_crt_parse_file(&crt, opt.filename); in main()
H A Dload_roots.c60 ret = mbedtls_x509_crt_parse_file(&cas, *cur); in read_certificates()
H A Dcert_write.c719 if ((ret = mbedtls_x509_crt_parse_file(&issuer_crt, opt.issuer_crt)) != 0) { in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dssl_mail_client.c476 ret = mbedtls_x509_crt_parse_file(&cacert, opt.ca_file); in main()
505 ret = mbedtls_x509_crt_parse_file(&clicert, opt.crt_file); in main()
H A Dssl_server2.c827 if (mbedtls_x509_crt_parse_file(new->cert, crt_file) != 0 || in sni_parse()
839 if (mbedtls_x509_crt_parse_file(new->ca, ca_file) != 0) { in sni_parse()
2581 ret = mbedtls_x509_crt_parse_file(&cacert, opt.ca_file); in main()
2623 if ((ret = mbedtls_x509_crt_parse_file(&srvcert, opt.crt_file)) != 0) { in main()
2645 if ((ret = mbedtls_x509_crt_parse_file(&srvcert2, opt.crt_file2)) != 0) { in main()
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dssl_mail_client.c476 ret = mbedtls_x509_crt_parse_file(&cacert, opt.ca_file); in main()
505 ret = mbedtls_x509_crt_parse_file(&clicert, opt.crt_file); in main()
H A Dssl_server2.c819 if (mbedtls_x509_crt_parse_file(new->cert, crt_file) != 0 || in sni_parse()
831 if (mbedtls_x509_crt_parse_file(new->ca, ca_file) != 0) { in sni_parse()
2503 ret = mbedtls_x509_crt_parse_file(&cacert, opt.ca_file); in main()
2545 if ((ret = mbedtls_x509_crt_parse_file(&srvcert, opt.crt_file)) != 0) { in main()
2567 if ((ret = mbedtls_x509_crt_parse_file(&srvcert2, opt.crt_file2)) != 0) { in main()
H A Dssl_client2.c1608 ret = mbedtls_x509_crt_parse_file(&cacert, opt.ca_file); in main()
1654 ret = mbedtls_x509_crt_parse_file(&clicert, opt.crt_file); in main()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dx509_crt.h549 int mbedtls_x509_crt_parse_file(mbedtls_x509_crt *chain, const char *path);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dx509_crt.h549 int mbedtls_x509_crt_parse_file(mbedtls_x509_crt *chain, const char *path);
/aosp_15_r20/external/curl/lib/vtls/
H A Dmbedtls.c647 ret = mbedtls_x509_crt_parse_file(&backend->cacert, ssl_cafile);
684 ret = mbedtls_x509_crt_parse_file(&backend->clicert, ssl_cert);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dx509_crt.c1506 int mbedtls_x509_crt_parse_file(mbedtls_x509_crt *chain, const char *path) in mbedtls_x509_crt_parse_file() function
1577 w_ret = mbedtls_x509_crt_parse_file(chain, filename); in mbedtls_x509_crt_parse_path()
1641 t_ret = mbedtls_x509_crt_parse_file(chain, entry_name); in mbedtls_x509_crt_parse_path()
/aosp_15_r20/external/mbedtls/library/
H A Dx509_crt.c1505 int mbedtls_x509_crt_parse_file(mbedtls_x509_crt *chain, const char *path) in mbedtls_x509_crt_parse_file() function
1576 w_ret = mbedtls_x509_crt_parse_file(chain, filename); in mbedtls_x509_crt_parse_path()
1640 t_ret = mbedtls_x509_crt_parse_file(chain, entry_name); in mbedtls_x509_crt_parse_path()
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/wrapper/library/
H A Dssl_lib.c233 n = mbedtls_x509_crt_parse_file(*px, mbedtls_client_preload_filepath); in SSL_CTX_new()

12