Home
last modified time | relevance | path

Searched refs:mbedtls_x509_crl_parse_file (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dx509_crl.h144 int mbedtls_x509_crl_parse_file(mbedtls_x509_crl *chain, const char *path);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dx509_crl.h144 int mbedtls_x509_crl_parse_file(mbedtls_x509_crl *chain, const char *path);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/x509/
H A Dcrl_app.c98 ret = mbedtls_x509_crl_parse_file(&crl, opt.filename); in main()
H A Dcert_app.c254 if ((ret = mbedtls_x509_crl_parse_file(&cacrl, opt.crl_file)) != 0) { in main()
/aosp_15_r20/external/mbedtls/programs/x509/
H A Dcrl_app.c98 ret = mbedtls_x509_crl_parse_file(&crl, opt.filename); in main()
H A Dcert_app.c254 if ((ret = mbedtls_x509_crl_parse_file(&cacrl, opt.crl_file)) != 0) { in main()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_x509parse.function531 TEST_EQUAL(mbedtls_x509_crl_parse_file(&crl, crl_file), 0);
555 TEST_EQUAL(mbedtls_x509_crl_parse_file(&crl, crl_file), result);
715 TEST_EQUAL(mbedtls_x509_crl_parse_file(&crl, crl_file), 0);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_x509parse.function562 TEST_EQUAL(mbedtls_x509_crl_parse_file(&crl, crl_file), 0);
586 TEST_EQUAL(mbedtls_x509_crl_parse_file(&crl, crl_file), result);
746 TEST_EQUAL(mbedtls_x509_crl_parse_file(&crl, crl_file), 0);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dx509_crl.c567 int mbedtls_x509_crl_parse_file(mbedtls_x509_crl *chain, const char *path) in mbedtls_x509_crl_parse_file() function
/aosp_15_r20/external/mbedtls/library/
H A Dx509_crl.c566 int mbedtls_x509_crl_parse_file(mbedtls_x509_crl *chain, const char *path) in mbedtls_x509_crl_parse_file() function
/aosp_15_r20/external/curl/lib/vtls/
H A Dmbedtls.c782 ret = mbedtls_x509_crl_parse_file(&backend->crl, ssl_crlfile);
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dssl_server2.c844 if (mbedtls_x509_crl_parse_file(new->crl, crl_file) != 0) { in sni_parse()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dssl_server2.c852 if (mbedtls_x509_crl_parse_file(new->crl, crl_file) != 0) { in sni_parse()