Searched refs:oldPassword (Results 1 – 2 of 2) sorted by relevance
73 "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() argument270 reinterpret_cast<const char*>(oldPassword.data()), oldPassword.size(), in changePassword()
105 void changePassword(const std::vector<uint8_t>& oldPassword,