Searched defs:paramSetIn (Results 1 – 4 of 4) sorted by relevance
39 …struct HksParamSet *paramSetIn = reinterpret_cast<struct HksParamSet *>(myData + INIT_KEY_ALIAS_SI… in DoSomethingInterestingWithMyAPI() local
41 struct HksParamSet *paramSetIn = reinterpret_cast<struct HksParamSet *>(myData); in DoSomethingInterestingWithMyAPI() local
41 …struct HksParamSet *paramSetIn = reinterpret_cast<struct HksParamSet *>(myData + WRAPPED_KEY_DATA); in DoSomethingInterestingWithMyAPI() local
61 …2_t HuksHdiAdapterGenerateKey(const struct HksBlob *keyAlias, const struct HksParamSet *paramSetIn, in HuksHdiAdapterGenerateKey()