HomeSort by: relevance | last modified time | path
    Searched defs:wg_pubkey (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/
if_wg.c 691 uint8_t wg_pubkey[WG_STATIC_KEY_LEN]; member in struct:wg_softc
1553 cipher_key, 0, wg->wg_pubkey, sizeof(wg->wg_pubkey),
1653 wg->wg_pubkey, sizeof(wg->wg_pubkey));
1680 wg->wg_pubkey, sizeof(wg->wg_pubkey),
1738 wg_algo_hash(hash, wg->wg_pubkey, sizeof(wg->wg_pubkey));
2299 wg->wg_pubkey, sizeof(wg->wg_pubkey)
    [all...]

Completed in 30 milliseconds