Home
last modified time | relevance | path

Searched refs:SuperEncryptionAlgorithm (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore2/src/
Dsuper_key.rs66 pub enum SuperEncryptionAlgorithm { enum
80 pub algorithm: SuperEncryptionAlgorithm,
90 algorithm: SuperEncryptionAlgorithm::Aes256Gcm,
99 algorithm: SuperEncryptionAlgorithm::Aes256Gcm,
108 algorithm: SuperEncryptionAlgorithm::EcdhP521,
155 algorithm: SuperEncryptionAlgorithm,
168 if self.algorithm == SuperEncryptionAlgorithm::Aes256Gcm { in decrypt()
176 if self.algorithm == SuperEncryptionAlgorithm::Aes256Gcm { in encrypt()
187 algorithm: SuperEncryptionAlgorithm,
391 algorithm: SuperEncryptionAlgorithm::Aes256Gcm, in lookup_key()
[all …]
Ddatabase.rs2907 …super_key::{SuperKeyManager, USER_AFTER_FIRST_UNLOCK_SUPER_KEY, SuperEncryptionAlgorithm, SuperKey…
5004 algorithm: SuperEncryptionAlgorithm::Aes256Gcm, in test_unbind_keys_for_user_removes_superkeys()
5010 algorithm: SuperEncryptionAlgorithm::Aes256Gcm, in test_unbind_keys_for_user_removes_superkeys()