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

  /src/sys/dev/pci/qat/
qat_hw15.c 543 uint8_t *cipher_key = (uint8_t *)(cipher_config + 1); local in function:qat_crypto_setup_cipher_desc
560 memcpy(cipher_key, crie->cri_key, crie->cri_klen / 8);
  /src/sys/net/
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 in function:wg_fill_msg_init
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 in function:wg_handle_msg_init
2012 uint8_t cipher_key[WG_KDF_OUTPUT_LEN]; local in function:wg_fill_msg_resp
2203 uint8_t cipher_key[WG_KDF_OUTPUT_LEN]; local in function:wg_handle_msg_resp
    [all...]

Completed in 85 milliseconds