Home
last modified time | relevance | path

Searched defs:raw_decrypted (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/encrypted_section/
Dmod.rs265 let raw_decrypted = self.contents.decrypt_ciphertext(arena, identity_match)?; in try_deserialize() localVariable
441 let raw_decrypted = self.contents.decrypt_ciphertext(allocator, identity_match)?; in try_deserialize() localVariable