Searched defs:with_deprecated_encryption (Results 1 – 2 of 2) sorted by relevance
13 fn with_deprecated_encryption(self, password: &[u8]) -> Self; in with_deprecated_encryption() method16 fn with_deprecated_encryption(self, password: &[u8]) -> Self { in with_deprecated_encryption() method
193 pub(crate) fn with_deprecated_encryption(mut self, password: &[u8]) -> FileOptions { in with_deprecated_encryption() method