Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_hkdf/src/
Dlib.rs160 fn identity_token_hmac_key(&self) -> NpHmacSha256Key { in identity_token_hmac_key() method
182 fn identity_token_hmac_key(&self) -> NpHmacSha256Key { in identity_token_hmac_key() method
197 fn identity_token_hmac_key(&self) -> NpHmacSha256Key { in identity_token_hmac_key() method
208 fn identity_token_hmac_key(&self) -> NpHmacSha256Key; in identity_token_hmac_key() method
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/encrypted_section/
Dmod.rs93 let identity_token_hmac_key: np_hkdf::NpHmacSha256Key = in try_match() localVariable
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/credential/
Dv1.rs177 pub(crate) identity_token_hmac_key: [u8; 32], field