noise_keypair
struct noise_keypair *p_keypair;
struct noise_keypair *keypair = NULL;
struct noise_keypair kp;
noise_keypair_decrypt(struct noise_keypair *kp, uint64_t counter,
LIST_ENTRY(noise_keypair) _kp_entry;
struct noise_keypair *kp, *next, *current, *previous;
struct noise_keypair *r_keypair_next;
struct noise_keypair *r_keypair_current;
struct noise_keypair *r_keypair_previous;
static LIST_HEAD(, noise_keypair) noise_keypairs;
static void noise_keypair_drop(struct noise_keypair *);
struct noise_keypair *kp;
kp = (struct noise_keypair *) i;
struct noise_keypair *kp;
struct noise_keypair *kp;
struct noise_keypair *
struct noise_keypair *kp, *ret = NULL;
kp = (struct noise_keypair *) i;
struct noise_keypair *
struct noise_keypair *kp, *ret = NULL;
noise_keypair_received_with(struct noise_keypair *kp)
struct noise_keypair *old;
struct noise_keypair *
noise_keypair_ref(struct noise_keypair *kp)
noise_keypair_put(struct noise_keypair *kp)
noise_keypair_drop(struct noise_keypair *kp)
noise_keypair_remote(struct noise_keypair *kp)
noise_keypair_counter_next(struct noise_keypair *kp, uint64_t *send)
noise_keypair_counter_check(struct noise_keypair *kp, uint64_t recv)
struct noise_keypair *kp;
noise_keypair_encrypt(struct noise_keypair *kp, uint32_t *r_idx,
int noise_keypair_decrypt(struct noise_keypair *, uint64_t counter,
struct noise_keypair;
struct noise_keypair *
struct noise_keypair *
struct noise_keypair *
noise_keypair_ref(struct noise_keypair *);
void noise_keypair_put(struct noise_keypair *);
noise_keypair_remote(struct noise_keypair *);
bool noise_keypair_received_with(struct noise_keypair *);
bool noise_keypair_counter_next(struct noise_keypair *, uint64_t *);
int noise_keypair_counter_check(struct noise_keypair *, uint64_t);
int noise_keypair_encrypt(struct noise_keypair *, uint32_t *r_idx,