Lines Matching refs:crl_cur
679 mbedtls_x509_crl *crl_cur = crl;
684 while (crl_cur != NULL) {
686 mbedtls_free(crl_cur->sig_opts);
689 mbedtls_asn1_free_named_data_list_shallow(crl_cur->issuer.next);
691 entry_cur = crl_cur->entry.next;
699 if (crl_cur->raw.p != NULL) {
700 mbedtls_zeroize_and_free(crl_cur->raw.p, crl_cur->raw.len);
703 crl_prv = crl_cur;
704 crl_cur = crl_cur->next;