Home
last modified time | relevance | path

Searched refs:currentPassword (Results 1 – 3 of 3) sorted by relevance

/openbmc/bios-settings-mgr/src/
H A Dpassword.cpp143 void Password::verifyPassword(std::string userName, std::string currentPassword, in verifyPassword() argument
168 if (!isMatch(orgAdminPwdHash, seed, currentPassword, hashAlgo)) in verifyPassword()
175 if (!isMatch(orgUsrPwdHash, seed, currentPassword, hashAlgo)) in verifyPassword()
198 void Password::changePassword(std::string userName, std::string currentPassword, in changePassword() argument
202 verifyPassword(userName, currentPassword, newPassword); in changePassword()
/openbmc/webui-vue/src/views/ProfileSettings/
H A DProfileSettings.vue28 :label="$t('pageProfileSettings.currentPassword')"
34 v-model="form.currentPassword"
169 currentPassword: '',
219 (this.form.currentPassword = '');
237 this.form.currentPassword
252 const password = this.form.currentPassword;
/openbmc/bios-settings-mgr/include/
H A Dpassword.hpp73 void changePassword(std::string userName, std::string currentPassword,
77 void verifyPassword(std::string userName, std::string currentPassword,