Searched refs:noise_msg_decrypt (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/wg/
H A Dwg_noise.c168 static int noise_msg_decrypt(uint8_t *, const uint8_t *, size_t,
1025 if (noise_msg_decrypt(r_public, es,
1038 if (noise_msg_decrypt(timestamp, ets,
1171 if (noise_msg_decrypt(NULL, en,
1354 noise_msg_decrypt(uint8_t *dst, const uint8_t *src, size_t src_len, function

Completed in 137 milliseconds