Searched refs:credCert (Results 1 – 1 of 1) sorted by relevance
51 struct Credential credCert; in DoSomethingInterestingWithMyAPI() local52 … (void)memcpy_s(&credCert, sizeof(struct Credential), myData + offset, sizeof(struct Credential)); in DoSomethingInterestingWithMyAPI()55 if (remainSize < credCert.credData.size) { in DoSomethingInterestingWithMyAPI()59 credCert.credData.data = const_cast<uint8_t *>(myData + offset); in DoSomethingInterestingWithMyAPI()62 (void)CmGetAppCert(&appCertUri, store, &credCert); in DoSomethingInterestingWithMyAPI()