Searched refs:SuperKey (Results 1 – 1 of 1) sorted by relevance
148 pub struct SuperKey { struct157 reencrypt_with: Option<Arc<SuperKey>>, argument160 impl SuperKey { implementation183 fn new(key: &[u8], to_encrypt: &Arc<SuperKey>) -> Result<Self> { in new()196 reencrypt_with: Option<Arc<SuperKey>>, in decrypt() argument197 ) -> Result<Arc<SuperKey>> { in decrypt() argument222 Ok(Arc::new(SuperKey { algorithm: self.algorithm, key, id: self.id, reencrypt_with })) in decrypt()246 per_boot: Option<Arc<SuperKey>>,249 screen_lock_bound: Option<Arc<SuperKey>>,252 screen_lock_bound_private: Option<Arc<SuperKey>>,[all …]