Home
last modified time | relevance | path

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

/dragonfly/sys/net/wg/
H A Dwg_noise.h31 #define NOISE_PUBLIC_KEY_LEN CURVE25519_KEY_SIZE macro
54 const uint8_t[NOISE_PUBLIC_KEY_LEN]);
56 uint8_t[NOISE_PUBLIC_KEY_LEN],
57 uint8_t[NOISE_PUBLIC_KEY_LEN]);
62 const uint8_t[NOISE_PUBLIC_KEY_LEN], void *);
67 const uint8_t[NOISE_PUBLIC_KEY_LEN]);
79 uint8_t[NOISE_PUBLIC_KEY_LEN],
108 uint8_t ue[NOISE_PUBLIC_KEY_LEN],
115 uint8_t ue[NOISE_PUBLIC_KEY_LEN],
122 uint8_t ue[NOISE_PUBLIC_KEY_LEN],
[all …]
H A Dwg_noise.c106 uint8_t hs_e[NOISE_PUBLIC_KEY_LEN];
132 uint8_t r_ss[NOISE_PUBLIC_KEY_LEN];
386 uint8_t private[NOISE_PUBLIC_KEY_LEN]) in noise_local_keys() argument
411 bzero(r->r_ss, NOISE_PUBLIC_KEY_LEN); in noise_precompute_ss()
1035 uint8_t ue[NOISE_PUBLIC_KEY_LEN], in noise_create_initiation() argument
1090 uint8_t ue[NOISE_PUBLIC_KEY_LEN], in noise_consume_initiation() argument
1179 uint8_t e[NOISE_PUBLIC_KEY_LEN]; in noise_create_response()
1481 uint8_t dh[NOISE_PUBLIC_KEY_LEN]; in noise_mix_dh()
1488 NOISE_PUBLIC_KEY_LEN, ck); in noise_mix_dh()
1504 0, NOISE_PUBLIC_KEY_LEN, ck); in noise_mix_ss()
[all …]
H A Dif_wg.c70 CTASSERT(WG_KEY_SIZE >= NOISE_PUBLIC_KEY_LEN);
136 uint8_t ue[NOISE_PUBLIC_KEY_LEN];
137 uint8_t es[NOISE_PUBLIC_KEY_LEN + NOISE_AUTHTAG_LEN];
146 uint8_t ue[NOISE_PUBLIC_KEY_LEN];