| /foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
| D | rdb_store_rekey_test.cpp | 133 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
|
| D | rdb_encrypt_decrypt_test.cpp | 196 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/ |
| D | kv_store.c | 42 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/ |
| D | base_key_mock.cpp | 88 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/ |
| D | app_clone_key_manager.cpp | 36 std::string keyPath = StringPrintf(NEED_RESTORE_PATH.c_str(), userId); in ActiveAppCloneUserKey() local
|
| D | base_key.cpp | 285 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()
|
| D | key_manager.cpp | 1566 std::string keyPath; in UpdateCeEceSeceUserAuth() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
| D | security_manager.cpp | 106 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
|
| D | backup_manager.cpp | 53 auto keyPath = baseDir + KEY_PATH; in Init() local
|
| /foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/ |
| D | security_manager.cpp | 56 auto keyPath = path + "/key/" + name + ".key"; in DelDBPassword() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/ |
| D | store_factory_test.cpp | 98 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/ |
| D | dbm_kv_store.c | 347 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/ |
| D | key_control.c | 201 uint8_t KeyCtrlLoadVersion(const char *keyPath) in KeyCtrlLoadVersion()
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| D | rdb_security_manager.cpp | 203 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/ |
| D | connect_context.cpp | 198 Secure::SecureChar keyPath = in ParseClientCert() local
|
| /foundation/communication/netstack/interfaces/kits/js/ |
| D | @ohos.net.http.d.ts | 558 keyPath: string; property
|
| /foundation/communication/netstack/frameworks/cj/http/include/ |
| D | ffi_structs.h | 54 char* keyPath; member
|
| /foundation/communication/netstack/frameworks/cj/http/src/ |
| D | net_http_request_context.cpp | 400 std::string keyPath{ops->clientCert->keyPath}; in ParseParams() local
|