Home
last modified time | relevance | path

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

/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksgetkeyparamset_fuzzer/
Dhksgetkeyparamset_fuzzer.cpp44 int paramSize = (size - BLOB_SIZE) / DOUBLE; in DoSomethingInterestingWithMyAPI() local
46 paramSetIn->paramSetSize = paramSize; in DoSomethingInterestingWithMyAPI()
48 … HksParamSet *paramSetOut = reinterpret_cast<struct HksParamSet *>(myData + BLOB_SIZE + paramSize); in DoSomethingInterestingWithMyAPI()
49 paramSetOut->paramSetSize = paramSize; in DoSomethingInterestingWithMyAPI()
/base/security/certificate_manager/test/fuzz_test/cmuninstallusertrustedcert_fuzzer/
Dcmuninstallusertrustedcert_fuzzer.cpp26 uint32_t paramSize = sizeof(struct CmBlob); in DoSomethingInterestingWithMyAPI() local
28 if (!CopyMyData(data, size, paramSize, &myData)) { in DoSomethingInterestingWithMyAPI()