Home
last modified time | relevance | path

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

/freebsd/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, in noise_consume_initiation()
1038 if (noise_msg_decrypt(timestamp, ets, in noise_consume_initiation()
1171 if (noise_msg_decrypt(NULL, en, in noise_consume_response()
1354 noise_msg_decrypt(uint8_t *dst, const uint8_t *src, size_t src_len, in noise_msg_decrypt() function