Searched refs:oldPassword (Results 1 – 2 of 2) sorted by relevance
103 "ChangePassword", [this](const std::vector<uint8_t>& oldPassword, in EStoraged()105 this->changePassword(oldPassword, newPassword); in EStoraged()291 void EStoraged::changePassword(const std::vector<uint8_t>& oldPassword, in changePassword() argument301 reinterpret_cast<const char*>(oldPassword.data()), oldPassword.size(), in changePassword()
140 void changePassword(const std::vector<uint8_t>& oldPassword,