Home
last modified time | relevance | path

Searched refs:credCert (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/certificate_manager/test/fuzz_test/cmgetappcert_fuzzer/
H A Dcmgetappcert_fuzzer.cpp51 struct Credential credCert; in DoSomethingInterestingWithMyAPI() local
52 … (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()