Skip to content

Commit 63aaebb

Browse files
committed
.
1 parent 95607c5 commit 63aaebb

File tree

7 files changed

+531
-1098
lines changed

7 files changed

+531
-1098
lines changed

cpp/ql/lib/experimental/Quantum/Language.qll

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ module CryptoInput implements InputSig<Lang::Location> {
99
class LocatableElement = Lang::Locatable;
1010

1111
class UnknownLocation = Lang::UnknownDefaultLocation;
12+
13+
LocatableElement dfn_to_element(DataFlow::Node node) {
14+
result = node.asExpr() or
15+
result = node.asParameter() or
16+
result = node.asVariable()
17+
}
1218
}
1319

1420
module Crypto = CryptographyBase<Lang::Location, CryptoInput>;

cpp/ql/lib/experimental/Quantum/OpenSSL/EVPCipherAlgorithmSource.qll

Lines changed: 0 additions & 181 deletions
This file was deleted.

cpp/ql/lib/experimental/Quantum/OpenSSL/EVPCipherInitializer.qll

Lines changed: 0 additions & 153 deletions
This file was deleted.

0 commit comments

Comments
 (0)