Lines Matching defs:password
806 strlcpy(chap_rec->password, chap_table->secret,
996 size = min_t(size_t, sizeof(chap_rec.password),
998 memcpy(chap_rec.password, param_info->value, size);
1055 rc = qla4xxx_set_chap(ha, chap_rec.username, chap_rec.password,
2890 sess->password,
2900 /* First, populate session username and password for FLASH DDB,
2906 !sess->username && !sess->password) {
6032 * qla4xxx_get_bidi_chap - Get a BIDI CHAP user and password
6035 * @password: CHAP password to be returned
6038 * user and password in the sysfs entry in /sys/firmware/iscsi_boot#/.
6043 char *password)
6074 strlcpy(password, chap_table->secret, QL4_CHAP_MAX_SECRET_LEN);