Home
last modified time | relevance | path

Searched refs:HKS_KEY_FLAG_AGREE_KEY (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/huks/interfaces/kits/liteapi/src/
H A Dhks_lite_api.cpp142 AddInt32PropertyInLite(keyFlag, "HUKS_KEY_FLAG_AGREE_KEY", HKS_KEY_FLAG_AGREE_KEY); in CreateHuksKeyFlag()
/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/main/include/
H A Dhks_type_enum.h239 HKS_KEY_FLAG_AGREE_KEY = 3, enumerator
/ohos5.0/base/security/huks/interfaces/kits/napi/src/
H A Dhuks_napi.cpp548 AddInt32Property(env, keyFlag, "HUKS_KEY_FLAG_AGREE_KEY", HKS_KEY_FLAG_AGREE_KEY); in CreateHuksKeyFlag()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/interface_test/src/
H A Dhks_native_api_compatibility_test.cpp359 ASSERT_EQ((uint32_t)OH_HUKS_KEY_FLAG_AGREE_KEY == (uint32_t)HKS_KEY_FLAG_AGREE_KEY, true);
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_core_service_three_stage.c1659 …ildAgreeDeriveKeyBlobOrGetOutData(paramSet, restoreData, outData, HKS_KEY_FLAG_AGREE_KEY, keyNode); in HksCoreAgreeThreeStageFinish()