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

  /src/sys/net/
if_wg.c 2053 uint8_t kdfout[WG_KDF_OUTPUT_LEN]; local in function:wg_fill_msg_resp
2055 wg_algo_kdf(ckey, kdfout, cipher_key, ckey, wgp->wgp_psk,
2058 wg_algo_hash(hash, kdfout, sizeof(kdfout));
2309 uint8_t kdfout[WG_KDF_OUTPUT_LEN]; local in function:wg_handle_msg_resp
2311 wg_algo_kdf(ckey, kdfout, cipher_key, ckey, wgp->wgp_psk,
2314 wg_algo_hash(hash, kdfout, sizeof(kdfout));

Completed in 28 milliseconds