Home
last modified time | relevance | path

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

/drivers/peripheral/huks/test/fuzztest/importkeyfuzz/
H A Dhuks_hdi_fuzzer.cpp27 #define SIZE_KEY 16 macro
31 if (data == nullptr || size <= (sizeof(struct HksParamSet) + SIZE_ALIAS + SIZE_KEY)) { in DoSomethingInterestingWithMyAPI()
43 struct HksBlob aesKey = { SIZE_KEY, static_cast<uint8_t *>(myData + SIZE_ALIAS) }; in DoSomethingInterestingWithMyAPI()
44 struct HksParamSet *paramSet = reinterpret_cast<struct HksParamSet *>(myData + SIZE_ALIAS + SIZE_KEY); in DoSomethingInterestingWithMyAPI()
45 paramSet->paramSetSize = size - (SIZE_ALIAS + SIZE_KEY); in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/huks/test/fuzztest/initfuzz/
H A Dhuks_hdi_fuzzer.cpp27 #define SIZE_KEY 276 macro
31 #define ALLSIZE (SIZE_KEY + SIZE_PARAMSET_INIT + SIZE_PARAMSET_UPDATE + SIZE_PARAMSET_FINISH)
46 struct HksBlob key = { SIZE_KEY, myData }; in DoSomethingInterestingWithMyAPI()
47 struct HksParamSet *paramSet = reinterpret_cast<struct HksParamSet *>(myData + SIZE_KEY); in DoSomethingInterestingWithMyAPI()
56 struct HksParamSet *paramSetUpdate = reinterpret_cast<struct HksParamSet *>(myData + SIZE_KEY + SIZE_PARAMSET_INIT); in DoSomethingInterestingWithMyAPI()
59 struct HksParamSet *paramSetFinish = reinterpret_cast<struct HksParamSet *>(myData + SIZE_KEY + SIZE_PARAMSET_INIT + in DoSomethingInterestingWithMyAPI()

Completed in 1 milliseconds