Searched refs:current_password (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/ |
H A D | passwordattr-interface.c | 46 char *current_password; in set_new_password() local 55 current_password = wmi_priv.current_admin_password; in set_new_password() 57 current_password = wmi_priv.current_system_password; in set_new_password() 68 current_password_size = calculate_string_buffer(current_password); in set_new_password() 87 ret = populate_string_buffer(start, current_password_size, current_password); in set_new_password() 100 strscpy(current_password, new, MAX_BUFF); in set_new_password()
|
H A D | passobj-attributes.c | 69 static struct kobj_attribute po_current_password = __ATTR_WO(current_password);
|
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | passwdobj-attributes.c | 24 memset(password_data->current_password, in clear_passwords() 25 0, sizeof(password_data->current_password)); in clear_passwords() 105 strscpy(bioscfg_drv.password_data[id].current_password, in store_password_instance() 107 sizeof(bioscfg_drv.password_data[id].current_password)); in store_password_instance() 125 static struct kobj_attribute password_current_password = __ATTR_WO(current_password); 442 ret = hp_get_string_from_buffer(&buffer_ptr, buffer_size, password_data->current_password, in hp_populate_password_elements_from_buffer() 443 sizeof(password_data->current_password)); in hp_populate_password_elements_from_buffer()
|
H A D | biosattr-interface.c | 59 auth_token_choice = bioscfg_drv.password_data[instance].current_password; in hp_set_attribute()
|
H A D | bioscfg.h | 171 u8 current_password[MAX_PASSWD_SIZE]; member
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-firmware-attributes | 206 current_password: 215 current_password will reset a system or admin password. 218 same password must be written into current_password file (required for 222 echo "password" > current_password 224 echo "" > current_password 281 echo "supervisor password" > authentication/Admin/current_password
|
/openbmc/linux/drivers/platform/x86/ |
H A D | think-lmi.c | 418 static struct kobj_attribute auth_current_password = __ATTR_WO(current_password);
|