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 D | x509_crl.c | 283 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 D | x509_crl.c | 282 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 D | x509_crl.h | 109 int mbedtls_x509_crl_parse_der(mbedtls_x509_crl *chain,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | x509_crl.h | 109 int mbedtls_x509_crl_parse_der(mbedtls_x509_crl *chain,
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 1997 * Fix a 1-byte buffer overread in mbedtls_x509_crl_parse_der().
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 2257 * Fix a 1-byte buffer overread in mbedtls_x509_crl_parse_der().
|