Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dx509_crl.c716 mbedtls_x509_crl_entry *entry_cur; in mbedtls_x509_crl_free() local
737 entry_cur = crl_cur->entry.next; in mbedtls_x509_crl_free()
738 while( entry_cur != NULL ) in mbedtls_x509_crl_free()
740 entry_prv = entry_cur; in mbedtls_x509_crl_free()
741 entry_cur = entry_cur->next; in mbedtls_x509_crl_free()

Completed in 3 milliseconds