Home
last modified time | relevance | path

Searched refs:mbedtls_x509_crl_parse (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/fuzz/
H A Dfuzz_x509crl.c18 ret = mbedtls_x509_crl_parse(&crl, Data, Size); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/mbedtls/programs/fuzz/
H A Dfuzz_x509crl.c20 ret = mbedtls_x509_crl_parse(&crl, Data, Size); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dx509_crl.h127 int mbedtls_x509_crl_parse(mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dx509_crl.h127 int mbedtls_x509_crl_parse(mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dx509_crl.c505 int mbedtls_x509_crl_parse(mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen) in mbedtls_x509_crl_parse() function
577 ret = mbedtls_x509_crl_parse(chain, buf, n); in mbedtls_x509_crl_parse_file()
/aosp_15_r20/external/mbedtls/library/
H A Dx509_crl.c504 int mbedtls_x509_crl_parse(mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen) in mbedtls_x509_crl_parse() function
576 ret = mbedtls_x509_crl_parse(chain, buf, n); in mbedtls_x509_crl_parse_file()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_x509parse.function546 void mbedtls_x509_crl_parse(char *crl_file, int result)
1205 TEST_EQUAL(mbedtls_x509_crl_parse(&crl, buf->x, buf->len), (result));
H A Dtest_suite_x509parse.data311 mbedtls_x509_crl_parse:"data_files/parse_input/crl-malformed-trailing-spaces.pem":MBEDTLS_ERR_PEM_N…
315 mbedtls_x509_crl_parse:"data_files/parse_input/crl-idp.pem":MBEDTLS_ERR_X509_INVALID_EXTENSIONS + M…
319 mbedtls_x509_crl_parse:"data_files/parse_input/crl-idpnc.pem":0
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_x509parse.function577 void mbedtls_x509_crl_parse(char *crl_file, int result)
1253 TEST_EQUAL(mbedtls_x509_crl_parse(&crl, buf->x, buf->len), (result));
H A Dtest_suite_x509parse.data311 mbedtls_x509_crl_parse:"data_files/parse_input/crl-malformed-trailing-spaces.pem":MBEDTLS_ERR_PEM_N…
315 mbedtls_x509_crl_parse:"data_files/parse_input/crl-idp.pem":MBEDTLS_ERR_X509_INVALID_EXTENSIONS + M…
319 mbedtls_x509_crl_parse:"data_files/parse_input/crl-idpnc.pem":0
/aosp_15_r20/external/mbedtls/
H A DChangeLog3709 mbedtls_x509_crl_parse(). A string containing a CRL followed by trailing
3753 * Fix potential memory leak in mbedtls_x509_crl_parse(). The leak was caused
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog3969 mbedtls_x509_crl_parse(). A string containing a CRL followed by trailing
4013 * Fix potential memory leak in mbedtls_x509_crl_parse(). The leak was caused