Searched refs:encrypted_static (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | messages.h | 84 u8 encrypted_static[noise_encrypted_len(NOISE_PUBLIC_KEY_LEN)]; member
|
H A D | noise.c | 555 message_encrypt(dst->encrypted_static, in wg_noise_handshake_create_initiation() 612 if (!message_decrypt(s, src->encrypted_static, in wg_noise_handshake_consume_initiation() 613 sizeof(src->encrypted_static), key, hash)) in wg_noise_handshake_consume_initiation()
|
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A D | messages.h | 84 u8 encrypted_static[noise_encrypted_len(NOISE_PUBLIC_KEY_LEN)]; member
|
H A D | noise.c | 555 message_encrypt(dst->encrypted_static, in wg_noise_handshake_create_initiation() 612 if (!message_decrypt(s, src->encrypted_static, in wg_noise_handshake_consume_initiation() 613 sizeof(src->encrypted_static), key, hash)) in wg_noise_handshake_consume_initiation()
|
Completed in 5 milliseconds