Home
last modified time | relevance | path

Searched defs:keyPath (Results 1 – 18 of 18) sorted by relevance

/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_store_rekey_test.cpp133 auto keyPath = RDB_TEST_PATH + "key/" + name + ".pub_key"; in GetKeyFileDate() local
154 auto keyPath = RDB_TEST_PATH + "key/" + name + ".pub_key"; in ChangeKeyFileDate() local
175 auto keyPath = RDB_TEST_PATH + "key/" + name + ".pub_key"; in SaveNewKey() local
254 … std::string keyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key"; variable
290 … std::string keyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key"; variable
316 … std::string keyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key"; variable
347 … std::string keyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key"; variable
385 … std::string keyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key"; variable
421 … std::string keyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key"; variable
466 … std::string keyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key"; variable
Drdb_encrypt_decrypt_test.cpp196 std::string keyPath = RDB_TEST_PATH + "key/encrypted.pub_key"; variable
237 std::string keyPath = RDB_TEST_PATH + "key/" + "encrypted.pub_key"; variable
359 std::string keyPath = RDB_TEST_PATH + "key/encrypted.pub_key"; variable
385 std::string keyPath = RDB_TEST_PATH + "key/unencrypted.pub_key"; variable
/foundation/distributeddatamgr/kv_store/frameworks/native/kv_store/src/kvstore_impl_posix/
Dkv_store.c42 char* keyPath = (char *)malloc(MAX_KEY_PATH + 1); in GetResolvedPath() local
66 char* keyPath = (char *)malloc(PATH_MAX + 1); in GetValueByFile() local
101 char* keyPath = (char *)malloc(PATH_MAX + 1); in SetValueToFile() local
123 char* keyPath = (char *)malloc(MAX_KEY_PATH + 1); in DeleteValueFromFile() local
195 char* keyPath = (char *)malloc(MAX_KEY_PATH + 1); in NewItem() local
/foundation/filemanagement/storage_service/services/storage_daemon/mock/
Dbase_key_mock.cpp88 bool BaseKey::DecryptKeyBlob(const UserAuth &auth, const std::string &keyPath, KeyBlob &planKey, in DecryptKeyBlob()
97 bool BaseKey::EncryptKeyBlob(const UserAuth &auth, const std::string &keyPath, KeyBlob &planKey, in EncryptKeyBlob()
106 bool BaseKey::RenameKeyPath(const std::string &keyPath) in RenameKeyPath()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
Dapp_clone_key_manager.cpp36 std::string keyPath = StringPrintf(NEED_RESTORE_PATH.c_str(), userId); in ActiveAppCloneUserKey() local
Dbase_key.cpp285 bool BaseKey::InitKeyContext(const UserAuth &auth, const std::string &keyPath, KeyContext &keyCtx) in StoreKey()
306 bool BaseKey::SaveAndCleanKeyBuff(const std::string &keyPath, KeyContext &keyCtx) in StoreKey()
520 bool BaseKey::DoRestoreKeyEx(const UserAuth &auth, const std::string &keyPath) in StoreKey()
700 bool BaseKey::DoUpdateRestore(const UserAuth &auth, const std::string &keyPath) in StoreKey()
891 bool BaseKey::EncryptKeyBlob(const UserAuth &auth, const std::string &keyPath, KeyBlob &planKey, in StoreKey()
924 bool BaseKey::DecryptKeyBlob(const UserAuth &auth, const std::string &keyPath, KeyBlob &planKey, in StoreKey()
959 bool BaseKey::RenameKeyPath(const std::string &keyPath) in StoreKey()
Dkey_manager.cpp1566 std::string keyPath; in UpdateCeEceSeceUserAuth() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
Dsecurity_manager.cpp106 auto keyPath = path + "/key/" + name + ".key"; in DelDBPassword() local
124 auto keyPath = path + "/key/" + name + ".key"; in LoadKeyFromFile() local
162 auto keyPath = path + "/key"; in SaveKeyToFile() local
Dbackup_manager.cpp53 auto keyPath = baseDir + KEY_PATH; in Init() local
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
Dsecurity_manager.cpp56 auto keyPath = path + "/key/" + name + ".key"; in DelDBPassword() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
Dstore_factory_test.cpp98 auto keyPath = path + "/key/" + name + ".key"; in GetDate() local
118 auto keyPath = path + "/key/" + name + ".key"; in ChangeKeyDate() local
/foundation/distributeddatamgr/kv_store/frameworks/native/dbm_kv_store/src/kv_store_impl_hal/
Ddbm_kv_store.c347 char keyPath[MAX_KEY_PATH + 1] = {0}; in DeleteValueFromFile() local
361 char keyPath[MAX_KEY_PATH + 1] = {0}; in IsNewItem() local
757 char keyPath[MAX_KEY_PATH + 1] = {0}; in GetValueByFile() local
850 char* keyPath = (char *)malloc(MAX_KEY_PATH + 1); in SetValueToFile() local
1064 char* keyPath = (char *)malloc(MAX_KEY_PATH + 1); in FindDataItem() local
/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
Dkey_control.c201 uint8_t KeyCtrlLoadVersion(const char *keyPath) in KeyCtrlLoadVersion()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_security_manager.cpp203 bool RdbSecurityManager::SaveSecretKeyToDisk(const std::string &keyPath, RdbSecretKeyData &keyData) in SaveSecretKeyToDisk()
474 bool RdbSecurityManager::LoadSecretKeyFromDisk(const std::string &keyPath, RdbSecretKeyData &keyDat… in LoadSecretKeyFromDisk()
/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/
Dconnect_context.cpp198 Secure::SecureChar keyPath = in ParseClientCert() local
/foundation/communication/netstack/interfaces/kits/js/
D@ohos.net.http.d.ts558 keyPath: string; property
/foundation/communication/netstack/frameworks/cj/http/include/
Dffi_structs.h54 char* keyPath; member
/foundation/communication/netstack/frameworks/cj/http/src/
Dnet_http_request_context.cpp400 std::string keyPath{ops->clientCert->keyPath}; in ParseParams() local