Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dbase_key.h93 …bool LoadAndSaveShield(const UserAuth &auth, const std::string &pathShield, bool needGenerateShiel…
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp329 bool BaseKey::LoadAndSaveShield(const UserAuth &auth, const std::string &pathShield, in StoreKey() argument
350 if (!SaveKeyBlob(keyCtx.shield, pathShield)) { in StoreKey()