Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dbase_key.h89 bool DoStoreKey(const UserAuth &auth, bool needGenerateShield = true);
91 bool DoStoreKey(const UserAuth &auth);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp201 if (DoStoreKey(auth, needGenerateShield)) { in StoreKey()
203 if (DoStoreKey(auth)) { in StoreKey()
227 bool BaseKey::DoStoreKey(const UserAuth &auth, bool needGenerateShield) in StoreKey() function in OHOS::StorageDaemon::BaseKey
229 bool BaseKey::DoStoreKey(const UserAuth &auth) in StoreKey()