Searched defs:noise_handshake (Results 1 – 2 of 2) sorted by relevance
86190 struct noise_handshake { struct86192 enum noise_handshake_state state; argument86193 u64 last_initiation_consumption;86194 struct noise_static_identity *static_identity;86195 u8 ephemeral_private[32];86196 u8 remote_static[32];86197 u8 remote_ephemeral[32];86198 u8 precomputed_static_static[32];86199 u8 preshared_key[32];86200 u8 hash[32];[all …]
95926 struct noise_handshake { struct95928 enum noise_handshake_state state; argument95929 u64 last_initiation_consumption;95930 struct noise_static_identity *static_identity;95931 u8 ephemeral_private[32];95932 u8 remote_static[32];95933 u8 remote_ephemeral[32];95934 u8 precomputed_static_static[32];95935 u8 preshared_key[32];95936 u8 hash[32];[all …]