Home
last modified time | relevance | path

Searched refs:nlp_auth_hashid (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c720 switch (node_dhc->nlp_auth_hashid) { in emlxs_dhc_status()
1176 if (node_dhc->nlp_auth_hashid == AUTH_MD5) in emlxs_issue_dhchap_success()
1225 ndlp->nlp_DID, node_dhc->nlp_auth_hashid, in emlxs_issue_dhchap_success()
2349 node_dhc->nlp_auth_hashid = hash_id; in emlxs_issue_dhchap_challenge()
2927 node_dhc->nlp_auth_hashid = ncval->hash_id; in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
5046 hash_id = node_dhc->nlp_auth_hashid; in emlxs_hash_vrf()
5253 hash_id = node_dhc->nlp_auth_hashid; in emlxs_hash_rsp()
5452 hash_id = node_dhc->nlp_auth_hashid; in emlxs_interm_hash()
6241 hash_id = node_dhc->nlp_auth_hashid; in emlxs_hash_verification()
6519 hash_id = node_dhc->nlp_auth_hashid; in emlxs_hash_get_R2()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.h350 uint32_t nlp_auth_hashid; member