Home
last modified time | relevance | path

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

/external/rust/beto-rust/nearby/presence/np_ffi_core/src/
Dcredentials.rs440 pub struct V1BroadcastCredential { struct
446 impl V1BroadcastCredential { argument
463 pub(crate) fn into_internal(self) -> np_adv::credential::v1::V1BroadcastCredential { in into_internal()
/external/rust/beto-rust/nearby/presence/np_adv/src/extended/serialize/section/
Dencoder.rs115 crypto_material: &V1BroadcastCredential, in new_random_salt()
125 crypto_material: &V1BroadcastCredential, in new()
206 broadcast_credential: &V1BroadcastCredential, in new()
223 broadcast_credential: &V1BroadcastCredential, in new_with_salt()
234 broadcast_credential: &V1BroadcastCredential, in new_random_salt()
248 broadcast_credential: &V1BroadcastCredential, in new_wrapped_salt()
/external/rust/beto-rust/nearby/presence/np_adv/src/credential/
Dv1.rs538 pub struct V1BroadcastCredential { struct
549 impl V1BroadcastCredential { argument
/external/rust/beto-rust/nearby/presence/np_c_ffi/src/serialize/
Dv1.rs58 broadcast_cred: V1BroadcastCredential, in np_ffi_V1AdvertisementBuilder_encrypted_section_builder()
/external/rust/beto-rust/nearby/presence/np_ffi_core/src/serialize/
Dv1.rs64 broadcast_cred: V1BroadcastCredential, in encrypted_section_builder()
303 broadcast_cred: V1BroadcastCredential, in encrypted_section_builder()
/external/rust/beto-rust/nearby/presence/np_c_ffi/include/cpp/
Dnp_cpp_ffi_types.h949 struct V1BroadcastCredential { struct
950 uint8_t key_seed[32];
951 uint8_t identity_token[16];
952 uint8_t private_key[32];
/external/rust/beto-rust/nearby/presence/np_adv/src/tests/
Ddeser_v1_tests.rs301 fn broadcast_credential(&self) -> V1BroadcastCredential { in broadcast_credential()