Searched refs:SuperEncryptionAlgorithm (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/security/keystore2/src/ |
H A D | super_key.rs | 68 pub enum SuperEncryptionAlgorithm { enum 82 pub algorithm: SuperEncryptionAlgorithm, 94 algorithm: SuperEncryptionAlgorithm::Aes256Gcm, 101 algorithm: SuperEncryptionAlgorithm::EcdhP521, 149 algorithm: SuperEncryptionAlgorithm, 176 algorithm: SuperEncryptionAlgorithm, 471 SuperEncryptionAlgorithm::EcdhP521 => { in unwrap_key_with_key() 598 algorithm: SuperEncryptionAlgorithm, in populate_cache_from_super_key_blob() argument 612 algorithm: SuperEncryptionAlgorithm, in extract_super_key_from_key_entry() argument 834 SuperEncryptionAlgorithm::Aes256Gcm => ( in get_or_create_super_key() [all …]
|
H A D | database.rs | 3220 use crate::super_key::{SuperKeyManager, USER_SUPER_KEY, SuperEncryptionAlgorithm, SuperKeyType}; 5470 algorithm: SuperEncryptionAlgorithm::Aes256Gcm, in test_unbind_keys_for_user_removes_superkeys() 5475 algorithm: SuperEncryptionAlgorithm::Aes256Gcm, in test_unbind_keys_for_user_removes_superkeys()
|