/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksimportwrappedkey_fuzzer/ |
H A D | hksimportwrappedkey_fuzzer.cpp | 27 constexpr int ALIAS_SIZE = 10; variable 35 if (data == nullptr || size < (ALIAS_SIZE + ALIAS_SIZE + sizeof(uint32_t))) { in DoSomethingInterestingWithMyAPI() 39 struct HksBlob keyAlias = { ALIAS_SIZE, ReadData<uint8_t *>(data, size, ALIAS_SIZE) }; in DoSomethingInterestingWithMyAPI() 40 struct HksBlob wrappingKeyAlias = { ALIAS_SIZE, ReadData<uint8_t *>(data, size, ALIAS_SIZE) }; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksdeletekey_fuzzer/ |
H A D | hksdeletekey_fuzzer.cpp | 29 constexpr int ALIAS_SIZE = 10; variable 33 if (data == nullptr || size < ALIAS_SIZE) { in DoSomethingInterestingWithMyAPI() 37 struct HksBlob keyAlias = { ALIAS_SIZE, ReadData<uint8_t *>(data, size, ALIAS_SIZE) }; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hkskeyexist_fuzzer/ |
H A D | hkskeyexist_fuzzer.cpp | 26 constexpr int ALIAS_SIZE = 10; variable 34 if (data == nullptr || size < ALIAS_SIZE) { in DoSomethingInterestingWithMyAPI() 37 struct HksBlob keyAlias = { ALIAS_SIZE, ReadData<uint8_t *>(data, size, ALIAS_SIZE) }; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksgeneratekey_fuzzer/ |
H A D | hksgeneratekey_fuzzer.cpp | 27 constexpr int ALIAS_SIZE = 10; variable 35 if (data == nullptr || size < ALIAS_SIZE) { in DoSomethingInterestingWithMyAPI() 39 struct HksBlob keyAlias = { ALIAS_SIZE, ReadData<uint8_t *>(data, size, ALIAS_SIZE) }; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hkschangestoragelevel_fuzzer/ |
H A D | hkschangestoragelevel_fuzzer.cpp | 27 constexpr int ALIAS_SIZE = 10; variable 35 if (data == nullptr || size < ALIAS_SIZE) { in DoSomethingInterestingWithMyAPI() 39 struct HksBlob keyAlias = { ALIAS_SIZE, ReadData<uint8_t *>(data, size, ALIAS_SIZE) }; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksexportpublickey_fuzzer/ |
H A D | hksexportpublickey_fuzzer.cpp | 26 constexpr int ALIAS_SIZE = 10; variable 35 if (data == nullptr || size <= ALIAS_SIZE) { in DoSomethingInterestingWithMyAPI() 39 struct HksBlob keyAlias = { ALIAS_SIZE, ReadData<uint8_t *>(data, size, ALIAS_SIZE) }; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksgetkeyparamset_fuzzer/ |
H A D | hksgetkeyparamset_fuzzer.cpp | 27 constexpr int ALIAS_SIZE = 10; variable 35 if (data == nullptr || size < ALIAS_SIZE) { in DoSomethingInterestingWithMyAPI() 39 struct HksBlob keyAlias = { ALIAS_SIZE, ReadData<uint8_t *>(data, size, ALIAS_SIZE) }; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksinit_fuzzer/ |
H A D | hksinit_fuzzer.cpp | 26 constexpr int ALIAS_SIZE = 10; variable 34 if (data == nullptr || size < (ALIAS_SIZE + sizeof(uint64_t))) { in DoSomethingInterestingWithMyAPI() 38 struct HksBlob keyAlias = { ALIAS_SIZE, ReadData<uint8_t *>(data, size, ALIAS_SIZE) }; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksimportkey_fuzzer/ |
H A D | hksimportkey_fuzzer.cpp | 26 constexpr int ALIAS_SIZE = 10; variable 34 if (data == nullptr || size <= (ALIAS_SIZE + sizeof(uint32_t))) { in DoSomethingInterestingWithMyAPI() 38 struct HksBlob keyAlias = { ALIAS_SIZE, ReadData<uint8_t *>(data, size, ALIAS_SIZE) }; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksanonattestkey_fuzzer/ |
H A D | hksanonattestkey_fuzzer.cpp | 27 constexpr int ALIAS_SIZE = 10; variable 37 if (data == nullptr || size < ALIAS_SIZE) { in DoSomethingInterestingWithMyAPI() 40 struct HksBlob keyAlias = { ALIAS_SIZE, ReadData<uint8_t *>(data, size, ALIAS_SIZE) }; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksattestkey_fuzzer/ |
H A D | hksattestkey_fuzzer.cpp | 27 constexpr int ALIAS_SIZE = 10; variable 37 if (data == nullptr || size < ALIAS_SIZE) { in DoSomethingInterestingWithMyAPI() 40 struct HksBlob keyAlias = { ALIAS_SIZE, ReadData<uint8_t *>(data, size, ALIAS_SIZE) }; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksgetcertificatechain_fuzzer/ |
H A D | hksgetcertificatechain_fuzzer.cpp | 27 constexpr int ALIAS_SIZE = 10; variable 37 if (data == nullptr || size < ALIAS_SIZE) { in DoSomethingInterestingWithMyAPI() 41 struct HksBlob keyAlias = { ALIAS_SIZE, ReadData<uint8_t *>(data, size, ALIAS_SIZE) }; in DoSomethingInterestingWithMyAPI()
|