Home
last modified time | relevance | path

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

/system/authgraph/core/src/
Dkeyexchange.rs258 let mut own_ke_key_arc_content = arc::decipher_arc( in finish()
347 let in_key_arc_content = arc::decipher_arc(&pbk, in_key_arc, &*self.crypto.aes_gcm)
356 let out_key_arc_content = arc::decipher_arc(&pbk, out_key_arc, &*self.crypto.aes_gcm)
591 let arc_content = arc::decipher_arc(&pbk, arc, &*self.crypto.aes_gcm).map_err(|e| { in decrypt_and_validate_shared_key_arcs()
Darc.rs135 pub fn decipher_arc( in decipher_arc() function
/system/secretkeeper/core/src/
Dta.rs412 authgraph_core::arc::decipher_arc(&self.per_boot_key, &shared_keys[0], &*self.aes_gcm)?;
414 authgraph_core::arc::decipher_arc(&self.per_boot_key, &shared_keys[1], &*self.aes_gcm)?;