Searched refs:auth_id (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/nvme/target/ |
H A D | fabrics-cmd-auth.c | 284 ctrl->cntlid, req->sq->qid, data->auth_type, data->auth_id, in nvmet_execute_auth_send() 290 if (data->auth_id == NVME_AUTH_DHCHAP_MESSAGE_NEGOTIATE) { in nvmet_execute_auth_send() 307 } else if (data->auth_id != req->sq->dhchap_step) in nvmet_execute_auth_send() 321 if (data->auth_id != req->sq->dhchap_step) { in nvmet_execute_auth_send() 324 data->auth_id, req->sq->dhchap_step); in nvmet_execute_auth_send() 339 switch (data->auth_id) { in nvmet_execute_auth_send() 424 data->auth_id = NVME_AUTH_DHCHAP_MESSAGE_CHALLENGE; in nvmet_auth_challenge() 455 data->auth_id = NVME_AUTH_DHCHAP_MESSAGE_SUCCESS1; in nvmet_auth_success1() 479 data->auth_id = NVME_AUTH_DHCHAP_MESSAGE_FAILURE1; in nvmet_auth_failure1()
|
/linux/crypto/asymmetric_keys/ |
H A D | restrict.c | 257 * The first auth_id is the preferred id, 2nd and in key_or_keyring_common() 273 const struct asymmetric_key_id *auth_id; in key_or_keyring_common() local 275 auth_id = sig->auth_ids[0] ?: sig->auth_ids[1]; in key_or_keyring_common() 276 if (match_either_id(signer_ids, auth_id)) in key_or_keyring_common()
|
/linux/drivers/nvme/host/ |
H A D | auth.c | 99 dev_dbg(ctrl->device, "%s: qid %d auth_type %d auth_id %x\n", in nvme_auth_receive_validate() 100 __func__, qid, data->auth_type, data->auth_id); in nvme_auth_receive_validate() 103 data->auth_id == NVME_AUTH_DHCHAP_MESSAGE_FAILURE1) { in nvme_auth_receive_validate() 107 data->auth_id != expected_msg) { in nvme_auth_receive_validate() 110 qid, data->auth_type, data->auth_id); in nvme_auth_receive_validate() 134 data->auth_id = NVME_AUTH_DHCHAP_MESSAGE_NEGOTIATE; in nvme_auth_set_dhchap_negotiate_data() 317 data->auth_id = NVME_AUTH_DHCHAP_MESSAGE_REPLY; in nvme_auth_set_dhchap_reply_data() 408 data->auth_id = NVME_AUTH_DHCHAP_MESSAGE_SUCCESS2; in nvme_auth_set_dhchap_success2_data() 422 data->auth_id = NVME_AUTH_DHCHAP_MESSAGE_FAILURE2; in nvme_auth_set_dhchap_failure2_data()
|
/linux/include/linux/ |
H A D | nvme.h | 1809 /* Defined messages for auth_id */ 1864 __u8 auth_id; member 1874 __u8 auth_id; member 1890 __u8 auth_id; member 1911 __u8 auth_id; member 1924 __u8 auth_id; member 1932 __u8 auth_id; member
|
/linux/net/wireless/ |
H A D | mesh.c | 93 .auth_id = 0, /* open */
|
H A D | nl80211.c | 9317 setup->auth_id = in nl80211_parse_mesh_setup()
|
/linux/include/target/iscsi/ |
H A D | iscsi_target_core.h | 527 u32 auth_id; member 885 u32 auth_id; member
|
/linux/drivers/target/iscsi/ |
H A D | iscsi_target_login.c | 182 conn->auth_id = iscsit_global->auth_id++; in iscsi_login_set_conn_values()
|
/linux/include/net/ |
H A D | cfg80211.h | 2617 * @auth_id: which authentication method this mesh is using 2643 u8 auth_id; member
|