Home
last modified time | relevance | path

Searched refs:otherParam (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/security/huks/huks_napi_BasicTest/src/
H A Dhuks_nullptr_test.cpp80 struct OH_Huks_Param otherParam = {.tag = OH_HUKS_TAG_ALGORITHM, .uint64Param = (uint64_t)2}; in HWTEST_F() local
81 ret = OH_Huks_CheckParamMatch(&baseParam, &otherParam); in HWTEST_F()
/test/xts/acts/security/huks/huks_ndk_Test/entry/src/main/cpp/
H A Dhuksndk.cpp777 struct OH_Huks_Param otherParam = {.tag = OH_HUKS_TAG_ALGORITHM, .uint64Param = (uint64_t)1}; in OHHuksCheckParamMatch() local
778 OH_Huks_Result resultSt = OH_Huks_CheckParamMatch(&baseParam, &otherParam); in OHHuksCheckParamMatch()
791 struct OH_Huks_Param otherParam = {.tag = OH_HUKS_TAG_ALGORITHM, .uint64Param = (uint64_t)2}; in OHHuksCheckParamMatchErr() local
792 OH_Huks_Result resultSt = OH_Huks_CheckParamMatch(&baseParam, &otherParam); in OHHuksCheckParamMatchErr()

Completed in 4 milliseconds