Searched refs:mbedtls_x509_crl_parse (Results 1 – 4 of 4) sorted by relevance
123 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen );
2440 #define x509_crl_parse mbedtls_x509_crl_parse
539 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen ) in mbedtls_x509_crl_parse() function613 ret = mbedtls_x509_crl_parse( chain, buf, n ); in mbedtls_x509_crl_parse_file()
1028 mbedtls_x509_crl_parse(). A string containing a CRL followed by trailing1072 * Fix potential memory leak in mbedtls_x509_crl_parse(). The leak was caused
Completed in 24 milliseconds