File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
cpp/ql/lib/experimental/quantum/OpenSSL/Operations Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ class EvpCipherCall extends EvpCipherOperationFinalStep {
181
181
}
182
182
183
183
override DataFlow:: Node getOutput ( IOType type ) {
184
- super .getInput ( type ) = result
184
+ super .getOutput ( type ) = result
185
185
or
186
186
result .asExpr ( ) = this .getArgument ( 1 ) and type = CiphertextIO ( )
187
187
}
@@ -199,7 +199,7 @@ class EvpCipherFinalCall extends EvpCipherOperationFinalStep {
199
199
}
200
200
201
201
override DataFlow:: Node getOutput ( IOType type ) {
202
- super .getInput ( type ) = result
202
+ super .getOutput ( type ) = result
203
203
or
204
204
result .asDefiningArgument ( ) = this .getArgument ( 1 ) and
205
205
type = CiphertextIO ( )
@@ -224,7 +224,7 @@ class EvpPKeyCipherOperation extends EvpCipherOperationFinalStep {
224
224
}
225
225
226
226
override DataFlow:: Node getOutput ( IOType type ) {
227
- super .getInput ( type ) = result
227
+ super .getOutput ( type ) = result
228
228
or
229
229
result .asExpr ( ) = this .getArgument ( 1 ) and type = CiphertextIO ( )
230
230
// TODO: could indicate text lengths here, as well
You can’t perform that action at this time.
0 commit comments