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

  /src/sys/net/
if_wg.c 698 uint8_t wg_pubkey[WG_STATIC_KEY_LEN]; member in struct:wg_softc
1482 cipher_key, 0, wg->wg_pubkey, sizeof(wg->wg_pubkey),
1582 wg->wg_pubkey, sizeof(wg->wg_pubkey));
1609 wg->wg_pubkey, sizeof(wg->wg_pubkey),
1636 wg_algo_hash(hash, wg->wg_pubkey, sizeof(wg->wg_pubkey));
2211 wg->wg_pubkey, sizeof(wg->wg_pubkey)
    [all...]
if_wg.c 698 uint8_t wg_pubkey[WG_STATIC_KEY_LEN]; member in struct:wg_softc
1482 cipher_key, 0, wg->wg_pubkey, sizeof(wg->wg_pubkey),
1582 wg->wg_pubkey, sizeof(wg->wg_pubkey));
1609 wg->wg_pubkey, sizeof(wg->wg_pubkey),
1636 wg_algo_hash(hash, wg->wg_pubkey, sizeof(wg->wg_pubkey));
2211 wg->wg_pubkey, sizeof(wg->wg_pubkey)
    [all...]
if_wg.c 698 uint8_t wg_pubkey[WG_STATIC_KEY_LEN]; member in struct:wg_softc
1482 cipher_key, 0, wg->wg_pubkey, sizeof(wg->wg_pubkey),
1582 wg->wg_pubkey, sizeof(wg->wg_pubkey));
1609 wg->wg_pubkey, sizeof(wg->wg_pubkey),
1636 wg_algo_hash(hash, wg->wg_pubkey, sizeof(wg->wg_pubkey));
2211 wg->wg_pubkey, sizeof(wg->wg_pubkey)
    [all...]

Completed in 73 milliseconds