Searched refs:outDec (Results 1 – 2 of 2) sorted by relevance
39 uint8_t outDec[size]; in LLVMFuzzerTestOneInput() local42 AES_decrypt(reinterpret_cast<BlockBase *>(state), data, outDec, size); in LLVMFuzzerTestOneInput()
139 final SimpleOutputDecorator outDec = new SimpleOutputDecorator(); in testDeprecatedMethods() local142 f.setOutputDecorator(outDec); in testDeprecatedMethods()143 assertSame(outDec, f.getOutputDecorator()); in testDeprecatedMethods()