Searched refs:SuperEncryptionAlgorithm (Results 1 – 2 of 2) sorted by relevance
/system/security/keystore2/src/ |
D | super_key.rs | 66 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 …]
|
D | database.rs | 2907 …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()
|