Searched refs:SuperEncryptionAlgorithm (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/system/security/keystore2/src/ |
H A D | super_key.rs | 69 pub enum SuperEncryptionAlgorithm { enum 83 pub algorithm: SuperEncryptionAlgorithm, 93 algorithm: SuperEncryptionAlgorithm::Aes256Gcm, 102 algorithm: SuperEncryptionAlgorithm::Aes256Gcm, 111 algorithm: SuperEncryptionAlgorithm::EcdhP521, 158 algorithm: SuperEncryptionAlgorithm, 171 if self.algorithm == SuperEncryptionAlgorithm::Aes256Gcm { in decrypt() 179 if self.algorithm == SuperEncryptionAlgorithm::Aes256Gcm { in encrypt() 190 algorithm: SuperEncryptionAlgorithm, 394 algorithm: SuperEncryptionAlgorithm::Aes256Gcm, in lookup_key() [all …]
|
/aosp_15_r20/system/security/keystore2/src/database/ |
H A D | tests.rs | 24 use crate::super_key::{SuperKeyManager, USER_AFTER_FIRST_UNLOCK_SUPER_KEY, SuperEncryptionAlgorithm… 2053 algorithm: SuperEncryptionAlgorithm::Aes256Gcm, in test_unbind_keys_for_user_removes_superkeys() 2059 algorithm: SuperEncryptionAlgorithm::Aes256Gcm, in test_unbind_keys_for_user_removes_superkeys()
|