Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp533 if (!LoadKeyBlob(tempEnc, keyPath + PATH_ENCRYPTED)) { in StoreKey()
580 if (!LoadKeyBlob(keyContext_.rndEnc, path + PATH_ENCRYPTED)) { in StoreKey()
584 if (!LoadKeyBlob(keyContext_.shield, path + PATH_SHIELD)) { in StoreKey()
601 if (!LoadKeyBlob(ctxNone.rndEnc, path + PATH_ENCRYPTED)) { in StoreKey()
606 if (!LoadKeyBlob(ctxNone.secDiscard, path + PATH_SECDISC) || in StoreKey()
607 !LoadKeyBlob(ctxNone.shield, path + PATH_SHIELD)) { in StoreKey()
630 if (!LoadKeyBlob(ctxNone.rndEnc, path + PATH_ENCRYPTED)) { in StoreKey()
642 if (!LoadKeyBlob(ctxNone.secDiscard, path + PATH_SECDISC) || in StoreKey()
643 !LoadKeyBlob(ctxNone.shield, path + PATH_SHIELD)) { in StoreKey()
881 LoadKeyBlob(keyContext_.shield, shieldPath); in StoreKey()
[all …]
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dbase_key.h103 static bool LoadKeyBlob(KeyBlob &blob, const std::string &path, const uint32_t size);