Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/
Dmod.rs232 encrypted_sections: ArrayVecOption< field
252 let mut encrypted_sections = ArrayVecOption::default(); in from_advertisement_contents() localVariable
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_cpp_ffi/sample/
Dmain.cc246 auto encrypted_sections = adv.GetNumUndecryptableSections(); in HandleV1Adv() local
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_cpp_ffi/fuzz/
Ddeserialization_fuzzer.cc286 [[maybe_unused]] auto encrypted_sections = adv.GetNumUndecryptableSections(); in HandleV1Adv() local