Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dsuper_key.rs154 pub struct SuperKey { struct
163 reencrypt_with: Option<Arc<SuperKey>>, argument
166 impl AesGcm for SuperKey { implementation
194 fn new(key: &[u8], to_encrypt: &Arc<SuperKey>) -> Result<Self> { in new()
207 reencrypt_with: Option<Arc<SuperKey>>, in decrypt() argument
208 ) -> Result<Arc<SuperKey>> { in decrypt() argument
233 Ok(Arc::new(SuperKey { algorithm: self.algorithm, key, id: self.id, reencrypt_with })) in decrypt()
257 after_first_unlock: Option<Arc<SuperKey>>,
260 unlocked_device_required_symmetric: Option<Arc<SuperKey>>,
263 unlocked_device_required_private: Option<Arc<SuperKey>>,
[all …]