Home
last modified time | relevance | path

Searched refs:DecryptKey (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/web/webview/test/unittest/ohos_adapter/keystore_adapter_impl_test/
H A Dkeystore_adapter_impl_test.cpp109 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 Dark_keystore_adapter_impl.cpp34 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 Dark_keystore_adapter_impl.h31 ArkWebString DecryptKey(const ArkWebString& alis, const ArkWebString& encryptedData) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_keystore_adapter_wrapper.cpp40 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 Dark_keystore_adapter_wrapper.h30 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 Dark_keystore_adapter.h32 … virtual ArkWebString DecryptKey(const ArkWebString& alis, const ArkWebString& encryptedData) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dkeystore_adapter.h31 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 Dkeystore_adapter_impl.h33 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 Dkeystoreadapterimpl_fuzzer.cpp45 std::string DecryptString = KeystoreAdapterImpl::GetInstance().DecryptKey(alias, encryptString); in ApplyKeystoreAdapterImplFuzzTest()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dhuks_master.h42 bool DecryptKey(KeyContext &ctx, const UserAuth &auth, KeyInfo &key, bool isNeedNewNonce);
/ohos5.0/base/web/webview/ohos_adapter/keystore_adapter/src/
H A Dkeystore_adapter_impl.cpp189 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 Dbase_key.cpp614 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 Dhuks_master.cpp765 bool HuksMaster::DecryptKey(KeyContext &ctx, const UserAuth &auth, KeyInfo &key, bool isNeedNewNonc… in DecryptKey() function in OHOS::StorageDaemon::HuksMaster