Lines Matching defs:noise_keypair
63 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;
76 uint64_t kp_nonce_send;
77 uint64_t kp_nonce_recv;
78 unsigned long kp_backtrack[COUNTER_BITS_TOTAL / COUNTER_BITS];
80 struct epoch_context kp_smr;