Symbol: noise_local
sys/dev/wg/if_wg.c
231
struct noise_local *sc_local;
sys/dev/wg/if_wg.c
3056
wg_clone_deferred_free(struct noise_local *l)
sys/dev/wg/wg_noise.c
1084
struct noise_local *l = r->r_local;
sys/dev/wg/wg_noise.c
112
struct noise_local *r_local;
sys/dev/wg/wg_noise.c
1129
noise_consume_response(struct noise_local *l, struct noise_remote **rp,
sys/dev/wg/wg_noise.c
131
void (*l_cleanup)(struct noise_local *);
sys/dev/wg/wg_noise.c
141
static void noise_precompute_ss(struct noise_local *, struct noise_remote *);
sys/dev/wg/wg_noise.c
143
static void noise_remote_index_insert(struct noise_local *, struct noise_remote *);
sys/dev/wg/wg_noise.c
145
noise_remote_index_lookup(struct noise_local *, uint32_t, bool);
sys/dev/wg/wg_noise.c
146
static int noise_remote_index_remove(struct noise_local *, struct noise_remote *);
sys/dev/wg/wg_noise.c
149
static void noise_add_new_keypair(struct noise_local *, struct noise_remote *, struct noise_keypair *);
sys/dev/wg/wg_noise.c
179
struct noise_local *
sys/dev/wg/wg_noise.c
182
struct noise_local *l;
sys/dev/wg/wg_noise.c
209
struct noise_local *
sys/dev/wg/wg_noise.c
210
noise_local_ref(struct noise_local *l)
sys/dev/wg/wg_noise.c
217
noise_local_put(struct noise_local *l)
sys/dev/wg/wg_noise.c
230
noise_local_free(struct noise_local *l, void (*cleanup)(struct noise_local *))
sys/dev/wg/wg_noise.c
237
noise_local_arg(struct noise_local *l)
sys/dev/wg/wg_noise.c
243
noise_local_private(struct noise_local *l, const uint8_t private[NOISE_PUBLIC_KEY_LEN])
sys/dev/wg/wg_noise.c
266
noise_local_keys(struct noise_local *l, uint8_t public[NOISE_PUBLIC_KEY_LEN],
sys/dev/wg/wg_noise.c
282
noise_precompute_ss(struct noise_local *l, struct noise_remote *r)
sys/dev/wg/wg_noise.c
294
noise_remote_alloc(struct noise_local *l, void *arg,
sys/dev/wg/wg_noise.c
323
struct noise_local *l = r->r_local;
sys/dev/wg/wg_noise.c
348
struct noise_local *l = r->r_local;
sys/dev/wg/wg_noise.c
360
noise_remote_lookup(struct noise_local *l, const uint8_t public[NOISE_PUBLIC_KEY_LEN])
sys/dev/wg/wg_noise.c
381
noise_remote_index_insert(struct noise_local *l, struct noise_remote *r)
sys/dev/wg/wg_noise.c
412
noise_remote_index_lookup(struct noise_local *l, uint32_t idx0, bool lookup_keypair)
sys/dev/wg/wg_noise.c
441
noise_remote_index(struct noise_local *l, uint32_t idx)
sys/dev/wg/wg_noise.c
447
noise_remote_index_remove(struct noise_local *l, struct noise_remote *r)
sys/dev/wg/wg_noise.c
499
struct noise_local *
sys/dev/wg/wg_noise.c
602
noise_add_new_keypair(struct noise_local *l, struct noise_remote *r,
sys/dev/wg/wg_noise.c
681
noise_keypair_lookup(struct noise_local *l, uint32_t idx0)
sys/dev/wg/wg_noise.c
772
struct noise_local *l;
sys/dev/wg/wg_noise.c
951
struct noise_local *l = r->r_local;
sys/dev/wg/wg_noise.c
999
noise_consume_initiation(struct noise_local *l, struct noise_remote **rp,
sys/dev/wg/wg_noise.h
105
struct noise_local *,
sys/dev/wg/wg_noise.h
120
struct noise_local *,
sys/dev/wg/wg_noise.h
22
struct noise_local;
sys/dev/wg/wg_noise.h
27
struct noise_local *
sys/dev/wg/wg_noise.h
29
struct noise_local *
sys/dev/wg/wg_noise.h
30
noise_local_ref(struct noise_local *);
sys/dev/wg/wg_noise.h
31
void noise_local_put(struct noise_local *);
sys/dev/wg/wg_noise.h
32
void noise_local_free(struct noise_local *, void (*)(struct noise_local *));
sys/dev/wg/wg_noise.h
33
void * noise_local_arg(struct noise_local *);
sys/dev/wg/wg_noise.h
35
void noise_local_private(struct noise_local *,
sys/dev/wg/wg_noise.h
37
int noise_local_keys(struct noise_local *,
sys/dev/wg/wg_noise.h
43
noise_remote_alloc(struct noise_local *, void *,
sys/dev/wg/wg_noise.h
48
noise_remote_lookup(struct noise_local *, const uint8_t[NOISE_PUBLIC_KEY_LEN]);
sys/dev/wg/wg_noise.h
50
noise_remote_index(struct noise_local *, uint32_t);
sys/dev/wg/wg_noise.h
55
struct noise_local *
sys/dev/wg/wg_noise.h
70
noise_keypair_lookup(struct noise_local *, uint32_t);