Searched refs:client_mac_key (Results 1 – 3 of 3) sorted by relevance
78 &keys.client_mac_key, in init()87 &keys.client_mac_key, in init()
30 pub(crate) client_mac_key: Vec<u8>, field43 out += format!("- client_mackey: {:?}\n", self.client_mac_key).as_str(); in fmt()221 let client_mac_key = key_material[..prf_mac_len].to_vec(); in prf_encryption_keys() localVariable240 client_mac_key, in prf_encryption_keys()
95 client_mac_key: vec![], in test_encryption_keys()