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,
86 SuperKeyType { alias: "USER_SUPER_KEY", algorithm: SuperEncryptionAlgorithm::Aes256Gcm };
92 algorithm: SuperEncryptionAlgorithm::Aes256Gcm,
99 algorithm: SuperEncryptionAlgorithm::EcdhP521,
145 algorithm: SuperEncryptionAlgorithm,
158 if self.algorithm == SuperEncryptionAlgorithm::Aes256Gcm { in decrypt()
167 if self.algorithm == SuperEncryptionAlgorithm::Aes256Gcm { in encrypt()
179 algorithm: SuperEncryptionAlgorithm,
386 algorithm: SuperEncryptionAlgorithm::Aes256Gcm, in lookup_key()
[all …]
Ddatabase.rs3315 use crate::super_key::{SuperKeyManager, USER_SUPER_KEY, SuperEncryptionAlgorithm, SuperKeyType};
5635 algorithm: SuperEncryptionAlgorithm::Aes256Gcm, in test_unbind_keys_for_user_removes_superkeys()
5640 algorithm: SuperEncryptionAlgorithm::Aes256Gcm, in test_unbind_keys_for_user_removes_superkeys()