Home
last modified time | relevance | path

Searched refs:BLOB_NUM (Results 1 - 8 of 8) sorted by relevance

/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksmac_fuzzer/
H A Dhksmac_fuzzer.cpp26 constexpr int BLOB_NUM = 3; variable
34 if (data == nullptr || size < (BLOB_NUM * sizeof(uint32_t))) { in DoSomethingInterestingWithMyAPI()
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksdecrypt_fuzzer/
H A Dhksdecrypt_fuzzer.cpp26 constexpr int BLOB_NUM = 3; variable
34 if (data == nullptr || size < (BLOB_NUM * sizeof(uint32_t))) { in DoSomethingInterestingWithMyAPI()
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksverify_fuzzer/
H A Dhksverify_fuzzer.cpp26 constexpr int BLOB_NUM = 3; variable
34 if (data == nullptr || size < (BLOB_NUM * sizeof(uint64_t))) { in DoSomethingInterestingWithMyAPI()
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksrename_fuzzer/
H A Dhksrename_fuzzer.cpp26 constexpr int BLOB_NUM = 2; variable
34 if (data == nullptr || size < (BLOB_NUM * sizeof(uint32_t))) { in DoSomethingInterestingWithMyAPI()
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksagreekey_fuzzer/
H A Dhksagreekey_fuzzer.cpp26 constexpr int BLOB_NUM = 3; variable
34 if (data == nullptr || size < (BLOB_NUM * sizeof(uint32_t))) { in DoSomethingInterestingWithMyAPI()
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksencrypt_fuzzer/
H A Dhksencrypt_fuzzer.cpp26 constexpr int BLOB_NUM = 3; variable
34 if (data == nullptr || size < (BLOB_NUM * sizeof(uint32_t))) { in DoSomethingInterestingWithMyAPI()
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hkssign_fuzzer/
H A Dhkssign_fuzzer.cpp26 constexpr int BLOB_NUM = 3; variable
34 if (data == nullptr || size < (BLOB_NUM * sizeof(uint32_t))) { in DoSomethingInterestingWithMyAPI()
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksderivekey_fuzzer/
H A Dhksderivekey_fuzzer.cpp26 constexpr int BLOB_NUM = 2; variable
34 if (data == nullptr || size < (BLOB_NUM * sizeof(uint32_t))) { in DoSomethingInterestingWithMyAPI()

Completed in 2 milliseconds