Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/deserialize/
Dmod.rs211 pub struct DecryptedAdvContents { struct
220 impl DecryptedAdvContents { argument
250 impl HasIdentityMatch for DecryptedAdvContents { implementation
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/deserialize/tests/
Dhappy_path.rs455 ) -> (SerializedAdv, DecryptedAdvContents) { in build_and_assert_deserialized_matches() argument
479 ) -> DecryptedAdvContents {
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/deserialize/intermediate/
Dmod.rs135 ) -> Result<DecryptedAdvContents, DecryptError> { in try_decrypt()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/filter/
Dmod.rs179 ) -> Result<(DecryptedAdvContents, B::Matched), NoMatch> in try_decrypt_and_match()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_ffi_core/src/deserialize/
Dv0.rs126 legacy::deserialize::DecryptedAdvContents, in allocate_with_decrypted_contents()