Home
last modified time | relevance | path

Searched defs:NpHmacSha256Key (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_hkdf/src/
Dlib.rs34 pub struct NpHmacSha256Key { struct
41 impl NpHmacSha256Key { impl
80 impl From<[u8; 32]> for NpHmacSha256Key { implementation
109 pub fn v0_identity_token_hmac_key(&self) -> NpHmacSha256Key { in v0_identity_token_hmac_key()
150 pub fn mic_hmac_key(&self) -> NpHmacSha256Key { in mic_hmac_key()
160 fn identity_token_hmac_key(&self) -> NpHmacSha256Key { in identity_token_hmac_key()
172 pub fn mic_hmac_key(&self) -> NpHmacSha256Key { in mic_hmac_key()
182 fn identity_token_hmac_key(&self) -> NpHmacSha256Key { in identity_token_hmac_key()
197 fn identity_token_hmac_key(&self) -> NpHmacSha256Key { in identity_token_hmac_key()
208 fn identity_token_hmac_key(&self) -> NpHmacSha256Key; in identity_token_hmac_key()
[all …]
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/serialize/section/
Dencoder.rs339 ) -> np_hkdf::NpHmacSha256Key; in derive_mic_hmac_key()
363 ) -> np_hkdf::NpHmacSha256Key { in derive_mic_hmac_key()
388 ) -> np_hkdf::NpHmacSha256Key { in derive_mic_hmac_key()
423 ) -> np_hkdf::NpHmacSha256Key { in derive_mic_hmac_key()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/credential/
Dv1.rs328 fn mic_hmac_key(&self) -> np_hkdf::NpHmacSha256Key { in mic_hmac_key()
342 fn mic_hmac_key(&self) -> np_hkdf::NpHmacSha256Key { in mic_hmac_key()
349 fn mic_hmac_key(&self) -> np_hkdf::NpHmacSha256Key; in mic_hmac_key()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_np_adv/src/
Dlib.rs134 identity_token_hmac_key: NpHmacSha256Key,
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/encrypted_section/tests/
Dsignature_decrypt_tests.rs391 metadata_key_hmac_key: Option<np_hkdf::NpHmacSha256Key>, in do_bad_deserialize_params()