Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dwg_noise.c63 struct noise_keypair { struct
64 struct noise_index kp_index;
65 u_int kp_refcnt;
66 bool kp_can_send;
67 bool kp_is_initiator;
68 sbintime_t kp_birthdate; /* sbinuptime */
69 struct noise_remote *kp_remote;
71 uint8_t kp_send[NOISE_SYMMETRIC_KEY_LEN];
72 uint8_t kp_recv[NOISE_SYMMETRIC_KEY_LEN];
75 struct rwlock kp_nonce_lock;
[all …]