Searched refs:entry_cur (Results 1 – 1 of 1) sorted by relevance
693 mbedtls_x509_crl_entry *entry_cur; in mbedtls_x509_crl_free() local703 entry_cur = crl_cur->entry.next; in mbedtls_x509_crl_free()704 while (entry_cur != NULL) { in mbedtls_x509_crl_free()705 entry_prv = entry_cur; in mbedtls_x509_crl_free()706 entry_cur = entry_cur->next; in mbedtls_x509_crl_free()