Lines Matching refs:password
1581 int qla4xxx_get_chap(struct scsi_qla_host *ha, char *username, char *password, in qla4xxx_get_chap() argument
1623 strlcpy(password, chap_table->secret, QL4_CHAP_MAX_SECRET_LEN); in qla4xxx_get_chap()
1644 int qla4xxx_set_chap(struct scsi_qla_host *ha, char *username, char *password, in qla4xxx_set_chap() argument
1665 chap_table->secret_len = strlen(password); in qla4xxx_set_chap()
1666 strncpy(chap_table->secret, password, MAX_CHAP_SECRET_LEN - 1); in qla4xxx_set_chap()
1702 char *password, uint16_t chap_index) in qla4xxx_get_uni_chap_at_index() argument
1714 if (!username || !password) { in qla4xxx_get_uni_chap_at_index()
1745 strlcpy(password, chap_table->secret, MAX_CHAP_SECRET_LEN); in qla4xxx_get_uni_chap_at_index()
1769 char *password, int bidi, uint16_t *chap_index) in qla4xxx_get_chap_index() argument
1788 if (!username || !password) { in qla4xxx_get_chap_index()
1809 if (!strncmp(chap_table->secret, password, in qla4xxx_get_chap_index()
1823 rval = qla4xxx_set_chap(ha, username, password, in qla4xxx_get_chap_index()
2084 if (sess->username != NULL && sess->password != NULL) { in qla4xxx_set_param_ddbentry()
2085 if (strlen(sess->username) && strlen(sess->password)) { in qla4xxx_set_param_ddbentry()
2089 sess->password, in qla4xxx_set_param_ddbentry()