Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/host/
H A Dauth.c329 __func__, chap->qid, (int)chap->hash_len, chap->c2); in nvme_auth_set_dhchap_reply_data()
331 memset(chap->c2, 0, chap->hash_len); in nvme_auth_set_dhchap_reply_data()
341 chap->host_key_len, chap->host_key); in nvme_auth_set_dhchap_reply_data()
437 __func__, chap->qid, chap->s1, chap->transaction); in nvme_auth_dhchap_setup_host_response()
553 __func__, chap->qid, chap->s2, chap->transaction); in nvme_auth_dhchap_setup_ctrl_response()
635 chap->sess_key_len = chap->host_key_len; in nvme_auth_dhchap_exponential()
676 memset(chap->c1, 0, sizeof(chap->c1)); in nvme_auth_reset_dhchap()
677 memset(chap->c2, 0, sizeof(chap->c2)); in nvme_auth_reset_dhchap()
724 chap->c1, chap->c2, in nvme_auth_secure_concat()
893 chap->buf, chap->transaction, in nvme_queue_auth_work()
[all …]
/linux-6.15/drivers/target/iscsi/
H A Discsi_target_auth.c53 ret = get_random_bytes_wait(chap->challenge, chap->challenge_len); in chap_gen_challenge()
58 chap->challenge_len); in chap_gen_challenge()
145 struct iscsi_chap *chap; in chap_server_open() local
158 chap = conn->auth_protocol; in chap_server_open()
183 chap->challenge_len = chap->digest_size; in chap_server_open()
205 return chap; in chap_server_open()
344 chap->digest_size) { in chap_server_compute_hash()
399 chap->digest_name, response); in chap_server_compute_hash()
403 chap->digest_name); in chap_server_compute_hash()
581 if (!chap) { in chap_main_loop()
[all …]
/linux-6.15/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-6.15/drivers/scsi/qla4xxx/
H A Dql4_os.c5836 boot_conn->chap.target_chap_name_length, in qla4xxx_show_boot_tgt_info()
5837 (char *)&boot_conn->chap.target_chap_name); in qla4xxx_show_boot_tgt_info()
5841 boot_conn->chap.target_secret_length, in qla4xxx_show_boot_tgt_info()
5842 (char *)&boot_conn->chap.target_secret); in qla4xxx_show_boot_tgt_info()
5846 boot_conn->chap.intr_chap_name_length, in qla4xxx_show_boot_tgt_info()
5847 (char *)&boot_conn->chap.intr_chap_name); in qla4xxx_show_boot_tgt_info()
5851 boot_conn->chap.intr_secret_length, in qla4xxx_show_boot_tgt_info()
5852 (char *)&boot_conn->chap.intr_secret); in qla4xxx_show_boot_tgt_info()
6131 (char *)&boot_conn->chap.target_secret, in qla4xxx_get_boot_target()
6148 (char *)&boot_conn->chap.intr_chap_name, in qla4xxx_get_boot_target()
[all …]
H A Dql4_def.h541 struct ql4_chap_format chap; member
/linux-6.15/drivers/scsi/be2iscsi/
H A Dbe_main.c4956 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info()
4959 auth_data.chap.target_chap_name); in beiscsi_show_boot_tgt_info()
4963 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info()
4966 auth_data.chap.target_secret); in beiscsi_show_boot_tgt_info()
4970 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info()
4973 auth_data.chap.intr_chap_name); in beiscsi_show_boot_tgt_info()
4977 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info()
4980 auth_data.chap.intr_secret); in beiscsi_show_boot_tgt_info()
H A Dbe_cmds.h348 struct mgmt_chap_format chap; member