Home
last modified time | relevance | path

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

/external/jazzer-api/tests/src/test/native/com/example/
Dnative_value_profile_fuzzer.cpp24 static uint64_t insecureEncrypt(uint64_t input) { return input ^ secret; } in insecureEncrypt() function
29 if (insecureEncrypt(block1) == 0x9fc48ee64d3dc090L) { in Java_com_example_NativeValueProfileFuzzer_checkAccess()
30 if (insecureEncrypt(block2) == 0x888a82ff483ad9c2L) { in Java_com_example_NativeValueProfileFuzzer_checkAccess()
/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()
/external/jazzer-api/examples/src/main/java/com/example/
DExampleValueProfileFuzzer.java26 private static long insecureEncrypt(long input) { in insecureEncrypt() method in ExampleValueProfileFuzzer
39 if (insecureEncrypt(plaintextBlocks[0]) == 0x9fc48ee64d3dc090L) { in fuzzerTestOneInput()
43 if (insecureEncrypt(plaintextBlocks[1]) == 0x888a82ff483ad9c2L) { in fuzzerTestOneInput()