Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/java-example/
DExampleValueProfileFuzzer.java25 private static long insecureEncrypt(long input) { in insecureEncrypt() method in ExampleValueProfileFuzzer
38 if (insecureEncrypt(plaintextBlocks[0]) == 0x9fc48ee64d3dc090L) { in fuzzerTestOneInput()
42 if (insecureEncrypt(plaintextBlocks[1]) == 0x888a82ff483ad9c2L) { in fuzzerTestOneInput()