Lines Matching defs:password
803 strscpy(chap_rec->password, chap_table->secret,
991 size = min_t(size_t, sizeof(chap_rec.password),
993 memcpy(chap_rec.password, param_info->value, size);
1050 rc = qla4xxx_set_chap(ha, chap_rec.username, chap_rec.password,
2885 sess->password,
2895 /* First, populate session username and password for FLASH DDB,
2901 !sess->username && !sess->password) {
6023 * qla4xxx_get_bidi_chap - Get a BIDI CHAP user and password
6026 * @password: CHAP password to be returned
6029 * user and password in the sysfs entry in /sys/firmware/iscsi_boot#/.
6034 char *password)
6065 strscpy(password, chap_table->secret, QL4_CHAP_MAX_SECRET_LEN);