Lines Matching refs:crl_cur
712 mbedtls_x509_crl *crl_cur = crl; in mbedtls_x509_crl_free() local
725 mbedtls_free( crl_cur->sig_opts ); in mbedtls_x509_crl_free()
728 name_cur = crl_cur->issuer.next; in mbedtls_x509_crl_free()
737 entry_cur = crl_cur->entry.next; in mbedtls_x509_crl_free()
747 if( crl_cur->raw.p != NULL ) in mbedtls_x509_crl_free()
749 mbedtls_platform_zeroize( crl_cur->raw.p, crl_cur->raw.len ); in mbedtls_x509_crl_free()
750 mbedtls_free( crl_cur->raw.p ); in mbedtls_x509_crl_free()
753 crl_cur = crl_cur->next; in mbedtls_x509_crl_free()
755 while( crl_cur != NULL ); in mbedtls_x509_crl_free()
757 crl_cur = crl; in mbedtls_x509_crl_free()
760 crl_prv = crl_cur; in mbedtls_x509_crl_free()
761 crl_cur = crl_cur->next; in mbedtls_x509_crl_free()
767 while( crl_cur != NULL ); in mbedtls_x509_crl_free()