Home
last modified time | relevance | path

Searched refs:plaintextBlocks (Results 1 – 2 of 2) sorted by relevance

/external/oss-fuzz/projects/java-example/
DExampleValueProfileFuzzer.java35 long[] plaintextBlocks = data.consumeLongs(2); in fuzzerTestOneInput() local
36 if (plaintextBlocks.length != 2) in fuzzerTestOneInput()
38 if (insecureEncrypt(plaintextBlocks[0]) == 0x9fc48ee64d3dc090L) { in fuzzerTestOneInput()
42 if (insecureEncrypt(plaintextBlocks[1]) == 0x888a82ff483ad9c2L) { in fuzzerTestOneInput()
/external/jazzer-api/examples/src/main/java/com/example/
DExampleValueProfileFuzzer.java36 long[] plaintextBlocks = data.consumeLongs(2); in fuzzerTestOneInput() local
37 if (plaintextBlocks.length != 2) in fuzzerTestOneInput()
39 if (insecureEncrypt(plaintextBlocks[0]) == 0x9fc48ee64d3dc090L) { in fuzzerTestOneInput()
43 if (insecureEncrypt(plaintextBlocks[1]) == 0x888a82ff483ad9c2L) { in fuzzerTestOneInput()