/ohos5.0/base/web/webview/test/unittest/ohos_adapter/keystore_adapter_impl_test/ |
H A D | keystore_adapter_impl_test.cpp | 109 std::string DecryptString = KeystoreAdapterImpl::GetInstance().DecryptKey(alias, encryptString); 113 DecryptString = KeystoreAdapterImpl::GetInstance().DecryptKey(alias, "test"); 120 … std::string nullDecrypt = KeystoreAdapterImpl::GetInstance().DecryptKey(nullAlias, nullPlainData); 126 nullDecrypt = KeystoreAdapterImpl::GetInstance().DecryptKey(long_str_alias, "test");
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_keystore_adapter_impl.cpp | 34 ArkWebString ArkKeystoreAdapterImpl::DecryptKey(const ArkWebString& alias, const ArkWebString& encr… in DecryptKey() function in OHOS::ArkWeb::ArkKeystoreAdapterImpl 39 std::string result = real_.DecryptKey(s_alias, s_encryptedData); in DecryptKey()
|
H A D | ark_keystore_adapter_impl.h | 31 ArkWebString DecryptKey(const ArkWebString& alis, const ArkWebString& encryptedData) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_keystore_adapter_wrapper.cpp | 40 std::string ArkKeystoreAdapterWrapper::DecryptKey(const std::string alias, const std::string encryp… in DecryptKey() function in OHOS::ArkWeb::ArkKeystoreAdapterWrapper 48 ArkWebString ark_result = ctocpp_->DecryptKey(ark_alias, ark_encryptedData); in DecryptKey()
|
H A D | ark_keystore_adapter_wrapper.h | 30 std::string DecryptKey(const std::string alis, const std::string encryptedData) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_keystore_adapter.h | 32 … virtual ArkWebString DecryptKey(const ArkWebString& alis, const ArkWebString& encryptedData) = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | keystore_adapter.h | 31 virtual std::string DecryptKey(const std::string alis, const std::string encryptedData) = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/keystore_adapter/include/ |
H A D | keystore_adapter_impl.h | 33 std::string DecryptKey(const std::string alias, const std::string encryptedData) override;
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/keystore_adapter/keystoreadapterimpl_fuzzer/ |
H A D | keystoreadapterimpl_fuzzer.cpp | 45 std::string DecryptString = KeystoreAdapterImpl::GetInstance().DecryptKey(alias, encryptString); in ApplyKeystoreAdapterImplFuzzTest()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/ |
H A D | huks_master.h | 42 bool DecryptKey(KeyContext &ctx, const UserAuth &auth, KeyInfo &key, bool isNeedNewNonce);
|
/ohos5.0/base/web/webview/ohos_adapter/keystore_adapter/src/ |
H A D | keystore_adapter_impl.cpp | 189 std::string KeystoreAdapterImpl::DecryptKey(const std::string alias, const std::string encryptedDat… in DecryptKey() function in OHOS::NWeb::KeystoreAdapterImpl
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | base_key.cpp | 614 if (!HuksMaster::GetInstance().DecryptKey(ctxNone, auth, keyInfo_, true)) { in StoreKey() 767 ret = HuksMaster::GetInstance().DecryptKey(keyContext_, auth, keyInfo_, true); in StoreKey() 945 if (!HuksMaster::GetInstance().DecryptKey(keyCtx, auth, planKeyInfo, false)) { in StoreKey()
|
H A D | huks_master.cpp | 765 bool HuksMaster::DecryptKey(KeyContext &ctx, const UserAuth &auth, KeyInfo &key, bool isNeedNewNonc… in DecryptKey() function in OHOS::StorageDaemon::HuksMaster
|