Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_manager.h145 …int CheckUserPinProtect(unsigned int userId, const std::vector<uint8_t> &token, const std::vector<…
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp1097 if (CheckUserPinProtect(user, token, secret) != E_OK) { in UpdateCeEceSeceUserAuth()
1774 int KeyManager::CheckUserPinProtect(unsigned int userId, in UpdateCeEceSeceUserAuth() function in OHOS::StorageDaemon::KeyManager