Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_np_adv/src/
Dlib.rs70 pub struct V0IdentityToken([u8; V0_IDENTITY_TOKEN_LEN]); struct
72 impl V0IdentityToken { impl
88 impl From<[u8; V0_IDENTITY_TOKEN_LEN]> for V0IdentityToken { implementation
94 impl AsRef<[u8]> for V0IdentityToken { implementation
100 impl FromCryptoRng for V0IdentityToken { implementation
188 (V0IdentityToken, ArrayView<u8, NP_LDT_MAX_EFFECTIVE_PAYLOAD_LEN>), in decrypt_and_verify()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_ffi_core/src/deserialize/
Dv0.rs198 identity_token: ldt_np_adv::V0IdentityToken, in new()
276 ldt_np_adv::V0IdentityToken, in new()
365 ldt_np_adv::V0IdentityToken, in allocate_with_decrypted_contents()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/deserialize/tests/
Derror_conditions.rs283 identity_token: &V0IdentityToken,
297 &V0IdentityToken,
Dhappy_path.rs475 identity_token: V0IdentityToken,
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/credential/
Dv0.rs182 pub(crate) fn identity_token(&self) -> V0IdentityToken { in identity_token()
Dmatched.rs215 impl HasIdentityMatch for V0IdentityToken { implementation
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/deserialize/
Dmod.rs252 fn identity_token(&self) -> V0IdentityToken { in identity_token()