Searched refs:noise_remote_lookup (Results 1 – 3 of 3) sorted by relevance
48 noise_remote_lookup(struct noise_local *, const uint8_t[NOISE_PUBLIC_KEY_LEN]);
360 noise_remote_lookup(struct noise_local *l, const uint8_t public[NOISE_PUBLIC_KEY_LEN]) in noise_remote_lookup() function1030 if ((r = noise_remote_lookup(l, r_public)) == NULL) in noise_consume_initiation()
2394 if ((remote = noise_remote_lookup(sc->sc_local, pub_key)) != NULL) in wg_peer_add()2550 if ((remote = noise_remote_lookup(sc->sc_local, in wgc_set()