Lines Matching refs:mbedtls_x509_crl
283 int mbedtls_x509_crl_parse_der(mbedtls_x509_crl *chain, in mbedtls_x509_crl_parse_der()
290 mbedtls_x509_crl *crl = chain; in mbedtls_x509_crl_parse_der()
311 crl->next = mbedtls_calloc(1, sizeof(mbedtls_x509_crl)); in mbedtls_x509_crl_parse_der()
505 int mbedtls_x509_crl_parse(mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen) in mbedtls_x509_crl_parse()
567 int mbedtls_x509_crl_parse_file(mbedtls_x509_crl *chain, const char *path) in mbedtls_x509_crl_parse_file()
595 const mbedtls_x509_crl *crl) in mbedtls_x509_crl_info()
669 void mbedtls_x509_crl_init(mbedtls_x509_crl *crl) in mbedtls_x509_crl_init()
671 memset(crl, 0, sizeof(mbedtls_x509_crl)); in mbedtls_x509_crl_init()
677 void mbedtls_x509_crl_free(mbedtls_x509_crl *crl) in mbedtls_x509_crl_free()
679 mbedtls_x509_crl *crl_cur = crl; in mbedtls_x509_crl_free()
680 mbedtls_x509_crl *crl_prv; in mbedtls_x509_crl_free()
706 mbedtls_platform_zeroize(crl_prv, sizeof(mbedtls_x509_crl)); in mbedtls_x509_crl_free()