File tree Expand file tree Collapse file tree
java/ql/lib/experimental/Quantum Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ module JCAModel {
123123 override Crypto:: TCipherType getCipherFamily ( ) {
124124 if this .cipherNameMappingKnown ( _, super .getAlgorithmName ( ) )
125125 then this .cipherNameMappingKnown ( result , super .getAlgorithmName ( ) )
126- else result instanceof Crypto:: OtherCipherType
126+ else result instanceof Crypto:: OTHERCIPHERTYPE
127127 }
128128
129129 bindingset [ name]
@@ -135,7 +135,7 @@ module JCAModel {
135135 type instanceof Crypto:: DES
136136 or
137137 name = "TripleDES" and
138- type instanceof Crypto:: TripleDES
138+ type instanceof Crypto:: TRIPLEDES
139139 or
140140 name = "IDEA" and
141141 type instanceof Crypto:: IDEA
@@ -144,7 +144,7 @@ module JCAModel {
144144 type instanceof Crypto:: CAST5
145145 or
146146 name = "ChaCha20" and
147- type instanceof Crypto:: ChaCha20
147+ type instanceof Crypto:: CHACHA20
148148 or
149149 name = "RC4" and
150150 type instanceof Crypto:: RC4
You can’t perform that action at this time.
0 commit comments