Searched refs:new_password (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | passwdobj-attributes.c | 26 memset(password_data->new_password, in clear_passwords() 27 0, sizeof(password_data->new_password)); in clear_passwords() 109 strscpy(bioscfg_drv.password_data[id].new_password, in store_password_instance() 111 sizeof(bioscfg_drv.password_data[id].new_password)); in store_password_instance() 134 static struct kobj_attribute password_new_password = __ATTR_WO(new_password);
|
H A D | bioscfg.h | 172 u8 new_password[MAX_PASSWD_SIZE]; member
|
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/ |
H A D | test_user_management_sub_menu.robot | 262 ${new_password}= Set Variable Testpassword1 272 Input Text ${xpath_password_input_button} ${new_password} 273 Input Text ${xpath_password_confirm_button} ${new_password} 283 ${status}= Run Keyword And Return Status Redfish.Login ${username} ${new_password}
|
/openbmc/linux/fs/smb/client/ |
H A D | fs_context.c | 921 char *new_password = NULL, *new_password2 = NULL; in smb3_reconfigure() local 946 new_password = kstrdup(ctx->password, GFP_KERNEL); in smb3_reconfigure() 947 if (!new_password) in smb3_reconfigure() 960 kfree_sensitive(new_password); in smb3_reconfigure() 987 if (new_password) { in smb3_reconfigure() 989 ses->password = new_password; in smb3_reconfigure()
|
/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/ |
H A D | passobj-attributes.c | 97 static struct kobj_attribute po_new_password = __ATTR_WO(new_password);
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_redfish_utils.robot | 355 [Arguments] ${username} ${password} ${new_password} 360 # new_password The new password to be used to update password. 373 ... body={'Password': '${new_password}'}
|
/openbmc/openbmc-test-automation/security/ |
H A D | test_bmc_expire_password.robot | 400 [Arguments] ${new_password} ${expect_result} 403 # new_password New password set. 408 ... body={'Password': '${new_password}'}
|
/openbmc/qemu/crypto/ |
H A D | block-luks.c | 1624 g_autofree char *new_password = NULL; in qcrypto_block_luks_amend_add_keyslot() local 1680 new_password = qcrypto_secret_lookup_as_utf8(opts_luks->new_secret, errp); in qcrypto_block_luks_amend_add_keyslot() 1681 if (!new_password) { in qcrypto_block_luks_amend_add_keyslot() 1686 if (qcrypto_block_luks_store_key(block, keyslot, new_password, master_key, in qcrypto_block_luks_amend_add_keyslot()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-firmware-attributes | 213 new_password:
|
/openbmc/linux/drivers/platform/x86/ |
H A D | think-lmi.c | 506 static struct kobj_attribute auth_new_password = __ATTR_WO(new_password);
|