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