Searched refs:password (Results 1 - 10 of 10) sorted by relevance

/drivers/target/iscsi/
H A Discsi_target_auth.c121 pr_err("CHAP user or password not set for"
271 sg_init_one(&sg, &auth->password, strlen(auth->password));
272 ret = crypto_hash_update(&desc, &sg, strlen(auth->password));
274 pr_err("crypto_hash_update() failed for password\n");
H A Discsi_target_configfs.c544 * One-way authentication password
546 DEF_NACL_AUTH_STR(password, NAF_PASSWORD_SET);
547 AUTH_ATTR(password, S_IRUGO | S_IWUSR);
559 * Mutual authentication password
1170 * * One-way authentication password
1172 DEF_TPG_AUTH_STR(password, NAF_PASSWORD_SET);
1173 TPG_AUTH_ATTR(password, S_IRUGO | S_IWUSR);
1185 * * Mutual authentication password
1619 * One-way authentication password
1621 DEF_DISC_AUTH_STR(password, NAF_PASSWORD_SE
[all...]
H A Discsi_target_core.h739 char password[MAX_PASS_LEN]; member in struct:iscsi_node_auth
/drivers/scsi/qla4xxx/
H A Dql4_glbl.h85 char *password, int bidi, uint16_t *chap_index);
86 int qla4xxx_set_chap(struct scsi_qla_host *ha, char *username, char *password,
171 char *password, uint16_t idx);
270 char *password, uint16_t chap_index);
H A Dql4_mbx.c1581 int qla4xxx_get_chap(struct scsi_qla_host *ha, char *username, char *password, argument
1623 strlcpy(password, chap_table->secret, QL4_CHAP_MAX_SECRET_LEN);
1636 * @password: CHAP password to set
1644 int qla4xxx_set_chap(struct scsi_qla_host *ha, char *username, char *password, argument
1665 chap_table->secret_len = strlen(password);
1666 strncpy(chap_table->secret, password, MAX_CHAP_SECRET_LEN - 1);
1702 char *password, uint16_t chap_index)
1714 if (!username || !password) {
1745 strlcpy(password, chap_tabl
1701 qla4xxx_get_uni_chap_at_index(struct scsi_qla_host *ha, char *username, char *password, uint16_t chap_index) argument
1768 qla4xxx_get_chap_index(struct scsi_qla_host *ha, char *username, char *password, int bidi, uint16_t *chap_index) argument
[all...]
H A Dql4_os.c761 strlcpy(chap_rec->password, chap_table->secret,
948 size = min_t(size_t, sizeof(chap_rec.password),
950 memcpy(chap_rec.password, param_info->value, size);
1007 rc = qla4xxx_set_chap(ha, chap_rec.username, chap_rec.password,
2840 sess->password,
2850 /* First, populate session username and password for FLASH DDB,
2856 !sess->username && !sess->password) {
5990 * qla4xxx_get_bidi_chap - Get a BIDI CHAP user and password
5993 * @password: CHAP password t
6000 qla4xxx_get_bidi_chap(struct scsi_qla_host *ha, char *username, char *password) argument
[all...]
/drivers/firewire/
H A Dsbp2.c289 struct sbp2_pointer password; member in struct:sbp2_management_orb::__anon609
/drivers/net/ethernet/via/
H A Dvia-velocity.h1226 u8 password[6]; member in struct:_magic_packet
/drivers/scsi/
H A Dlibiscsi.c2863 kfree(session->password);
3301 return iscsi_switch_str_param(&session->password, buf);
3407 len = sprintf(buf, "%s\n", session->password);
H A Dscsi_transport_iscsi.c864 iscsi_flashnode_sess_attr(fnode, password, ISCSI_FLASHNODE_PASSWORD);
3967 iscsi_session_attr(password, ISCSI_PARAM_PASSWORD, 1);

Completed in 152 milliseconds