Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/wg/
H A Dwg_noise.c226 static bool noise_msg_decrypt(uint8_t *, const uint8_t *, size_t,
1115 if (!noise_msg_decrypt(r_public, es, in noise_consume_initiation()
1129 if (!noise_msg_decrypt(timestamp, ets, in noise_consume_initiation()
1265 if (!noise_msg_decrypt(NULL, en, 0 + NOISE_AUTHTAG_LEN, key, in noise_consume_response()
1565 noise_msg_decrypt(uint8_t *dst, const uint8_t *src, size_t src_len, in noise_msg_decrypt() function