Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksimportwrappedkey_fuzzer/
H A Dhksimportwrappedkey_fuzzer.cpp27 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 Dhksdeletekey_fuzzer.cpp29 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 Dhkskeyexist_fuzzer.cpp26 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 Dhksgeneratekey_fuzzer.cpp27 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 Dhkschangestoragelevel_fuzzer.cpp27 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 Dhksexportpublickey_fuzzer.cpp26 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 Dhksgetkeyparamset_fuzzer.cpp27 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 Dhksinit_fuzzer.cpp26 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 Dhksimportkey_fuzzer.cpp26 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 Dhksanonattestkey_fuzzer.cpp27 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 Dhksattestkey_fuzzer.cpp27 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 Dhksgetcertificatechain_fuzzer.cpp27 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()