Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_manager.h121 std::map<unsigned int, std::shared_ptr<BaseKey>> &userElKey_);
147 …bool HasElxDesc(std::map<unsigned int, std::shared_ptr<BaseKey>> &userElKey_, KeyType type, unsign…
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp691 … std::map<unsigned int, std::shared_ptr<BaseKey>> &userElKey_) in DoDeleteUserCeEceSeceKeys() argument
695 auto it = userElKey_.find(user); in DoDeleteUserCeEceSeceKeys()
696 if (it != userElKey_.end()) { in DoDeleteUserCeEceSeceKeys()
702 userElKey_.erase(user); in DoDeleteUserCeEceSeceKeys()
1169 bool KeyManager::HasElxDesc(std::map<unsigned int, std::shared_ptr<BaseKey>> &userElKey_, in UpdateCeEceSeceUserAuth() argument
1173 auto it = userElKey_.find(user); in UpdateCeEceSeceUserAuth()
1175 if (it != userElKey_.end() && !elKey->KeyDescIsEmpty()) { in UpdateCeEceSeceUserAuth()