Lines Matching refs:crl_cur
665 mbedtls_x509_crl *crl_cur = crl; in mbedtls_x509_crl_free() local
678 mbedtls_free( crl_cur->sig_opts ); in mbedtls_x509_crl_free()
681 name_cur = crl_cur->issuer.next; in mbedtls_x509_crl_free()
690 entry_cur = crl_cur->entry.next; in mbedtls_x509_crl_free()
699 if( crl_cur->raw.p != NULL ) in mbedtls_x509_crl_free()
701 mbedtls_zeroize( crl_cur->raw.p, crl_cur->raw.len ); in mbedtls_x509_crl_free()
702 mbedtls_free( crl_cur->raw.p ); in mbedtls_x509_crl_free()
705 crl_cur = crl_cur->next; in mbedtls_x509_crl_free()
707 while( crl_cur != NULL ); in mbedtls_x509_crl_free()
709 crl_cur = crl; in mbedtls_x509_crl_free()
712 crl_prv = crl_cur; in mbedtls_x509_crl_free()
713 crl_cur = crl_cur->next; in mbedtls_x509_crl_free()
719 while( crl_cur != NULL ); in mbedtls_x509_crl_free()