mirror of
https://gitee.com/openharmony/filemanagement_storage_service
synced 2024-11-27 01:01:16 +00:00
fix error8
Signed-off-by: vsunbee <1106529648@qq.com>
This commit is contained in:
parent
12b965f7e4
commit
aebc231ce6
@ -43,6 +43,13 @@ int32_t KeyManager::UpdateUserAuth(unsigned int user, struct UserTokenSecret &us
|
||||
return E_OK;
|
||||
}
|
||||
|
||||
int32_t KeyManager::UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken,
|
||||
const std::vector<uint8_t> &newSecret, uint64_t secureUid, uint32_t userId,
|
||||
std::vector<std::vector<uint8_t>> &plainText)
|
||||
{
|
||||
return E_OK;
|
||||
}
|
||||
|
||||
int32_t KeyManager::ActiveUserKey(unsigned int user, const std::vector<uint8_t> &token,
|
||||
const std::vector<uint8_t> &secret)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user