Home
last modified time | relevance | path

Searched defs:SuperKey (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore2/src/
Dsuper_key.rs145 pub struct SuperKey { struct
150 id: SuperKeyIdentifier, argument
154 reencrypt_with: Option<Arc<SuperKey>>, argument
157 impl AesGcm for SuperKey { implementation
198 reencrypt_with: Option<Arc<SuperKey>>, in decrypt()
199 ) -> Result<Arc<SuperKey>> { in decrypt()
358 super_key: Arc<SuperKey>, in install_per_boot_key_for_user()
367 fn lookup_key(&self, key_id: &SuperKeyIdentifier) -> Result<Option<Arc<SuperKey>>> { in lookup_key()
399 fn get_per_boot_key_by_user_id_internal(&self, user_id: UserId) -> Option<Arc<SuperKey>> { in get_per_boot_key_by_user_id_internal()
613 ) -> Result<Arc<SuperKey>> { in populate_cache_from_super_key_blob()
[all …]