Searched defs:NOISE_PUBLIC_KEY_LEN (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/sys/dev/wg/ |
H A D | wg_noise.c | 243 noise_local_private(struct noise_local *l, const uint8_t private[NOISE_PUBLIC_KEY_LEN]) in noise_local_private() 266 noise_local_keys(struct noise_local *l, uint8_t public[NOISE_PUBLIC_KEY_LEN], in noise_local_keys() 267 uint8_t private[NOISE_PUBLIC_KEY_LEN]) in noise_local_keys() 295 const uint8_t public[NOISE_PUBLIC_KEY_LEN]) in noise_remote_alloc() 360 noise_remote_lookup(struct noise_local *l, const uint8_t public[NOISE_PUBLIC_KEY_LEN]) in noise_remote_lookup() 524 noise_remote_keys(struct noise_remote *r, uint8_t public[NOISE_PUBLIC_KEY_LEN], in noise_remote_keys() 946 uint8_t ue[NOISE_PUBLIC_KEY_LEN], in noise_create_initiation() 1001 uint8_t ue[NOISE_PUBLIC_KEY_LEN], in noise_consume_initiation() 1080 uint8_t ue[NOISE_PUBLIC_KEY_LEN], in noise_create_response() 1131 uint8_t ue[NOISE_PUBLIC_KEY_LEN], in noise_consume_response() [all …]
|
H A D | wg_noise.h | 12 #define NOISE_PUBLIC_KEY_LEN CURVE25519_KEY_SIZE macro
|