Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireguard/
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()
Dnoise.h54 bool has_identity; member
Dnetlink.c240 if (wg->static_identity.has_identity) { in wg_get_device_dump()
397 if (wg->static_identity.has_identity && in set_peer()
Dcookie.c47 if (likely(checker->device->static_identity.has_identity)) { in wg_cookie_checker_precompute_device_keys()