Lines Matching refs:mbedtls_x509_crl
282 int mbedtls_x509_crl_parse_der(mbedtls_x509_crl *chain, in mbedtls_x509_crl_parse_der()
289 mbedtls_x509_crl *crl = chain; in mbedtls_x509_crl_parse_der()
310 crl->next = mbedtls_calloc(1, sizeof(mbedtls_x509_crl)); in mbedtls_x509_crl_parse_der()
504 int mbedtls_x509_crl_parse(mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen) in mbedtls_x509_crl_parse()
566 int mbedtls_x509_crl_parse_file(mbedtls_x509_crl *chain, const char *path) in mbedtls_x509_crl_parse_file()
594 const mbedtls_x509_crl *crl) in mbedtls_x509_crl_info()
668 void mbedtls_x509_crl_init(mbedtls_x509_crl *crl) in mbedtls_x509_crl_init()
670 memset(crl, 0, sizeof(mbedtls_x509_crl)); in mbedtls_x509_crl_init()
676 void mbedtls_x509_crl_free(mbedtls_x509_crl *crl) in mbedtls_x509_crl_free()
678 mbedtls_x509_crl *crl_cur = crl; in mbedtls_x509_crl_free()
679 mbedtls_x509_crl *crl_prv; in mbedtls_x509_crl_free()
705 mbedtls_platform_zeroize(crl_prv, sizeof(mbedtls_x509_crl)); in mbedtls_x509_crl_free()