Lines Matching refs:mbedtls_x509_crl
300 int mbedtls_x509_crl_parse_der( mbedtls_x509_crl *chain, in mbedtls_x509_crl_parse_der()
307 mbedtls_x509_crl *crl = chain; in mbedtls_x509_crl_parse_der()
327 crl->next = mbedtls_calloc( 1, sizeof( mbedtls_x509_crl ) ); in mbedtls_x509_crl_parse_der()
539 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen ) in mbedtls_x509_crl_parse()
604 int mbedtls_x509_crl_parse_file( mbedtls_x509_crl *chain, const char *path ) in mbedtls_x509_crl_parse_file()
631 const mbedtls_x509_crl *crl ) in mbedtls_x509_crl_info()
705 void mbedtls_x509_crl_init( mbedtls_x509_crl *crl ) in mbedtls_x509_crl_init()
707 memset( crl, 0, sizeof(mbedtls_x509_crl) ); in mbedtls_x509_crl_init()
713 void mbedtls_x509_crl_free( mbedtls_x509_crl *crl ) in mbedtls_x509_crl_free()
715 mbedtls_x509_crl *crl_cur = crl; in mbedtls_x509_crl_free()
716 mbedtls_x509_crl *crl_prv; in mbedtls_x509_crl_free()
766 mbedtls_platform_zeroize( crl_prv, sizeof( mbedtls_x509_crl ) ); in mbedtls_x509_crl_free()