Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dbase_key.h114 bool InitKeyContext(const UserAuth &auth, const std::string &keyPath, KeyContext &keyCtx);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp248 if (!InitKeyContext(auth, pathTemp, keyCtx)) { in StoreKey()
285 bool BaseKey::InitKeyContext(const UserAuth &auth, const std::string &keyPath, KeyContext &keyCtx) in StoreKey() function in OHOS::StorageDaemon::BaseKey
425 if (!InitKeyContext(auth, path, ctxDe)) { in StoreKey()