Home
last modified time | relevance | path

Searched refs:hash_id (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/nvme/host/
H A Dauth.c36 u8 hash_id; member
187 if (chap->hash_id == data->hashid && chap->hash_len == data->hl) { in nvme_auth_process_dhchap_challenge()
202 chap->hash_id = data->hashid; in nvme_auth_process_dhchap_challenge()
357 nvme_auth_hmac_name(chap->hash_id), in nvme_auth_process_dhchap_success1()
437 ret = nvme_auth_hmac_init(&hmac, chap->hash_id, in nvme_auth_dhchap_setup_host_response()
449 ret = nvme_auth_augmented_challenge(chap->hash_id, in nvme_auth_dhchap_setup_host_response()
499 ret = nvme_auth_hmac_init(&hmac, chap->hash_id, transformed_key->key, in nvme_auth_dhchap_setup_ctrl_response()
513 ret = nvme_auth_augmented_challenge(chap->hash_id, in nvme_auth_dhchap_setup_ctrl_response()
602 chap->hash_id); in nvme_auth_dhchap_exponential()
679 ret = nvme_auth_generate_psk(chap->hash_id, chap->sess_key, in nvme_auth_secure_concat()
[all …]
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dflowring.c157 ring->hash_id = hash_idx; in brcmf_flowring_create()
174 return flow->hash[ring->hash_id].fifo; in brcmf_flowring_tid()
244 hash_idx = ring->hash_id; in brcmf_flowring_delete()
352 hash_idx = ring->hash_id; in brcmf_flowring_ifidx_get()
H A Dflowring.h27 u16 hash_id; member
H A Dmsgbuf.c1505 hash = &msgbuf->flow->hash[ring->hash_id]; in brcmf_msgbuf_stats_read()
/linux/drivers/nvme/common/
H A Dauth.c434 u8 *sess_key, size_t sess_key_len, u8 hash_id) in nvme_auth_gen_session_key() argument
443 hash_len = nvme_auth_hmac_hash_len(hash_id); in nvme_auth_gen_session_key()
445 pr_warn("%s: invalid hash algorithm %d\n", __func__, hash_id); in nvme_auth_gen_session_key()
480 ret = nvme_auth_hash(hash_id, dh_secret, dh_secret_len, sess_key); in nvme_auth_gen_session_key()
/linux/include/linux/
H A Dnvme-auth.h54 u8 *sess_key, size_t sess_key_len, u8 hash_id);
/linux/net/sched/
H A Dsch_hhf.c114 u32 hash_id; /* hash of flow-id (e.g. TCP 5-tuple) */ member
203 } else if (flow->hash_id == hash) { in seek_list()
311 flow->hash_id = hash; in hhf_classify()
/linux/drivers/nvme/target/
H A Dfabrics-cmd-auth.c37 int i, hash_id = 0, fallback_hash_id = 0, dhgid, fallback_dhgid; in nvmet_auth_negotiate() local
81 hash_id = ctrl->shash_id; in nvmet_auth_negotiate()
84 if (hash_id == 0) { in nvmet_auth_negotiate()
/linux/fs/smb/server/
H A Dsmb2pdu.c785 __le16 hash_id) in build_preauth_ctxt() argument
793 pneg_ctxt->HashAlgorithms = hash_id; in build_preauth_ctxt()