Home
last modified time | relevance | path

Searched refs:mbedtls_x509_crl_parse_der (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dx509_crl.c283 int mbedtls_x509_crl_parse_der(mbedtls_x509_crl *chain, in mbedtls_x509_crl_parse_der() function
540 if ((ret = mbedtls_x509_crl_parse_der(chain, in mbedtls_x509_crl_parse()
560 return mbedtls_x509_crl_parse_der(chain, buf, buflen); in mbedtls_x509_crl_parse()
/aosp_15_r20/external/mbedtls/library/
H A Dx509_crl.c282 int mbedtls_x509_crl_parse_der(mbedtls_x509_crl *chain, in mbedtls_x509_crl_parse_der() function
539 if ((ret = mbedtls_x509_crl_parse_der(chain, in mbedtls_x509_crl_parse()
559 return mbedtls_x509_crl_parse_der(chain, buf, buflen); in mbedtls_x509_crl_parse()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dx509_crl.h109 int mbedtls_x509_crl_parse_der(mbedtls_x509_crl *chain,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dx509_crl.h109 int mbedtls_x509_crl_parse_der(mbedtls_x509_crl *chain,
/aosp_15_r20/external/mbedtls/
H A DChangeLog1997 * Fix a 1-byte buffer overread in mbedtls_x509_crl_parse_der().
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog2257 * Fix a 1-byte buffer overread in mbedtls_x509_crl_parse_der().