Searched defs:SuperKey (Results 1 – 1 of 1) sorted by relevance
145 pub struct SuperKey { struct150 id: SuperKeyIdentifier, argument154 reencrypt_with: Option<Arc<SuperKey>>, argument157 impl AesGcm for SuperKey { implementation198 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 …]