Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireguard/
Dmessages.h94 u8 encrypted_nothing[noise_encrypted_len(0)]; member
Dnoise.c711 message_encrypt(dst->encrypted_nothing, NULL, 0, key, handshake->hash); in wg_noise_handshake_create_response()
781 if (!message_decrypt(NULL, src->encrypted_nothing, in wg_noise_handshake_consume_response()
782 sizeof(src->encrypted_nothing), key, hash)) in wg_noise_handshake_consume_response()