Searched refs:SIZE_ALIAS (Results 1 – 1 of 1) sorted by relevance
26 #define SIZE_ALIAS 16 macro31 if (data == nullptr || size <= (sizeof(struct HksParamSet) + SIZE_ALIAS + SIZE_KEY)) { in DoSomethingInterestingWithMyAPI()42 struct HksBlob keyAlias = { SIZE_ALIAS, myData }; 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_K… in DoSomethingInterestingWithMyAPI()45 paramSet->paramSetSize = size - (SIZE_ALIAS + SIZE_KEY); in DoSomethingInterestingWithMyAPI()