Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/section/header/
Dmod.rs129 pub(crate) struct CiphertextExtendedIdentityToken(pub(crate) [u8; V1_IDENTITY_TOKEN_LEN]); struct
131 impl CiphertextExtendedIdentityToken { implementation
137 impl From<[u8; V1_IDENTITY_TOKEN_LEN]> for CiphertextExtendedIdentityToken { implementation
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/encrypted_section/
Dtests.rs64 ) -> CiphertextExtendedIdentityToken { in first_section_identity_token()
Dmod.rs177 identity_token: CiphertextExtendedIdentityToken, in new()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/section/intermediate/
Dmod.rs126 token: CiphertextExtendedIdentityToken, in parser_encrypted_with_header()