Searched refs:encrypted_nothing (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | messages.h | 94 u8 encrypted_nothing[noise_encrypted_len(0)]; member
|
H A D | noise.c | 711 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()
|
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A D | messages.h | 94 u8 encrypted_nothing[noise_encrypted_len(0)]; member
|
H A D | noise.c | 711 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()
|
Completed in 3 milliseconds