Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Dx509_crl.h156 int mbedtls_x509_crl_parse_file(mbedtls_x509_crl *chain, const char *path);
/third_party/mbedtls/programs/x509/
Dcrl_app.c101 ret = mbedtls_x509_crl_parse_file(&crl, opt.filename); in main()
Dcert_app.c256 if ((ret = mbedtls_x509_crl_parse_file(&cacrl, opt.crl_file)) != 0) { in main()
/third_party/mbedtls/tests/suites/
Dtest_suite_x509parse.function502 TEST_ASSERT(mbedtls_x509_crl_parse_file(&crl, crl_file) == 0);
524 TEST_ASSERT(mbedtls_x509_crl_parse_file(&crl, crl_file) == result);
680 TEST_ASSERT(mbedtls_x509_crl_parse_file(&crl, crl_file) == 0);
/third_party/mbedtls/library/
Dx509_crl.c578 int mbedtls_x509_crl_parse_file(mbedtls_x509_crl *chain, const char *path) in mbedtls_x509_crl_parse_file() function
/third_party/curl/lib/vtls/
Dmbedtls.c538 ret = mbedtls_x509_crl_parse_file(&backend->crl, ssl_crlfile); in mbed_connect_step1()
/third_party/mbedtls/programs/ssl/
Dssl_server2.c854 if (mbedtls_x509_crl_parse_file(new->crl, crl_file) != 0) { in sni_parse()