Home
last modified time | relevance | path

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

/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksinit_fuzzer/
Dhksinit_fuzzer.cpp25 const int DOUBLE_BLOB_SIZE = 20; variable
30 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()
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksimportkey_fuzzer/
Dhksimportkey_fuzzer.cpp25 const int DOUBLE_BLOB_SIZE = 20; variable
30 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()
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksexportpublickey_fuzzer/
Dhksexportpublickey_fuzzer.cpp25 const int DOUBLE_BLOB_SIZE = 20; variable
30 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()
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hkshash_fuzzer/
Dhkshash_fuzzer.cpp25 const int DOUBLE_BLOB_SIZE = 20; variable
30 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()
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksbnexpmod_fuzzer/
Dhksbnexpmod_fuzzer.cpp25 const int DOUBLE_BLOB_SIZE = 20; variable
45 struct HksBlob e = { BLOB_SIZE, static_cast<uint8_t *>(myData + DOUBLE_BLOB_SIZE) }; in DoSomethingInterestingWithMyAPI()
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksimportwrappedkey_fuzzer/
Dhksimportwrappedkey_fuzzer.cpp26 const int DOUBLE_BLOB_SIZE = 20; variable
45 … struct HksBlob wrappedKeyData = { BLOB_SIZE, static_cast<uint8_t *>(myData + DOUBLE_BLOB_SIZE) }; in DoSomethingInterestingWithMyAPI()
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksupdate_fuzzer/
Dhksupdate_fuzzer.cpp26 const int DOUBLE_BLOB_SIZE = 20; variable
45 struct HksBlob outData = { BLOB_SIZE, static_cast<uint8_t *>(myData + DOUBLE_BLOB_SIZE) }; in DoSomethingInterestingWithMyAPI()
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksfinish_fuzzer/
Dhksfinish_fuzzer.cpp25 const int DOUBLE_BLOB_SIZE = 20; variable
44 struct HksBlob outData = { BLOB_SIZE, static_cast<uint8_t *>(myData + DOUBLE_BLOB_SIZE) }; in DoSomethingInterestingWithMyAPI()