| if_wg.c | 1181 uint8_t cipher_key[WG_CIPHER_KEY_LEN], 1188 wg_algo_kdf(ckey, cipher_key, NULL, ckey, dhout, sizeof(dhout)); 1192 if (cipher_key != NULL) 1193 WG_DUMP_HASH("cipher_key", cipher_key); 1440 uint8_t cipher_key[WG_CIPHER_KEY_LEN]; local 1477 wg_algo_dh_kdf(ckey, cipher_key, privkey, wgp->wgp_pubkey); 1482 cipher_key, 0, wg->wg_pubkey, sizeof(wg->wg_pubkey), 1491 wg_algo_dh_kdf(ckey, cipher_key, wg->wg_privkey, wgp->wgp_pubkey); 1497 cipher_key, 0, timestamp, sizeof(timestamp), hash, sizeof(hash)) 1598 uint8_t cipher_key[WG_CIPHER_KEY_LEN]; local 2012 uint8_t cipher_key[WG_KDF_OUTPUT_LEN]; local 2203 uint8_t cipher_key[WG_KDF_OUTPUT_LEN]; local [all...] |