Searched refs:chap (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/nvme/host/
H A Dauth.c121 struct nvme_dhchap_queue_context *chap)
123 struct nvmf_auth_dhchap_negotiate_data *data = chap->buf;
127 chap->status = NVME_AUTH_DHCHAP_FAILURE_INCORRECT_PAYLOAD;
130 memset((u8 *)chap->buf, 0, size);
133 data->t_id = cpu_to_le16(chap->transaction);
153 struct nvme_dhchap_queue_context *chap)
155 struct nvmf_auth_dhchap_challenge_data *data = chap->buf;
162 chap->status = NVME_AUTH_DHCHAP_FAILURE_INCORRECT_PAYLOAD;
170 chap->qid, data->hashid);
171 chap
120 nvme_auth_set_dhchap_negotiate_data(struct nvme_ctrl *ctrl, struct nvme_dhchap_queue_context *chap) argument
152 nvme_auth_process_dhchap_challenge(struct nvme_ctrl *ctrl, struct nvme_dhchap_queue_context *chap) argument
291 nvme_auth_set_dhchap_reply_data(struct nvme_ctrl *ctrl, struct nvme_dhchap_queue_context *chap) argument
338 nvme_auth_process_dhchap_success1(struct nvme_ctrl *ctrl, struct nvme_dhchap_queue_context *chap) argument
388 nvme_auth_set_dhchap_success2_data(struct nvme_ctrl *ctrl, struct nvme_dhchap_queue_context *chap) argument
402 nvme_auth_set_dhchap_failure2_data(struct nvme_ctrl *ctrl, struct nvme_dhchap_queue_context *chap) argument
418 nvme_auth_dhchap_setup_host_response(struct nvme_ctrl *ctrl, struct nvme_dhchap_queue_context *chap) argument
504 nvme_auth_dhchap_setup_ctrl_response(struct nvme_ctrl *ctrl, struct nvme_dhchap_queue_context *chap) argument
590 nvme_auth_dhchap_exponential(struct nvme_ctrl *ctrl, struct nvme_dhchap_queue_context *chap) argument
646 nvme_auth_reset_dhchap(struct nvme_dhchap_queue_context *chap) argument
671 nvme_auth_free_dhchap(struct nvme_dhchap_queue_context *chap) argument
682 struct nvme_dhchap_queue_context *chap = local
856 struct nvme_dhchap_queue_context *chap; local
877 struct nvme_dhchap_queue_context *chap; local
940 struct nvme_dhchap_queue_context *chap; local
[all...]
/linux-master/drivers/target/iscsi/
H A Discsi_target_auth.c45 struct iscsi_chap *chap = conn->auth_protocol; local
47 challenge_asciihex = kzalloc(chap->challenge_len * 2 + 1, GFP_KERNEL);
51 memset(chap->challenge, 0, MAX_CHAP_CHALLENGE_LEN);
53 ret = get_random_bytes_wait(chap->challenge, chap->challenge_len);
57 bin2hex(challenge_asciihex, chap->challenge,
58 chap->challenge_len);
145 struct iscsi_chap *chap; local
158 chap = conn->auth_protocol;
162 chap
258 struct iscsi_chap *chap = conn->auth_protocol; local
579 struct iscsi_chap *chap = conn->auth_protocol; local
[all...]
/linux-master/drivers/scsi/
H A Discsi_boot_sysfs.c81 iscsi_boot_rd_attr(tgt_chap, chap-type, ISCSI_BOOT_TGT_CHAP_TYPE);
84 iscsi_boot_rd_attr(tgt_chap_name, chap-name, ISCSI_BOOT_TGT_CHAP_NAME);
85 iscsi_boot_rd_attr(tgt_chap_secret, chap-secret, ISCSI_BOOT_TGT_CHAP_SECRET);
86 iscsi_boot_rd_attr(tgt_chap_rev_name, rev-chap-name,
88 iscsi_boot_rd_attr(tgt_chap_rev_secret, rev-chap-name-secret,
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_os.c716 * qla4xxx_find_free_chap_index - Find the first free chap index
720 * Find the first free chap index available in the chap table
722 * Note: Caller should acquire the chap lock before getting here.
889 /* Check if chap index is in use.
890 * If chap is in use don't delet chap entry */
922 ql4_printk(KERN_ERR, ha, "No valid chap entry found\n");
948 * qla4xxx_set_chap_entry - Make chap entry with given information
950 * @data: chap inf
[all...]
H A Dql4_def.h541 struct ql4_chap_format chap; member in struct:ql4_conn_info
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_main.c4956 boot_conn->negotiated_login_options.auth_data.chap.
4959 auth_data.chap.target_chap_name);
4963 boot_conn->negotiated_login_options.auth_data.chap.
4966 auth_data.chap.target_secret);
4970 boot_conn->negotiated_login_options.auth_data.chap.
4973 auth_data.chap.intr_chap_name);
4977 boot_conn->negotiated_login_options.auth_data.chap.
4980 auth_data.chap.intr_secret);
H A Dbe_cmds.h348 struct mgmt_chap_format chap; member in struct:mgmt_auth_method_format

Completed in 175 milliseconds