Searched refs:SuperEncryptionAlgorithm (Results 1 – 2 of 2) sorted by relevance
/system/security/keystore2/src/ |
D | super_key.rs | 67 pub enum SuperEncryptionAlgorithm { enum 81 pub algorithm: SuperEncryptionAlgorithm, 87 SuperKeyType { alias: "USER_SUPER_KEY", algorithm: SuperEncryptionAlgorithm::Aes256Gcm }; 93 algorithm: SuperEncryptionAlgorithm::Aes256Gcm, 100 algorithm: SuperEncryptionAlgorithm::EcdhP521, 146 algorithm: SuperEncryptionAlgorithm, 159 if self.algorithm == SuperEncryptionAlgorithm::Aes256Gcm { in decrypt() 167 if self.algorithm == SuperEncryptionAlgorithm::Aes256Gcm { in encrypt() 178 algorithm: SuperEncryptionAlgorithm, 382 algorithm: SuperEncryptionAlgorithm::Aes256Gcm, in lookup_key() [all …]
|
D | database.rs | 3273 use crate::super_key::{SuperKeyManager, USER_SUPER_KEY, SuperEncryptionAlgorithm, SuperKeyType}; 5544 algorithm: SuperEncryptionAlgorithm::Aes256Gcm, in test_unbind_keys_for_user_removes_superkeys() 5549 algorithm: SuperEncryptionAlgorithm::Aes256Gcm, in test_unbind_keys_for_user_removes_superkeys()
|