| /drivers/platform/x86/lenovo/ |
| A D | think-lmi.c | 327 static int tlmi_save_bios_settings(const char *password) in tlmi_save_bios_settings() argument 330 password); in tlmi_save_bios_settings() 408 strscpy(setting->password, buf, setting->maxlen); in current_password_store() 410 strreplace(setting->password, '\n', '\0'); in current_password_store() 476 tlmi_priv.pwd_admin->password); in new_password_store() 490 setting->pwd_type, setting->password, new_pwd, in new_password_store() 1093 tlmi_priv.pwd_admin->password); in current_value_store() 1116 tlmi_priv.pwd_admin->password, in current_value_store() 1292 tlmi_priv.pwd_admin->password); in save_settings_store() 1300 tlmi_priv.pwd_admin->password, in save_settings_store() [all …]
|
| A D | think-lmi.h | 74 char password[TLMI_PWD_BUFSIZE]; member
|
| /drivers/platform/x86/hp/hp-bioscfg/ |
| A D | passwdobj-attributes.c | 11 GET_INSTANCE_ID(password); 81 ATTRIBUTE_N_PROPERTY_SHOW(is_enabled, password); 131 ATTRIBUTE_N_PROPERTY_SHOW(min_password_length, password); 134 ATTRIBUTE_N_PROPERTY_SHOW(max_password_length, password); 166 ATTRIBUTE_VALUES_PROPERTY_SHOW(encodings, password, SEMICOLON_SEP);
|
| /drivers/of/unittest-data/ |
| A D | tests-phandle.dtsi | 9 security-password = "password";
|
| /drivers/input/mouse/ |
| A D | elan_i2c_smbus.c | 352 u16 password; in elan_smbus_prepare_fw_update() local 395 password = be16_to_cpup((__be16 *)val); in elan_smbus_prepare_fw_update() 396 if (password != ETP_SMBUS_IAP_PASSWORD) { in elan_smbus_prepare_fw_update() 397 dev_err(dev, "wrong iap password = 0x%X\n", password); in elan_smbus_prepare_fw_update()
|
| A D | elan_i2c_i2c.c | 562 u16 password; in elan_i2c_prepare_fw_update() local 618 password = le16_to_cpup((__le16 *)val); in elan_i2c_prepare_fw_update() 619 if (password != ETP_I2C_IAP_PASSWORD) { in elan_i2c_prepare_fw_update() 620 dev_err(dev, "wrong iap password: 0x%X\n", password); in elan_i2c_prepare_fw_update()
|
| /drivers/scsi/qla4xxx/ |
| A D | ql4_glbl.h | 84 char *password, int bidi, uint16_t *chap_index); 85 int qla4xxx_set_chap(struct scsi_qla_host *ha, char *username, char *password, 168 char *password, uint16_t idx); 267 char *password, uint16_t chap_index);
|
| A D | ql4_mbx.c | 1657 secret_len = strscpy(chap_table->secret, password, in qla4xxx_set_chap() 1699 char *password, uint16_t chap_index) in qla4xxx_get_uni_chap_at_index() argument 1711 if (!username || !password) { in qla4xxx_get_uni_chap_at_index() 1742 strscpy(password, chap_table->secret, MAX_CHAP_SECRET_LEN); in qla4xxx_get_uni_chap_at_index() 1766 char *password, int bidi, uint16_t *chap_index) in qla4xxx_get_chap_index() argument 1785 if (!username || !password) { in qla4xxx_get_chap_index() 1806 if (!strncmp(chap_table->secret, password, in qla4xxx_get_chap_index() 1820 rval = qla4xxx_set_chap(ha, username, password, in qla4xxx_get_chap_index() 2078 if (sess->username != NULL && sess->password != NULL) { in qla4xxx_set_param_ddbentry() 2079 if (strlen(sess->username) && strlen(sess->password)) { in qla4xxx_set_param_ddbentry() [all …]
|
| A D | ql4_os.c | 803 chap_rec->password_length = strscpy(chap_rec->password, in qla4xxx_get_chap_list() 805 sizeof(chap_rec->password)); in qla4xxx_get_chap_list() 991 size = min_t(size_t, sizeof(chap_rec.password), in qla4xxx_set_chap_entry() 993 memcpy(chap_rec.password, param_info->value, size); in qla4xxx_set_chap_entry() 1050 rc = qla4xxx_set_chap(ha, chap_rec.username, chap_rec.password, in qla4xxx_set_chap_entry() 2885 sess->password, in qla4xxx_session_get_param() 2901 !sess->username && !sess->password) { in qla4xxx_session_get_param() 6036 char *password) in qla4xxx_get_bidi_chap() argument 6067 strscpy(password, chap_table->secret, QL4_CHAP_MAX_SECRET_LEN); in qla4xxx_get_bidi_chap()
|
| /drivers/target/iscsi/ |
| A D | iscsi_target_auth.c | 383 ret = crypto_shash_update(desc, (char *)&auth->password, in chap_server_compute_hash() 384 strlen(auth->password)); in chap_server_compute_hash()
|
| A D | iscsi_target_configfs.c | 424 DEF_NACL_AUTH_STR(password, NAF_PASSWORD_SET); 874 DEF_TPG_AUTH_STR(password, NAF_PASSWORD_SET); 1263 DEF_DISC_AUTH_STR(password, NAF_PASSWORD_SET);
|
| /drivers/net/ethernet/via/ |
| A D | via-velocity.h | 1216 u8 password[6]; member
|
| /drivers/scsi/ |
| A D | libiscsi.c | 3136 kfree(session->password); in iscsi_session_free() 3569 return iscsi_switch_str_param(&session->password, buf); in iscsi_set_param() 3675 len = sysfs_emit(buf, "%s\n", session->password); in iscsi_session_get_param()
|
| A D | scsi_transport_iscsi.c | 866 iscsi_flashnode_sess_attr(fnode, password, ISCSI_FLASHNODE_PASSWORD); 4369 iscsi_session_attr(password, ISCSI_PARAM_PASSWORD, 1);
|
| /drivers/firewire/ |
| A D | sbp2.c | 279 struct sbp2_pointer password; member
|
| /drivers/mfd/ |
| A D | Kconfig | 2310 It provides multiple boot control features like password check,
|