We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba1204 commit e6b363bCopy full SHA for e6b363b
cpp/ql/lib/experimental/quantum/OpenSSL/AlgorithmInstances/CipherAlgorithmInstance.qll
@@ -2,13 +2,10 @@ import cpp
2
private import experimental.quantum.Language
3
private import KnownAlgorithmConstants
4
private import Crypto::KeyOpAlg as KeyOpAlg
5
-private import OpenSSLAlgorithmInstanceBase
6
-private import PaddingAlgorithmInstance
7
private import experimental.quantum.OpenSSL.Operations.OpenSSLOperationBase
8
private import experimental.quantum.OpenSSL.AlgorithmValueConsumers.OpenSSLAlgorithmValueConsumers
9
private import OpenSSLAlgorithmInstances
10
private import AlgToAVCFlow
11
-private import BlockAlgorithmInstance
12
13
/**
14
* Given a `KnownOpenSslCipherAlgorithmExpr`, converts this to a cipher family type.
0 commit comments