Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/wg/
H A Dwg_noise.c122 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
230 noise_local_free(struct noise_local *l, void (*cleanup)(struct noise_local *)) in noise_local_free()