Searched refs:crl_cur (Results 1 – 1 of 1) sorted by relevance
706 mbedtls_x509_crl *crl_cur = crl; in mbedtls_x509_crl_free() local711 while( crl_cur != NULL ) in mbedtls_x509_crl_free()714 mbedtls_free( crl_cur->sig_opts ); in mbedtls_x509_crl_free()717 mbedtls_asn1_free_named_data_list_shallow( crl_cur->issuer.next ); in mbedtls_x509_crl_free()719 entry_cur = crl_cur->entry.next; in mbedtls_x509_crl_free()729 if( crl_cur->raw.p != NULL ) in mbedtls_x509_crl_free()731 mbedtls_platform_zeroize( crl_cur->raw.p, crl_cur->raw.len ); in mbedtls_x509_crl_free()732 mbedtls_free( crl_cur->raw.p ); in mbedtls_x509_crl_free()735 crl_prv = crl_cur; in mbedtls_x509_crl_free()736 crl_cur = crl_cur->next; in mbedtls_x509_crl_free()