Home
last modified time | relevance | path

Searched defs:keyInfo (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_data_change_listener.cpp48 auto keyInfo = make_unique<KeyInfo>(); in ParseInfo() local
67 unique_ptr<KeyInfo> keyInfo = KeyInfo::ParseInfo(entry.key.ToString()); in OnChange() local
82 unique_ptr<KeyInfo> keyInfo = KeyInfo::ParseInfo(entry.key.ToString()); in OnChange() local
93 unique_ptr<KeyInfo> keyInfo = KeyInfo::ParseInfo(entry.key.ToString()); in OnChange() local
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_adapter.c25 bool HksIsKeyInfoLenInvalid(struct HksStoreKeyInfo *keyInfo) in HksIsKeyInfoLenInvalid()
33 static int32_t AddStorageFixedParams(const struct HksStoreKeyInfo *keyInfo, struct HksParamSet *par… in AddStorageFixedParams()
80 struct HksStoreKeyInfo *keyInfo = (struct HksStoreKeyInfo *)keyInfoBlob->data; in AddStorageParams() local
H A Dhks_storage_lite.c365 struct HksStoreKeyInfo *keyInfo = (struct HksStoreKeyInfo *)tmpBuf; in GetKeyOffsetByKeyAlias() local
475 …struct HksStoreKeyInfo *keyInfo = (struct HksStoreKeyInfo *)(g_storageImageBuffer.data + keyOffset… in DeleteKey() local
504 … struct HksStoreKeyInfo *keyInfo = (struct HksStoreKeyInfo *)(g_storageImageBuffer.data + offset); in StoreKeyBlob() local
638 … struct HksStoreKeyInfo *keyInfo = (struct HksStoreKeyInfo *)(g_storageImageBuffer.data + offset); in HksStoreDeleteKeyBlob() local
689 struct HksStoreKeyInfo *keyInfo = (struct HksStoreKeyInfo *)tmpBuf; in HksStoreGetKeyBlob() local
716 … struct HksStoreKeyInfo *keyInfo = (struct HksStoreKeyInfo *)(g_storageImageBuffer.data + offset); in HksStoreGetKeyBlobSize() local
748 struct HksStoreKeyInfo *keyInfo = (struct HksStoreKeyInfo *)keyInfoBlob->data; in GetKeyInfoList() local
826 struct HksStoreKeyInfo *keyInfo = (struct HksStoreKeyInfo *)tmpBuf; in HksStoreGetKeyInfoList() local
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_manager_unit_test.cpp213 auto keyInfo = std::make_shared<KeyInfo>(bundleName, uid); variable
251 auto keyInfo = std::make_shared<KeyInfo>("bundleName", 1); variable
276 auto keyInfo = std::make_shared<KeyInfo>(bundleName, uid); variable
300 auto keyInfo = std::make_shared<KeyInfo>("bundleName", 1); variable
342 auto keyInfo = std::make_shared<KeyInfo>("bundleName", 1); variable
402 auto keyInfo = std::make_shared<KeyInfo>("bundleName", 1); variable
424 auto keyInfo = std::make_shared<KeyInfo>("bundleName", 1); variable
H A Dbgtask_misc_unit_test.cpp314 auto keyInfo = std::make_shared<KeyInfo>("bundleName1", 1); variable
354 auto keyInfo = std::make_shared<KeyInfo>("bundleName1", 1); variable
560 auto keyInfo = std::make_shared<KeyInfo>("bundleName", 1); variable
716 auto keyInfo = std::make_shared<KeyInfo>("bundleName1", 1); variable
750 auto keyInfo = std::make_shared<KeyInfo>("bundleName1", 1); variable
782 auto keyInfo = std::make_shared<KeyInfo>("bundleName1", 1); variable
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_keyblob_lite.c105 struct HksStoreKeyInfo *keyInfo = (struct HksStoreKeyInfo *)cipherKey->data; in BuildKeyBlobUsageSpec() local
141 struct HksStoreKeyInfo *keyInfo = (struct HksStoreKeyInfo *)cipherKey->data; in EncryptAndDecryptKeyBlob() local
272 struct HksStoreKeyInfo *keyInfo = (struct HksStoreKeyInfo *)key->data; in GetRawKeyMaterial() local
340 struct HksStoreKeyInfo *keyInfo = (struct HksStoreKeyInfo *)keyOut->data; in FillBaseInfo() local
394 struct HksStoreKeyInfo *keyInfo = (struct HksStoreKeyInfo *)keyOut->data; in FillStoreKeyInfo() local
H A Dhks_keyblob.c279 static int32_t InitKeyBlobInfo(const struct HksBlob *key, struct HksBlob *keyInfo) in InitKeyBlobInfo()
308 static int32_t AddCoreServiceParams(const struct HksBlob *keyInfo, enum HksKeyFlag keyFlag, in AddCoreServiceParams()
/ohos5.0/base/security/device_auth/services/protocol/src/pake_protocol/pake_v1_protocol/
H A Dpake_v1_protocol_common.c195 Uint8Buff keyInfo = { (uint8_t *)HICHAIN_SPEKE_BASE_INFO, HcStrlen(HICHAIN_SPEKE_BASE_INFO) }; in GeneratePakeParams() local
228 …Uint8Buff keyInfo = { (uint8_t *)HICHAIN_SPEKE_SESSIONKEY_INFO, HcStrlen(HICHAIN_SPEKE_SESSIONKEY_… in DeriveKeyFromSharedSecret() local
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H A Dcustom_input_method.cpp92 KeyInfo keyInfo; in GetKeyInfo() local
213 KeyInfo keyInfo = GetKeyInfo(type); in SetupKeyboard() local
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/core/src/
H A Dhks_client_check_test.cpp126 struct HksKeyInfo keyInfo; variable
158 struct HksKeyInfo keyInfo; variable
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/interface_test/src/
H A Dhks_native_api_compatibility_test.cpp813 struct OH_Huks_KeyInfo keyInfo; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dsource_map.cpp176 for (auto keyInfo : sourceKeyInfo) { in Init() local
327 std::vector<std::string> keyInfo; in HandleMappings() local
/ohos5.0/base/security/device_auth/services/protocol/src/pake_protocol/pake_v2_protocol/
H A Dpake_v2_protocol_common.c183 Uint8Buff keyInfo = { (uint8_t *)HICHAIN_SPEKE_BASE_INFO, HcStrlen(HICHAIN_SPEKE_BASE_INFO) }; in GeneratePakeParams() local
568 …Uint8Buff keyInfo = { (uint8_t *)HICHAIN_SPEKE_SESSIONKEY_INFO, HcStrlen(HICHAIN_SPEKE_SESSIONKEY_… in GenerateSessionKey() local
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c418 …_t FillAuthSessionInfo(AuthSessionInfo *info, const NodeInfo *nodeInfo, AuthDeviceKeyInfo *keyInfo, in FillAuthSessionInfo()
445 static int32_t AuthDirectOnlineProcessSessionKey(AuthSessionInfo *info, AuthDeviceKeyInfo *keyInfo,… in AuthDirectOnlineProcessSessionKey()
471 static int32_t AuthDirectOnlineWithoutSessionKey(AuthSessionInfo *info, AuthDeviceKeyInfo *keyInfo,… in AuthDirectOnlineWithoutSessionKey()
496 AuthDeviceKeyInfo keyInfo = {0}; in AuthRestoreAuthManager() local
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/
H A Dpake_task_common.c67 Uint8Buff keyInfo = { (uint8_t *)HICHAIN_RETURN_KEY, HcStrlen(HICHAIN_RETURN_KEY) }; in GenerateOutputKey() local
/ohos5.0/foundation/resourceschedule/ffrt/src/util/
H A Dworker_monitor.cpp298 std::string keyInfo = SaveKeyInfo(); in RecordKeyInfo() local
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_p2p.c310 Uint8Buff keyInfo = { (uint8_t *)TMP_AUTH_KEY_FACTOR, HcStrlen(TMP_AUTH_KEY_FACTOR) }; in GetSharedSecretByUrl() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp1103 AuthDeviceKeyInfo keyInfo = { .keyLen = strlen("testKey"), .isOldKey = true, }; variable
1146 AuthDeviceKeyInfo keyInfo; variable
/ohos5.0/base/security/device_auth/services/mk_agree/src/
H A Dkey_manager.c152 Uint8Buff keyInfo = { (uint8_t *)MK_DERIVE_INFO, HcStrlen(MK_DERIVE_INFO) }; in KeyDerivation() local
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_rss_session.cpp100 napi_value keyInfo = nullptr; in SetMapValue() local
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/
H A Ddl_speke_protocol.c258 Uint8Buff keyInfo = { (uint8_t *)HICHAIN_SPEKE_BASE_INFO, HcStrlen(HICHAIN_SPEKE_BASE_INFO) }; in CalSecret() local
655 …Uint8Buff keyInfo = { (uint8_t *)HICHAIN_SPEKE_SESSIONKEY_INFO, HcStrlen(HICHAIN_SPEKE_SESSIONKEY_… in CalSessionKey() local
H A Dec_speke_protocol.c204 Uint8Buff keyInfo = { (uint8_t *)HICHAIN_SPEKE_BASE_INFO, HcStrlen(HICHAIN_SPEKE_BASE_INFO) }; in CalSecret() local
641 …Uint8Buff keyInfo = { (uint8_t *)HICHAIN_SPEKE_SESSIONKEY_INFO, HcStrlen(HICHAIN_SPEKE_SESSIONKEY_… in CalSessionKey() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_interactable_view_ffi.cpp254 auto onKeyEvent = [ffiCallback = CJLambda::Create(callback)](KeyEventInfo& keyInfo) -> bool { in FfiOHOSAceFrameworkInteractableViewOnKey()
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp408 std::vector<std::string> keyInfo; in HandleMappings() local
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/
H A Dpake_v1_protocol_task_common.c313 Uint8Buff keyInfo = { (uint8_t *)TMP_AUTH_KEY_FACTOR, HcStrlen(TMP_AUTH_KEY_FACTOR) }; in FillPskWithDerivedKeyHex() local

12