Home
last modified time | relevance | path

Searched refs:auth_id (Results 1 – 12 of 12) sorted by relevance

/linux-6.1.9/drivers/nvme/target/
Dfabrics-cmd-auth.c232 ctrl->cntlid, req->sq->qid, data->auth_type, data->auth_id, in nvmet_execute_auth_send()
238 if (data->auth_id == NVME_AUTH_DHCHAP_MESSAGE_NEGOTIATE) { in nvmet_execute_auth_send()
252 } else if (data->auth_id != req->sq->dhchap_step) in nvmet_execute_auth_send()
267 if (data->auth_id != req->sq->dhchap_step) { in nvmet_execute_auth_send()
270 data->auth_id, req->sq->dhchap_step); in nvmet_execute_auth_send()
285 switch (data->auth_id) { in nvmet_execute_auth_send()
373 data->auth_id = NVME_AUTH_DHCHAP_MESSAGE_CHALLENGE; in nvmet_auth_challenge()
404 data->auth_id = NVME_AUTH_DHCHAP_MESSAGE_SUCCESS1; in nvmet_auth_success1()
428 data->auth_id = NVME_AUTH_DHCHAP_MESSAGE_FAILURE1; in nvmet_auth_failure1()
/linux-6.1.9/crypto/asymmetric_keys/
Drestrict.c185 const struct asymmetric_key_id *auth_id; in key_or_keyring_common() local
187 auth_id = sig->auth_ids[0] ?: sig->auth_ids[1]; in key_or_keyring_common()
188 if (match_either_id(signer_ids, auth_id)) in key_or_keyring_common()
/linux-6.1.9/drivers/nvme/host/
Dauth.c87 __func__, qid, data->auth_type, data->auth_id); in nvme_auth_receive_validate()
90 data->auth_id == NVME_AUTH_DHCHAP_MESSAGE_FAILURE1) { in nvme_auth_receive_validate()
94 data->auth_id != expected_msg) { in nvme_auth_receive_validate()
97 qid, data->auth_type, data->auth_id); in nvme_auth_receive_validate()
121 data->auth_id = NVME_AUTH_DHCHAP_MESSAGE_NEGOTIATE; in nvme_auth_set_dhchap_negotiate_data()
312 data->auth_id = NVME_AUTH_DHCHAP_MESSAGE_REPLY; in nvme_auth_set_dhchap_reply_data()
402 data->auth_id = NVME_AUTH_DHCHAP_MESSAGE_SUCCESS2; in nvme_auth_set_dhchap_success2_data()
416 data->auth_id = NVME_AUTH_DHCHAP_MESSAGE_FAILURE2; in nvme_auth_set_dhchap_failure2_data()
/linux-6.1.9/drivers/net/wireless/
Dray_cs.h49 UCHAR auth_id[6]; member
Dray_cs.c839 if (!build_auth_frame(local, local->auth_id, OPEN_AUTH_REQUEST)) { in ray_dev_start_xmit()
2437 memcpy(local->auth_id, msg->mac.addr_2, in rx_authenticate()
/linux-6.1.9/include/linux/
Dnvme.h1628 __u8 auth_id; member
1638 __u8 auth_id; member
1654 __u8 auth_id; member
1675 __u8 auth_id; member
1688 __u8 auth_id; member
1696 __u8 auth_id; member
/linux-6.1.9/net/wireless/
Dmesh.c93 .auth_id = 0, /* open */
Dnl80211.c8275 setup->auth_id = in nl80211_parse_mesh_setup()
/linux-6.1.9/include/target/iscsi/
Discsi_target_core.h530 u32 auth_id; member
890 u32 auth_id; member
/linux-6.1.9/drivers/target/iscsi/
Discsi_target_login.c223 conn->auth_id = iscsit_global->auth_id++; in iscsi_login_set_conn_values()
/linux-6.1.9/include/net/
Dcfg80211.h2285 u8 auth_id; member
/linux-6.1.9/net/mac80211/
Dcfg.c2366 ifmsh->mesh_auth_id = setup->auth_id; in copy_mesh_setup()