/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | fabrics-cmd-auth.c | 232 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() 371 data->auth_id = NVME_AUTH_DHCHAP_MESSAGE_CHALLENGE; in nvmet_auth_challenge() 402 data->auth_id = NVME_AUTH_DHCHAP_MESSAGE_SUCCESS1; in nvmet_auth_success1() 426 data->auth_id = NVME_AUTH_DHCHAP_MESSAGE_FAILURE1; in nvmet_auth_failure1()
|
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
H A D | restrict.c | 167 * The first auth_id is the preferred id, and in key_or_keyring_common() 169 * auth_id is present, it may match against in key_or_keyring_common() 171 * present, the first auth_id must match one in key_or_keyring_common() 172 * signer_id and the second auth_id must match in key_or_keyring_common() 176 const struct asymmetric_key_id *auth_id; in key_or_keyring_common() local 178 auth_id = sig->auth_ids[0] ?: sig->auth_ids[1]; in key_or_keyring_common() 179 if (match_either_id(signer_ids, auth_id)) in key_or_keyring_common()
|
/kernel/linux/linux-6.6/crypto/asymmetric_keys/ |
H A D | restrict.c | 253 * The first auth_id is the preferred id, 2nd and in key_or_keyring_common() 269 const struct asymmetric_key_id *auth_id; in key_or_keyring_common() local 271 auth_id = sig->auth_ids[0] ?: sig->auth_ids[1]; in key_or_keyring_common() 272 if (match_either_id(signer_ids, auth_id)) in key_or_keyring_common()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | auth.c | 97 dev_dbg(ctrl->device, "%s: qid %d auth_type %d auth_id %x\n", in nvme_auth_receive_validate() 98 __func__, qid, data->auth_type, data->auth_id); in nvme_auth_receive_validate() 101 data->auth_id == NVME_AUTH_DHCHAP_MESSAGE_FAILURE1) { in nvme_auth_receive_validate() 105 data->auth_id != expected_msg) { in nvme_auth_receive_validate() 108 qid, data->auth_type, data->auth_id); in nvme_auth_receive_validate() 132 data->auth_id = NVME_AUTH_DHCHAP_MESSAGE_NEGOTIATE; in nvme_auth_set_dhchap_negotiate_data() 309 data->auth_id = NVME_AUTH_DHCHAP_MESSAGE_REPLY; in nvme_auth_set_dhchap_reply_data() 399 data->auth_id = NVME_AUTH_DHCHAP_MESSAGE_SUCCESS2; in nvme_auth_set_dhchap_success2_data() 413 data->auth_id = NVME_AUTH_DHCHAP_MESSAGE_FAILURE2; in nvme_auth_set_dhchap_failure2_data()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ |
H A D | ray_cs.h | 49 UCHAR auth_id[6]; member
|
H A D | ray_cs.c | 845 if (!build_auth_frame(local, local->auth_id, OPEN_AUTH_REQUEST)) { in ray_dev_start_xmit() 2443 memcpy(local->auth_id, msg->mac.addr_2, in rx_authenticate()
|
/kernel/linux/linux-6.6/drivers/net/wireless/legacy/ |
H A D | ray_cs.h | 49 UCHAR auth_id[6]; member
|
H A D | ray_cs.c | 844 if (!build_auth_frame(local, local->auth_id, OPEN_AUTH_REQUEST)) { in ray_dev_start_xmit() 2442 memcpy(local->auth_id, msg->mac.addr_2, in rx_authenticate()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | mesh.c | 89 .auth_id = 0, /* open */
|
H A D | nl80211.c | 7463 setup->auth_id = in nl80211_parse_mesh_setup()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | mesh.c | 93 .auth_id = 0, /* open */
|
H A D | nl80211.c | 8494 setup->auth_id = in nl80211_parse_mesh_setup()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nvme.h | 1623 /* Defined messages for auth_id */ 1671 __u8 auth_id; member 1681 __u8 auth_id; member 1697 __u8 auth_id; member 1718 __u8 auth_id; member 1731 __u8 auth_id; member 1739 __u8 auth_id; member
|
/kernel/linux/linux-5.10/include/target/iscsi/ |
H A D | iscsi_target_core.h | 529 u32 auth_id; member 875 u32 auth_id; member
|
/kernel/linux/linux-6.6/include/target/iscsi/ |
H A D | iscsi_target_core.h | 527 u32 auth_id; member 888 u32 auth_id; member
|
/kernel/linux/linux-5.10/drivers/target/iscsi/ |
H A D | iscsi_target_login.c | 223 conn->auth_id = iscsit_global->auth_id++; in iscsi_login_set_conn_values()
|
/kernel/linux/linux-6.6/drivers/target/iscsi/ |
H A D | iscsi_target_login.c | 223 conn->auth_id = iscsit_global->auth_id++; in iscsi_login_set_conn_values()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 1995 * @auth_id: which authentication method this mesh is using 2021 u8 auth_id; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 2341 * @auth_id: which authentication method this mesh is using 2367 u8 auth_id; member
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | cfg.c | 2104 ifmsh->mesh_auth_id = setup->auth_id; in copy_mesh_setup()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | cfg.c | 2485 ifmsh->mesh_auth_id = setup->auth_id; in copy_mesh_setup()
|