sys/net/if_wg.c
244
struct noise_local sc_local;
sys/net/wg_noise.c
100
noise_local_unlock_identity(struct noise_local *l)
sys/net/wg_noise.c
106
noise_local_set_private(struct noise_local *l,
sys/net/wg_noise.c
1098
noise_handshake_init(struct noise_local *al, struct noise_remote *ar,
sys/net/wg_noise.c
1099
struct noise_local *bl, struct noise_remote *br)
sys/net/wg_noise.c
119
noise_local_keys(struct noise_local *l, uint8_t public[NOISE_PUBLIC_KEY_LEN],
sys/net/wg_noise.c
138
struct noise_local *l)
sys/net/wg_noise.c
194
struct noise_local *l = r->r_local;
sys/net/wg_noise.c
215
struct noise_local *l = r->r_local;
sys/net/wg_noise.c
261
noise_consume_initiation(struct noise_local *l, struct noise_remote **rp,
sys/net/wg_noise.c
388
struct noise_local *l = r->r_local;
sys/net/wg_noise.c
86
noise_local_init(struct noise_local *l, struct noise_upcall *upcall)
sys/net/wg_noise.c
94
noise_local_lock_identity(struct noise_local *l)
sys/net/wg_noise.c
989
static struct noise_local al, bl;
sys/net/wg_noise.h
128
void noise_local_init(struct noise_local *, struct noise_upcall *);
sys/net/wg_noise.h
129
void noise_local_lock_identity(struct noise_local *);
sys/net/wg_noise.h
130
void noise_local_unlock_identity(struct noise_local *);
sys/net/wg_noise.h
131
int noise_local_set_private(struct noise_local *, uint8_t[NOISE_PUBLIC_KEY_LEN]);
sys/net/wg_noise.h
132
int noise_local_keys(struct noise_local *, uint8_t[NOISE_PUBLIC_KEY_LEN],
sys/net/wg_noise.h
136
struct noise_local *);
sys/net/wg_noise.h
153
struct noise_local *,
sys/net/wg_noise.h
95
struct noise_local *r_local;