Home
last modified time | relevance | path

Searched defs:originKey (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/include/
H A Dhks_sm_import_wrap_key.h35 struct HksBlob originKey; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dupgrade.cpp113 auto dbStatus = kvStore->UpdateKey([uuid](const DBKey &originKey, DBKey &newKey) { in UpdateUuid()
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_core_service_key_generate.c565 struct HksBlob originKey = { 0, NULL }; in DecryptImportedKeyWithKek() local
603 struct HksBlob *originKey, struct HksBlob *kek) in ClearAndFreeKeyBlobsIfNeed()
801 struct HksBlob originKey = { 0, NULL }; in HksCoreImportWrappedKey() local
H A Dhks_sm_import_wrap_key.c442 struct HksBlob originKey = { 0, NULL }; in DecryptImportedSmKey() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_delegate_test.cpp2674 g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon195527440f02()
2720 g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon195527441002()
2741 g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon195527441102()
2786 DBStatus status = g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon195527441202()
2790 status = g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon195527441302()
2794 status = g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon195527441402()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_complex_sync_test.cpp2155 DBStatus status = g_kvDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anonb4f3bed91a02()