Home
last modified time | relevance | path

Searched defs:paramSetIn (Results 1 – 4 of 4) sorted by relevance

/drivers/peripheral/huks/test/fuzztest/generatekeyfuzz/
Dhuks_hdi_fuzzer.cpp39 …struct HksParamSet *paramSetIn = reinterpret_cast<struct HksParamSet *>(myData + INIT_KEY_ALIAS_SI… in DoSomethingInterestingWithMyAPI() local
/drivers/peripheral/huks/test/fuzztest/agreekeyfuzz/
Dhuks_hdi_fuzzer.cpp41 struct HksParamSet *paramSetIn = reinterpret_cast<struct HksParamSet *>(myData); in DoSomethingInterestingWithMyAPI() local
/drivers/peripheral/huks/test/fuzztest/importwrappedkeyfuzz/
Dhuks_hdi_fuzzer.cpp41 …struct HksParamSet *paramSetIn = reinterpret_cast<struct HksParamSet *>(myData + WRAPPED_KEY_DATA); in DoSomethingInterestingWithMyAPI() local
/drivers/peripheral/huks/hdi_service/
Dhuks_hdi_passthrough_adapter.c61 …2_t HuksHdiAdapterGenerateKey(const struct HksBlob *keyAlias, const struct HksParamSet *paramSetIn, in HuksHdiAdapterGenerateKey()