Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_manager.h143 …int32_t UnlockEceSece(uint32_t user, const std::vector<uint8_t> &token, const std::vector<uint8_t>…
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp1303 if ((ret = UnlockEceSece(user, token, secret)) != E_OK) { in UpdateCeEceSeceUserAuth()
1317 int32_t KeyManager::UnlockEceSece(uint32_t user, in UpdateCeEceSeceUserAuth() function in OHOS::StorageDaemon::KeyManager