Home
last modified time | relevance | path

Searched refs:SuperEncryptionAlgorithm (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/security/keystore2/src/
H A Dsuper_key.rs69 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 Dtests.rs24 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()