Home
last modified time | relevance | path

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

/linux/drivers/net/wireguard/
H A Dnoise.c50 if (!peer->handshake.static_identity->has_identity || in wg_noise_precompute_static_static()
301 static_identity->has_identity = curve25519_generate_public( in wg_noise_set_static_identity_private_key()
532 if (unlikely(!handshake->static_identity->has_identity)) in wg_noise_handshake_create_initiation()
599 if (unlikely(!wg->static_identity.has_identity)) in wg_noise_handshake_consume_initiation()
744 if (unlikely(!wg->static_identity.has_identity)) in wg_noise_handshake_consume_response()
H A Dnoise.h54 bool has_identity; member
H A Dcookie.c47 if (likely(checker->device->static_identity.has_identity)) { in wg_cookie_checker_precompute_device_keys()