Searched refs:CERT_SIZE (Results 1 - 4 of 4) sorted by relevance
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksattestkey_fuzzer/ |
H A D | hksattestkey_fuzzer.cpp | 28 constexpr int CERT_SIZE = 4096; variable 41 std::vector<uint8_t> certRootBuffer(CERT_SIZE); in DoSomethingInterestingWithMyAPI() 42 std::vector<uint8_t> certCaBuffer(CERT_SIZE); in DoSomethingInterestingWithMyAPI() 43 std::vector<uint8_t> certDeviceBuffer(CERT_SIZE); in DoSomethingInterestingWithMyAPI() 44 std::vector<uint8_t> certAppBuffer(CERT_SIZE); in DoSomethingInterestingWithMyAPI() 46 { CERT_SIZE, certRootBuffer.data() }, in DoSomethingInterestingWithMyAPI() 47 { CERT_SIZE, certCaBuffer.data() }, in DoSomethingInterestingWithMyAPI() 48 { CERT_SIZE, certDeviceBuffer.data() }, in DoSomethingInterestingWithMyAPI() 49 { CERT_SIZE, certAppBuffer.data() }, in DoSomethingInterestingWithMyAPI()
|
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksvalidatecertchain_fuzzer/ |
H A D | hksvalidatecertchain_fuzzer.cpp | 27 constexpr int CERT_SIZE = 4096; variable 39 std::vector<uint8_t> certRootBuffer(CERT_SIZE); in DoSomethingInterestingWithMyAPI() 40 std::vector<uint8_t> certCaBuffer(CERT_SIZE); in DoSomethingInterestingWithMyAPI() 41 std::vector<uint8_t> certDeviceBuffer(CERT_SIZE); in DoSomethingInterestingWithMyAPI() 42 std::vector<uint8_t> certAppBuffer(CERT_SIZE); in DoSomethingInterestingWithMyAPI() 44 { CERT_SIZE, certRootBuffer.data() }, in DoSomethingInterestingWithMyAPI() 45 { CERT_SIZE, certCaBuffer.data() }, in DoSomethingInterestingWithMyAPI() 46 { CERT_SIZE, certDeviceBuffer.data() }, in DoSomethingInterestingWithMyAPI() 47 { CERT_SIZE, certAppBuffer.data() }, in DoSomethingInterestingWithMyAPI()
|
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksanonattestkey_fuzzer/ |
H A D | hksanonattestkey_fuzzer.cpp | 28 constexpr int CERT_SIZE = 4096; variable 41 std::vector<uint8_t> certRootBuffer(CERT_SIZE); in DoSomethingInterestingWithMyAPI() 42 std::vector<uint8_t> certCaBuffer(CERT_SIZE); in DoSomethingInterestingWithMyAPI() 43 std::vector<uint8_t> certDeviceBuffer(CERT_SIZE); in DoSomethingInterestingWithMyAPI() 44 std::vector<uint8_t> certAppBuffer(CERT_SIZE); in DoSomethingInterestingWithMyAPI() 46 { CERT_SIZE, certRootBuffer.data() }, in DoSomethingInterestingWithMyAPI() 47 { CERT_SIZE, certCaBuffer.data() }, in DoSomethingInterestingWithMyAPI() 48 { CERT_SIZE, certDeviceBuffer.data() }, in DoSomethingInterestingWithMyAPI() 49 { CERT_SIZE, certAppBuffer.data() }, in DoSomethingInterestingWithMyAPI()
|
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksgetcertificatechain_fuzzer/ |
H A D | hksgetcertificatechain_fuzzer.cpp | 28 constexpr int CERT_SIZE = 4096; variable 42 std::vector<uint8_t> certRootBuffer(CERT_SIZE); in DoSomethingInterestingWithMyAPI() 43 std::vector<uint8_t> certCaBuffer(CERT_SIZE); in DoSomethingInterestingWithMyAPI() 44 std::vector<uint8_t> certDeviceBuffer(CERT_SIZE); in DoSomethingInterestingWithMyAPI() 45 std::vector<uint8_t> certAppBuffer(CERT_SIZE); in DoSomethingInterestingWithMyAPI() 47 { CERT_SIZE, certRootBuffer.data() }, in DoSomethingInterestingWithMyAPI() 48 { CERT_SIZE, certCaBuffer.data() }, in DoSomethingInterestingWithMyAPI() 49 { CERT_SIZE, certDeviceBuffer.data() }, in DoSomethingInterestingWithMyAPI() 50 { CERT_SIZE, certAppBuffer.data() }, in DoSomethingInterestingWithMyAPI()
|
Completed in 2 milliseconds