Searched refs:mbedtls_x509_crl_parse (Results 1 – 4 of 4) sorted by relevance
121 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen );
2444 #define x509_crl_parse mbedtls_x509_crl_parse
536 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen ) in mbedtls_x509_crl_parse() function610 ret = mbedtls_x509_crl_parse( chain, buf, n ); in mbedtls_x509_crl_parse_file()
2468 mbedtls_x509_crl_parse(). A string containing a CRL followed by trailing2512 * Fix potential memory leak in mbedtls_x509_crl_parse(). The leak was caused
Completed in 23 milliseconds