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 D | fuzz_x509crl.c | 18 ret = mbedtls_x509_crl_parse(&crl, Data, Size); in LLVMFuzzerTestOneInput()
|
/aosp_15_r20/external/mbedtls/programs/fuzz/ |
H A D | fuzz_x509crl.c | 20 ret = mbedtls_x509_crl_parse(&crl, Data, Size); in LLVMFuzzerTestOneInput()
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | x509_crl.h | 127 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 D | x509_crl.h | 127 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 D | x509_crl.c | 505 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 D | x509_crl.c | 504 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 D | test_suite_x509parse.function | 546 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 D | test_suite_x509parse.data | 311 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 D | test_suite_x509parse.function | 577 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 D | test_suite_x509parse.data | 311 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 D | ChangeLog | 3709 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 D | ChangeLog | 3969 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
|