Home
last modified time | relevance | path

Searched refs:oldPassword (Results 1 – 2 of 2) sorted by relevance

/openbmc/estoraged/src/
H A Destoraged.cpp73 "ChangePassword", [this](const std::vector<uint8_t>& oldPassword, in EStoraged()
75 this->changePassword(oldPassword, newPassword); in EStoraged()
260 void EStoraged::changePassword(const std::vector<uint8_t>& oldPassword, in changePassword() argument
270 reinterpret_cast<const char*>(oldPassword.data()), oldPassword.size(), in changePassword()
/openbmc/estoraged/include/
H A Destoraged.hpp105 void changePassword(const std::vector<uint8_t>& oldPassword,