Searched defs:mic_hmac_key (Results 1 – 3 of 3) sorted by relevance
124 let mic_hmac_key = *hkdf.v1_mic_short_salt_keys().mic_hmac_key().as_bytes(); in mic_short_salt_verification_material() localVariable132 let mic_hmac_key = *hkdf.v1_mic_extended_salt_keys().mic_hmac_key().as_bytes(); in mic_extended_salt_verification_material() localVariable324 pub(crate) mic_hmac_key: [u8; 32], field328 fn mic_hmac_key(&self) -> np_hkdf::NpHmacSha256Key { in mic_hmac_key() method338 pub(crate) mic_hmac_key: [u8; 32], field342 fn mic_hmac_key(&self) -> np_hkdf::NpHmacSha256Key { in mic_hmac_key() method349 fn mic_hmac_key(&self) -> np_hkdf::NpHmacSha256Key; in mic_hmac_key() method
150 pub fn mic_hmac_key(&self) -> NpHmacSha256Key { in mic_hmac_key() method172 pub fn mic_hmac_key(&self) -> NpHmacSha256Key { in mic_hmac_key() method
199 mic_hmac_key: np_hkdf::NpHmacSha256Key, field212 let mic_hmac_key = salt.derive_mic_hmac_key(&key_seed_hkdf); in new() localVariable