Searched refs:mbedtls_x509_crl_parse (Results 1 – 3 of 3) sorted by relevance
127 int mbedtls_x509_crl_parse(mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen);
505 int mbedtls_x509_crl_parse(mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen) in mbedtls_x509_crl_parse() function577 ret = mbedtls_x509_crl_parse(chain, buf, n); in mbedtls_x509_crl_parse_file()
4400 mbedtls_x509_crl_parse(). A string containing a CRL followed by trailing4444 * Fix potential memory leak in mbedtls_x509_crl_parse(). The leak was caused