Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp1148 return HasElxDesc(userEl1Key_, type, user); in UpdateCeEceSeceUserAuth()
1151 return HasElxDesc(userEl2Key_, type, user); in UpdateCeEceSeceUserAuth()
1154 return HasElxDesc(userEl3Key_, type, user); in UpdateCeEceSeceUserAuth()
1157 return HasElxDesc(userEl4Key_, type, user); in UpdateCeEceSeceUserAuth()
1160 return HasElxDesc(userEl5Key_, type, user); in UpdateCeEceSeceUserAuth()
1169 bool KeyManager::HasElxDesc(std::map<unsigned int, std::shared_ptr<BaseKey>> &userElKey_, in UpdateCeEceSeceUserAuth() function in OHOS::StorageDaemon::KeyManager
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_manager.h147 …bool HasElxDesc(std::map<unsigned int, std::shared_ptr<BaseKey>> &userElKey_, KeyType type, unsign…