Searched refs:is_encrypted (Results 1 – 2 of 2) sorted by relevance
233 pub fn is_encrypted(&self) -> bool { in is_encrypted() method375 let is_encrypted = flags & (flags::ENCRYPTED | flags::SUPER_ENCRYPTED) != 0; in new_from_stream() localVariable400 match (blob_type, is_encrypted, salt) { in new_from_stream()465 is_encrypted in new_from_stream()1378 Blob { value: BlobValue::Generic(data), flags } if blob.is_encrypted() => { in prepare_blob()1382 Blob { value: BlobValue::Characteristics(data), flags } if blob.is_encrypted() => { in prepare_blob()1389 Blob { value: BlobValue::Decrypted(data), flags } if blob.is_encrypted() => { in prepare_blob()1394 if !blob.is_encrypted() => in prepare_blob()1400 if !blob.is_encrypted() => in prepare_blob()1406 if !blob.is_encrypted() => in prepare_blob()[all …]
795 blob.is_encrypted(), in bulk_delete()