Searched refs:DOUBLE_BLOB_SIZE (Results 1 – 8 of 8) sorted by relevance
25 const int DOUBLE_BLOB_SIZE = 20; variable30 if (data == nullptr || size <= (sizeof(struct HksParamSet) + DOUBLE_BLOB_SIZE)) { in DoSomethingInterestingWithMyAPI()44 … struct HksParamSet *paramSet = reinterpret_cast<struct HksParamSet *>(myData + DOUBLE_BLOB_SIZE); in DoSomethingInterestingWithMyAPI()45 paramSet->paramSetSize = size - DOUBLE_BLOB_SIZE; in DoSomethingInterestingWithMyAPI()
25 const int DOUBLE_BLOB_SIZE = 20; variable30 if (data == nullptr || size <= (sizeof(struct HksParamSet) + DOUBLE_BLOB_SIZE)) { in DoSomethingInterestingWithMyAPI()43 … struct HksParamSet *paramSet = reinterpret_cast<struct HksParamSet *>(myData + DOUBLE_BLOB_SIZE); in DoSomethingInterestingWithMyAPI()45 paramSet->paramSetSize = size - DOUBLE_BLOB_SIZE; in DoSomethingInterestingWithMyAPI()
25 const int DOUBLE_BLOB_SIZE = 20; variable45 struct HksBlob e = { BLOB_SIZE, static_cast<uint8_t *>(myData + DOUBLE_BLOB_SIZE) }; in DoSomethingInterestingWithMyAPI()
26 const int DOUBLE_BLOB_SIZE = 20; variable45 … struct HksBlob wrappedKeyData = { BLOB_SIZE, static_cast<uint8_t *>(myData + DOUBLE_BLOB_SIZE) }; in DoSomethingInterestingWithMyAPI()
26 const int DOUBLE_BLOB_SIZE = 20; variable45 struct HksBlob outData = { BLOB_SIZE, static_cast<uint8_t *>(myData + DOUBLE_BLOB_SIZE) }; in DoSomethingInterestingWithMyAPI()
25 const int DOUBLE_BLOB_SIZE = 20; variable44 struct HksBlob outData = { BLOB_SIZE, static_cast<uint8_t *>(myData + DOUBLE_BLOB_SIZE) }; in DoSomethingInterestingWithMyAPI()