Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/pycryptodome/
Dpcd_aes_fuzzer.cc39 uint8_t outDec[size]; in LLVMFuzzerTestOneInput() local
42 AES_decrypt(reinterpret_cast<BlockBase *>(state), data, outDec, size); in LLVMFuzzerTestOneInput()
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/
DTestDecorators.java139 final SimpleOutputDecorator outDec = new SimpleOutputDecorator(); in testDeprecatedMethods() local
142 f.setOutputDecorator(outDec); in testDeprecatedMethods()
143 assertSame(outDec, f.getOutputDecorator()); in testDeprecatedMethods()