Lines Matching refs:password
1578 int qla4xxx_get_chap(struct scsi_qla_host *ha, char *username, char *password, in qla4xxx_get_chap() argument
1619 strlcpy(password, chap_table->secret, QL4_CHAP_MAX_SECRET_LEN); in qla4xxx_get_chap()
1640 int qla4xxx_set_chap(struct scsi_qla_host *ha, char *username, char *password, in qla4xxx_set_chap() argument
1660 chap_table->secret_len = strlen(password); in qla4xxx_set_chap()
1661 strncpy(chap_table->secret, password, MAX_CHAP_SECRET_LEN - 1); in qla4xxx_set_chap()
1697 char *password, uint16_t chap_index) in qla4xxx_get_uni_chap_at_index() argument
1709 if (!username || !password) { in qla4xxx_get_uni_chap_at_index()
1740 strlcpy(password, chap_table->secret, MAX_CHAP_SECRET_LEN); in qla4xxx_get_uni_chap_at_index()
1764 char *password, int bidi, uint16_t *chap_index) in qla4xxx_get_chap_index() argument
1783 if (!username || !password) { in qla4xxx_get_chap_index()
1804 if (!strncmp(chap_table->secret, password, in qla4xxx_get_chap_index()
1818 rval = qla4xxx_set_chap(ha, username, password, in qla4xxx_get_chap_index()
2076 if (sess->username != NULL && sess->password != NULL) { in qla4xxx_set_param_ddbentry()
2077 if (strlen(sess->username) && strlen(sess->password)) { in qla4xxx_set_param_ddbentry()
2081 sess->password, in qla4xxx_set_param_ddbentry()