Searched refs:chap (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/target/iscsi/ |
| A D | iscsi_target_auth.c | 53 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() 193 chap->id = conn->tpg->tpg_chap_id++; in chap_server_open() 205 return chap; in chap_server_open() 356 chap->digest_name, response); in chap_server_compute_hash() 360 chap->digest_name); in chap_server_compute_hash() 509 if (!chap) { in chap_main_loop() [all …]
|
| /linux/drivers/scsi/ |
| A D | iscsi_boot_sysfs.c | 81 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/drivers/scsi/qla4xxx/ |
| A D | ql4_os.c | 5827 boot_conn->chap.target_chap_name_length, in qla4xxx_show_boot_tgt_info() 5828 (char *)&boot_conn->chap.target_chap_name); in qla4xxx_show_boot_tgt_info() 5832 boot_conn->chap.target_secret_length, in qla4xxx_show_boot_tgt_info() 5833 (char *)&boot_conn->chap.target_secret); in qla4xxx_show_boot_tgt_info() 5837 boot_conn->chap.intr_chap_name_length, in qla4xxx_show_boot_tgt_info() 5838 (char *)&boot_conn->chap.intr_chap_name); in qla4xxx_show_boot_tgt_info() 5842 boot_conn->chap.intr_secret_length, in qla4xxx_show_boot_tgt_info() 5843 (char *)&boot_conn->chap.intr_secret); in qla4xxx_show_boot_tgt_info() 6122 (char *)&boot_conn->chap.target_secret, in qla4xxx_get_boot_target() 6139 (char *)&boot_conn->chap.intr_chap_name, in qla4xxx_get_boot_target() [all …]
|
| A D | ql4_def.h | 532 struct ql4_chap_format chap; member
|
| /linux/drivers/scsi/be2iscsi/ |
| A D | be_main.c | 4939 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info() 4942 auth_data.chap.target_chap_name); in beiscsi_show_boot_tgt_info() 4946 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info() 4949 auth_data.chap.target_secret); in beiscsi_show_boot_tgt_info() 4953 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info() 4956 auth_data.chap.intr_chap_name); in beiscsi_show_boot_tgt_info() 4960 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info() 4963 auth_data.chap.intr_secret); in beiscsi_show_boot_tgt_info()
|
| A D | be_cmds.h | 348 struct mgmt_chap_format chap; member
|
Completed in 41 milliseconds