Home
last modified time | relevance | path

Searched refs:HKS_CHALLENGE_POS_0 (Results 1 – 4 of 4) sorted by relevance

/base/security/huks/test/unittest/huks_standard_test/module_test/framework_test/common_test/src/
Dhks_param_test.cpp70 … struct HksParam otherParam = { .tag = HKS_TAG_CHALLENGE_POS, .uint32Param = HKS_CHALLENGE_POS_0 };
/base/security/huks/interfaces/inner_api/huks_standard/main/include/
Dhks_type.h487 HKS_CHALLENGE_POS_0 = 0, enumerator
/base/security/huks/interfaces/kits/napi/src/
Dhuks_napi.cpp605 AddInt32Property(env, value, "HUKS_CHALLENGE_POS_0", HKS_CHALLENGE_POS_0); in CreateHuksChallengePosition()
/base/security/huks/test/unittest/huks_standard_test/module_test/interface_test/src/
Dhks_native_api_compatibility_test.cpp555 ASSERT_EQ((uint32_t)OH_HUKS_CHALLENGE_POS_0 == (uint32_t)HKS_CHALLENGE_POS_0, true);