Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_manager/test/fuzz_test/cmabort_fuzzer/
H A Dcmabort_fuzzer.cpp34 struct CmBlob abHandle = {0, nullptr}; in DoSomethingInterestingWithMyAPI() local
35 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &abHandle)) { in DoSomethingInterestingWithMyAPI()
41 (void)CmAbort(&abHandle); in DoSomethingInterestingWithMyAPI()