Home
last modified time | relevance | path

Searched refs:noise_local (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/net/
H A Dwg_noise.h95 struct noise_local *r_local;
111 struct noise_local { struct
128 void noise_local_init(struct noise_local *, struct noise_upcall *); argument
129 void noise_local_lock_identity(struct noise_local *);
130 void noise_local_unlock_identity(struct noise_local *);
131 int noise_local_set_private(struct noise_local *, uint8_t[NOISE_PUBLIC_KEY_LEN]);
132 int noise_local_keys(struct noise_local *, uint8_t[NOISE_PUBLIC_KEY_LEN],
136 struct noise_local *);
153 struct noise_local *,
H A Dwg_noise.c86 noise_local_init(struct noise_local *l, struct noise_upcall *upcall) in noise_local_init()
94 noise_local_lock_identity(struct noise_local *l) in noise_local_lock_identity()
100 noise_local_unlock_identity(struct noise_local *l) in noise_local_unlock_identity()
106 noise_local_set_private(struct noise_local *l, in noise_local_set_private()
138 struct noise_local *l) in noise_remote_init()
194 struct noise_local *l = r->r_local; in noise_remote_precompute()
215 struct noise_local *l = r->r_local; in noise_create_initiation()
388 struct noise_local *l = r->r_local; in noise_consume_response()
991 static struct noise_local al, bl;
1100 noise_handshake_init(struct noise_local *al, struct noise_remote *ar, in noise_handshake_init()
[all …]
H A Dif_wg.c243 struct noise_local sc_local;