Symbol: noise_local
sys/net/wg/if_wg.c
282
struct noise_local *sc_local;
sys/net/wg/wg_noise.c
1040
struct noise_local *l = r->r_local;
sys/net/wg/wg_noise.c
1089
noise_consume_initiation(struct noise_local *l, uint32_t s_idx,
sys/net/wg/wg_noise.c
1177
struct noise_local *l = r->r_local;
sys/net/wg/wg_noise.c
1224
noise_consume_response(struct noise_local *l, uint32_t s_idx, uint32_t r_idx,
sys/net/wg/wg_noise.c
1295
struct noise_local *l = r->r_local;
sys/net/wg/wg_noise.c
135
struct noise_local *r_local;
sys/net/wg/wg_noise.c
167
LIST_ENTRY(noise_local) _l_entry;
sys/net/wg/wg_noise.c
176
static LIST_HEAD(, noise_local) noise_locals;
sys/net/wg/wg_noise.c
182
static void noise_precompute_ss(struct noise_local *,
sys/net/wg/wg_noise.c
185
static struct noise_local *
sys/net/wg/wg_noise.c
186
noise_local_ref(struct noise_local *);
sys/net/wg/wg_noise.c
187
static void noise_local_put(struct noise_local *);
sys/net/wg/wg_noise.c
189
static uint32_t noise_remote_index_insert(struct noise_local *,
sys/net/wg/wg_noise.c
192
noise_remote_index_lookup(struct noise_local *,
sys/net/wg/wg_noise.c
194
static bool noise_remote_index_remove(struct noise_local *,
sys/net/wg/wg_noise.c
294
struct noise_local *
sys/net/wg/wg_noise.c
297
struct noise_local *l;
sys/net/wg/wg_noise.c
323
static struct noise_local *
sys/net/wg/wg_noise.c
324
noise_local_ref(struct noise_local *l)
sys/net/wg/wg_noise.c
331
noise_local_put(struct noise_local *l)
sys/net/wg/wg_noise.c
349
noise_local_free(struct noise_local *l)
sys/net/wg/wg_noise.c
355
noise_local_set_private(struct noise_local *l,
sys/net/wg/wg_noise.c
385
noise_local_keys(struct noise_local *l, uint8_t public[NOISE_PUBLIC_KEY_LEN],
sys/net/wg/wg_noise.c
404
noise_precompute_ss(struct noise_local *l, struct noise_remote *r)
sys/net/wg/wg_noise.c
419
noise_remote_alloc(struct noise_local *l,
sys/net/wg/wg_noise.c
453
struct noise_local *l = r->r_local;
sys/net/wg/wg_noise.c
479
struct noise_local *l = r->r_local;
sys/net/wg/wg_noise.c
492
noise_remote_lookup(struct noise_local *l,
sys/net/wg/wg_noise.c
515
noise_remote_index_insert(struct noise_local *l, struct noise_remote *r)
sys/net/wg/wg_noise.c
537
noise_remote_index_lookup(struct noise_local *l, uint32_t idx0,
sys/net/wg/wg_noise.c
567
noise_remote_index(struct noise_local *l, uint32_t idx)
sys/net/wg/wg_noise.c
573
noise_remote_index_remove(struct noise_local *l, struct noise_remote *r)
sys/net/wg/wg_noise.c
731
noise_keypair_lookup(struct noise_local *l, uint32_t idx0)
sys/net/wg/wg_noise.c
839
struct noise_local *l;
sys/net/wg/wg_noise.h
113
struct noise_local *,
sys/net/wg/wg_noise.h
126
struct noise_local *,
sys/net/wg/wg_noise.h
41
struct noise_local;
sys/net/wg/wg_noise.h
49
struct noise_local *
sys/net/wg/wg_noise.h
51
void noise_local_free(struct noise_local *);
sys/net/wg/wg_noise.h
53
bool noise_local_set_private(struct noise_local *,
sys/net/wg/wg_noise.h
55
bool noise_local_keys(struct noise_local *,
sys/net/wg/wg_noise.h
61
noise_remote_alloc(struct noise_local *,
sys/net/wg/wg_noise.h
66
noise_remote_lookup(struct noise_local *,
sys/net/wg/wg_noise.h
69
noise_remote_index(struct noise_local *, uint32_t);
sys/net/wg/wg_noise.h
87
noise_keypair_lookup(struct noise_local *, uint32_t);