Home
last modified time | relevance | path

Searched refs:entry_cur (Results 1 – 1 of 1) sorted by relevance

/net-tools-latest/mbedtls-2.4.0/library/
Dx509_crl.c669 mbedtls_x509_crl_entry *entry_cur; in mbedtls_x509_crl_free() local
690 entry_cur = crl_cur->entry.next; in mbedtls_x509_crl_free()
691 while( entry_cur != NULL ) in mbedtls_x509_crl_free()
693 entry_prv = entry_cur; in mbedtls_x509_crl_free()
694 entry_cur = entry_cur->next; in mbedtls_x509_crl_free()