Searched refs:crl_cur (Results 1 – 1 of 1) sorted by relevance
679 mbedtls_x509_crl *crl_cur = crl; in mbedtls_x509_crl_free() local684 while (crl_cur != NULL) { in mbedtls_x509_crl_free()686 mbedtls_free(crl_cur->sig_opts); in mbedtls_x509_crl_free()689 mbedtls_asn1_free_named_data_list_shallow(crl_cur->issuer.next); in mbedtls_x509_crl_free()691 entry_cur = crl_cur->entry.next; in mbedtls_x509_crl_free()699 if (crl_cur->raw.p != NULL) { in mbedtls_x509_crl_free()700 mbedtls_zeroize_and_free(crl_cur->raw.p, crl_cur->raw.len); in mbedtls_x509_crl_free()703 crl_prv = crl_cur; in mbedtls_x509_crl_free()704 crl_cur = crl_cur->next; in mbedtls_x509_crl_free()