Searched refs:PARAMSET_SIZE (Results 1 – 2 of 2) sorted by relevance
26 #define PARAMSET_SIZE 108 macro32 if (data == nullptr || size <= (PARAMSET_SIZE + PRIVATE_KEY_SIZE + PUBLIC_KEY_SIZE)) { in DoSomethingInterestingWithMyAPI()40 struct HksBlob privatekey = { PRIVATE_KEY_SIZE, myData + PARAMSET_SIZE }; in DoSomethingInterestingWithMyAPI()42 paramSetIn->paramSetSize = PARAMSET_SIZE; in DoSomethingInterestingWithMyAPI()50 .data = myData + PARAMSET_SIZE + PRIVATE_KEY_SIZE, in DoSomethingInterestingWithMyAPI()
27 #define PARAMSET_SIZE 124 macro32 if (data == nullptr || size <= (KEY_SIZE + WRAPPED_KEY_DATA + PARAMSET_SIZE)) { in DoSomethingInterestingWithMyAPI()42 paramSetIn->paramSetSize = PARAMSET_SIZE; in DoSomethingInterestingWithMyAPI()51 .data = myData + WRAPPED_KEY_DATA + PARAMSET_SIZE, in DoSomethingInterestingWithMyAPI()52 .size = size - (WRAPPED_KEY_DATA + PARAMSET_SIZE) in DoSomethingInterestingWithMyAPI()