mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Crypto: Add missing block mode JCA Models, add block mode unit tests
This commit is contained in:
@@ -214,7 +214,9 @@ module Types {
|
||||
CCM() or // Used in lightweight cryptography (IoT, WPA2)
|
||||
SIV() or // Misuse-resistant encryption, used in secure storage
|
||||
OCB() or // Efficient AEAD mode
|
||||
KWP() or
|
||||
OFB() or
|
||||
PCBC() or
|
||||
OtherMode()
|
||||
|
||||
class ModeOfOperationType extends TModeOfOperationType {
|
||||
|
||||
Reference in New Issue
Block a user