Searched defs:invalid_sections_count (Results 1 – 1 of 1) sorted by relevance
376 let invalid_sections_count = self.malformed_sections_count + self.encrypted_sections.len(); in finished_with_decryption_attempts() localVariable419 pub fn invalid_sections_count(&self) -> usize { in invalid_sections_count() method