Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dsuper_key.rs145 pub struct SuperKey { struct
154 reencrypt_with: Option<Arc<SuperKey>>, argument
157 impl AesGcm for SuperKey { implementation
185 fn new(key: &[u8], to_encrypt: &Arc<SuperKey>) -> Result<Self> { in new()
198 reencrypt_with: Option<Arc<SuperKey>>, in decrypt() argument
199 ) -> Result<Arc<SuperKey>> { in decrypt() argument
224 Ok(Arc::new(SuperKey { algorithm: self.algorithm, key, id: self.id, reencrypt_with })) in decrypt()
248 per_boot: Option<Arc<SuperKey>>,
251 screen_lock_bound: Option<Arc<SuperKey>>,
254 screen_lock_bound_private: Option<Arc<SuperKey>>,
[all …]