Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dwg_noise.h22 struct noise_local;
27 struct noise_local *
29 struct noise_local *
30 noise_local_ref(struct noise_local *);
31 void noise_local_put(struct noise_local *);
32 void noise_local_free(struct noise_local *, void (*)(struct noise_local *));
33 void * noise_local_arg(struct noise_local *);
35 void noise_local_private(struct noise_local *,
37 int noise_local_keys(struct noise_local *,
43 noise_remote_alloc(struct noise_local *, void *,
[all …]
H A Dwg_noise.c112 struct noise_local *r_local;
122 struct noise_local { struct
131 void (*l_cleanup)(struct noise_local *); argument
141 static void noise_precompute_ss(struct noise_local *, struct noise_remote *); argument
143 static void noise_remote_index_insert(struct noise_local *, struct noise_remote *);
145 noise_remote_index_lookup(struct noise_local *, uint32_t, bool);
146 static int noise_remote_index_remove(struct noise_local *, struct noise_remote *);
149 static void noise_add_new_keypair(struct noise_local *, struct noise_remote *, struct noise_keypair…
179 struct noise_local *
182 struct noise_local *l; in noise_local_alloc()
[all …]
H A Dif_wg.c231 struct noise_local *sc_local;
2951 wg_clone_deferred_free(struct noise_local *l) in wg_clone_deferred_free()