Home
last modified time | relevance | path

Searched refs:arraySize (Results 1 - 9 of 9) sorted by relevance

/test/xts/device_attest/services/core/
H A Dattest_entry.c36 int32_t QueryAttest(int32_t** resultArray, int32_t arraySize, char** ticket, int32_t* ticketLength) in QueryAttest() argument
38 return QueryAttestStatus(resultArray, arraySize, ticket, ticketLength); in QueryAttest()
H A Dattest_entry.h29 int32_t QueryAttest(int32_t** resultArray, int32_t arraySize, char** ticket, int32_t* ticketLength);
/test/xts/device_attest/services/core/attest/
H A Dattest_service.c505 static int32_t QueryAttestStatusSwitch(int32_t** resultArray, int32_t arraySize, char** ticket, int32_t* ticketLength) in QueryAttestStatusSwitch() argument
507 if (resultArray == NULL || arraySize != ATTEST_RESULT_MAX || ticket == NULL) { in QueryAttestStatusSwitch()
534 int32_t QueryAttestStatus(int32_t** resultArray, int32_t arraySize, char** ticket, int32_t* ticketLength) in QueryAttestStatus() argument
537 int32_t ret = QueryAttestStatusSwitch(resultArray, arraySize, ticket, ticketLength); in QueryAttestStatus()
/test/xts/device_attest_lite/services/core/attest/
H A Dattest_service.c478 static int32_t QueryAttestStatusSwitch(int32_t** resultArray, int32_t arraySize, char** ticket, int32_t* ticketLength) in QueryAttestStatusSwitch() argument
480 if (resultArray == NULL || arraySize != ATTEST_RESULT_MAX || ticket == NULL) { in QueryAttestStatusSwitch()
506 int32_t QueryAttestStatus(int32_t** resultArray, int32_t arraySize, char** ticket, int32_t* ticketLength) in QueryAttestStatus() argument
509 int32_t ret = QueryAttestStatusSwitch(resultArray, arraySize, ticket, ticketLength); in QueryAttestStatus()
/test/xts/acts/security/huks/huks_napi_BasicTest/src/
H A Dhuks_warpped_test.cpp127 const struct OH_Huks_Param *importedKeyParamSetArray, uint32_t arraySize) in InitCommonTestParamsAndDoImport()
156 ret = InitParamSet(&importPlainKeyParams, importedKeyParamSetArray, arraySize); in InitCommonTestParamsAndDoImport()
126 InitCommonTestParamsAndDoImport(struct HksImportWrappedKeyTestParams *importWrappedKeyTestParams, const struct OH_Huks_Param *importedKeyParamSetArray, uint32_t arraySize) InitCommonTestParamsAndDoImport() argument
/test/xts/device_attest_lite/services/core/include/attest/
H A Dattest_service.h31 int32_t QueryAttestStatus(int32_t** resultArray, int32_t arraySize, char** ticket, int32_t* ticketLength);
/test/xts/device_attest/services/core/include/attest/
H A Dattest_service.h31 int32_t QueryAttestStatus(int32_t** resultArray, int32_t arraySize, char** ticket, int32_t* ticketLength);
/test/xts/acts/security/huks/huks_ndk_Test/entry/src/main/cpp/
H A Dutils.cpp470 uint32_t arraySize) in InitCommonTestParamsAndDoImport()
503 ret = InitParamSet(&importPlainKeyParams, importedKeyParamSetArray, arraySize); in InitCommonTestParamsAndDoImport()
468 InitCommonTestParamsAndDoImport(struct HksImportWrappedKeyTestParams* importWrappedKeyTestParams, const struct OH_Huks_Param* importedKeyParamSetArray, uint32_t arraySize) InitCommonTestParamsAndDoImport() argument
/test/xts/device_attest_lite/services/core/network/
H A Dattest_network.c1073 int32_t arraySize = cJSON_GetArraySize(array); in ParseNetworkInfosConfig() local
1074 for (int32_t i = 0; i < arraySize; i++) { in ParseNetworkInfosConfig()

Completed in 7 milliseconds