Home
last modified time | relevance | path

Searched defs:noise_handshake (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h86190 struct noise_handshake { struct
86192 enum noise_handshake_state state; argument
86193 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 …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h95926 struct noise_handshake { struct
95928 enum noise_handshake_state state; argument
95929 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 …]