Searched defs:noise_keypair (Results 1 – 1 of 1) sorted by relevance
63 struct noise_keypair { struct64 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 …]