Searched refs:cipher_key (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/net/ |
H A D | 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); in wg_get_stable_session() 1440 uint8_t cipher_key[WG_CIPHER_KEY_LEN]; in wg_handle_msg_init() 1477 wg_algo_dh_kdf(ckey, cipher_key, privkey, wgp->wgp_pubkey); in wg_handle_msg_init() 1482 cipher_key, 0, wg->wg_pubkey, sizeof(wg->wg_pubkey), in wg_handle_msg_init() 1491 wg_algo_dh_kdf(ckey, cipher_key, wg->wg_privkey, wgp->wgp_pubkey); in wg_handle_msg_init() 1497 cipher_key, in wg_handle_msg_init() 1327 uint8_t cipher_key[WG_CIPHER_KEY_LEN]; wg_fill_msg_init() local 1420 uint8_t cipher_key[WG_CIPHER_KEY_LEN]; wg_handle_msg_init() local 1747 uint8_t cipher_key[WG_KDF_OUTPUT_LEN]; wg_fill_msg_resp() local 1858 uint8_t cipher_key[WG_KDF_OUTPUT_LEN]; wg_handle_msg_resp() local [all...] |
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
H A D | ktls.c | 100 crypto_info->cipher_key = key; in ktls_configure_crypto()
|
/netbsd-src/sys/dev/pci/qat/ |
H A D | qat_hw15.c | 543 uint8_t *cipher_key = (uint8_t *)(cipher_config + 1); in qat_crypto_setup_cipher_desc() local 560 memcpy(cipher_key, crie->cri_key, crie->cri_klen / 8); in qat_crypto_setup_cipher_desc()
|