Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dx509_crl.h127 int mbedtls_x509_crl_parse(mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen);
/optee_os/lib/libmbedtls/mbedtls/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()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog4357 mbedtls_x509_crl_parse(). A string containing a CRL followed by trailing
4401 * Fix potential memory leak in mbedtls_x509_crl_parse(). The leak was caused