Searched refs:SuperEncryptionAlgorithm (Results 1 – 1 of 1) sorted by relevance
68 pub enum SuperEncryptionAlgorithm { enum82 pub algorithm: SuperEncryptionAlgorithm,88 SuperKeyType { alias: "USER_SUPER_KEY", algorithm: SuperEncryptionAlgorithm::Aes256Gcm };94 algorithm: SuperEncryptionAlgorithm::Aes256Gcm,101 algorithm: SuperEncryptionAlgorithm::EcdhP521,149 algorithm: SuperEncryptionAlgorithm,164 if self.algorithm == SuperEncryptionAlgorithm::Aes256Gcm { in aes_gcm_decrypt()176 algorithm: SuperEncryptionAlgorithm,372 algorithm: SuperEncryptionAlgorithm::Aes256Gcm, in lookup_key()458 SuperEncryptionAlgorithm::Aes256Gcm => match (metadata.iv(), metadata.aead_tag()) { in unwrap_key_with_key()[all …]