Searched refs:mbedtls_x509_crl_parse (Results 1 – 5 of 5) sorted by relevance
122 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen );
2547 #define x509_crl_parse mbedtls_x509_crl_parse
490 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen ) in mbedtls_x509_crl_parse() function563 ret = mbedtls_x509_crl_parse( chain, buf, n ); in mbedtls_x509_crl_parse_file()
407 TEST_ASSERT( mbedtls_x509_crl_parse( &crl, buf, data_len ) == ( result ) );
2090 x509_crl_parse mbedtls_x509_crl_parse