Searched refs:create_arc (Results 1 – 2 of 2) sorted by relevance
141 let priv_key_arc = arc::create_arc( in create()438 let in_encrypt_key_arc = arc::create_arc(459 let out_encrypt_key_arc = arc::create_arc(487 arc::create_arc(&pbk, in_arc_content, &*self.crypto.aes_gcm, &mut *self.crypto.rng)?;489 arc::create_arc(&pbk, out_arc_content, &*self.crypto.aes_gcm, &mut *self.crypto.rng)?;
92 pub fn create_arc( in create_arc() function