Home
last modified time | relevance | path

Searched refs:baseParam (Results 1 - 4 of 4) sorted by relevance

/test/xts/hats/useriam/userauth_additional/src/
H A Duser_auth_hdi.cpp553 authParam.baseParam.userId = enrollParam.userId; in HWTEST_F()
554 authParam.baseParam.authTrustLevel = 10000; in HWTEST_F()
556 authParam.baseParam.executorSensorHint = 1; in HWTEST_F()
557 authParam.baseParam.challenge = challenge; in HWTEST_F()
595 authParam.baseParam.userId = userId; in HWTEST_F()
596 authParam.baseParam.authTrustLevel = authTrustLevel[i]; in HWTEST_F()
598 authParam.baseParam.executorSensorHint = 1; in HWTEST_F()
599 authParam.baseParam.challenge = challenge; in HWTEST_F()
943 authParam.baseParam.authTrustLevel = 0; in HWTEST_F()
944 authParam.baseParam in HWTEST_F()
[all...]
/test/xts/acts/security/huks/huks_napi_BasicTest/src/
H A Dhuks_nullptr_test.cpp79 struct OH_Huks_Param baseParam = {.tag = OH_HUKS_TAG_ALGORITHM, .uint64Param = (uint64_t)1}; in HWTEST_F() local
81 ret = OH_Huks_CheckParamMatch(&baseParam, &otherParam); in HWTEST_F()
/test/xts/hats/useriam/userauth/src/
H A Duser_auth_hdi.cpp127 authParam.baseParam.userId = parcel.ReadInt32(); in FillAuthParam()
128 authParam.baseParam.authTrustLevel = parcel.ReadUint32(); in FillAuthParam()
130 authParam.baseParam.executorSensorHint = parcel.ReadUint32(); in FillAuthParam()
131 FillTestUint8Vector(parcel, authParam.baseParam.challenge); in FillAuthParam()
/test/xts/acts/security/huks/huks_ndk_Test/entry/src/main/cpp/
H A Dhuksndk.cpp776 struct OH_Huks_Param baseParam = {.tag = OH_HUKS_TAG_ALGORITHM, .uint64Param = (uint64_t)1}; in OHHuksCheckParamMatch() local
778 OH_Huks_Result resultSt = OH_Huks_CheckParamMatch(&baseParam, &otherParam); in OHHuksCheckParamMatch()
790 struct OH_Huks_Param baseParam = {.tag = OH_HUKS_TAG_ALGORITHM, .uint64Param = (uint64_t)1}; in OHHuksCheckParamMatchErr() local
792 OH_Huks_Result resultSt = OH_Huks_CheckParamMatch(&baseParam, &otherParam); in OHHuksCheckParamMatchErr()

Completed in 7 milliseconds