Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireguard/
Dnoise.c473 static bool message_decrypt(u8 *dst_plaintext, const u8 *src_ciphertext, in message_decrypt() function
612 if (!message_decrypt(s, src->encrypted_static, in wg_noise_handshake_consume_initiation()
628 if (!message_decrypt(t, src->encrypted_timestamp, in wg_noise_handshake_consume_initiation()
781 if (!message_decrypt(NULL, src->encrypted_nothing, in wg_noise_handshake_consume_response()