Home
last modified time | relevance | path

Searched defs:NOISE_PUBLIC_KEY_LEN (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireguard/
H A Dpeerlookup.c11 const u8 pubkey[NOISE_PUBLIC_KEY_LEN]) in pubkey_bucket()
55 const u8 pubkey[NOISE_PUBLIC_KEY_LEN]) in wg_pubkey_hashtable_lookup()
H A Dpeer.c22 const u8 public_key[NOISE_PUBLIC_KEY_LEN], in wg_peer_create()
H A Dmessages.h18 NOISE_PUBLIC_KEY_LEN = CURVE25519_KEY_SIZE, enumerator