Home
last modified time | relevance | path

Searched refs:HuksFreshParamSet (Results 1 – 8 of 8) sorted by relevance

/drivers/peripheral/huks/test/fuzztest/initfuzz/
Dhuks_hdi_fuzzer.cpp64 …if (HuksFreshParamSet(paramSetUpdate, false) != 0 || HuksFreshParamSet(paramSetFinish, false) != 0… in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/huks/test/fuzztest/
Dhuks_hdi_fuzz_common.h28 int32_t HuksFreshParamSet(struct HksParamSet *paramSet, bool isCopy);
Dhuks_hdi_fuzz_common.cpp52 int32_t HuksFreshParamSet(struct HksParamSet *paramSet, bool isCopy) in HuksFreshParamSet() function
/drivers/peripheral/huks/test/unittest/
Dhdi_ihuks_api_function_test.cpp195 static int32_t HuksFreshParamSet(struct HksParamSet *paramSet, bool isCopy) in HuksFreshParamSet() function
277 int ret = HuksFreshParamSet((struct HksParamSet *)g_generateParamSet, false);
312 int ret = HuksFreshParamSet((struct HksParamSet *)g_importParamSet, false);
342 int ret = HuksFreshParamSet((struct HksParamSet *)g_initParamSet, false);
/drivers/peripheral/huks/test/fuzztest/importkeyfuzz/
Dhuks_hdi_fuzzer.cpp48 if (HuksFreshParamSet(paramSet, false) != 0) { in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/huks/test/fuzztest/agreekeyfuzz/
Dhuks_hdi_fuzzer.cpp44 if (HuksFreshParamSet(paramSetIn, false) != 0) { in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/huks/test/fuzztest/generatekeyfuzz/
Dhuks_hdi_fuzzer.cpp42 if (HuksFreshParamSet(paramSetIn, false) != 0) { in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/huks/test/fuzztest/importwrappedkeyfuzz/
Dhuks_hdi_fuzzer.cpp45 if (HuksFreshParamSet(paramSetIn, false) != 0) { in DoSomethingInterestingWithMyAPI()