Home
last modified time | relevance | path

Searched refs:macSizeBits (Results 1 – 1 of 1) sorted by relevance

/external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
DGCMBlockCipher.java93 int macSizeBits = param.getMacSize(); in init() local
94 if (macSizeBits < 96 || macSizeBits > 128 || macSizeBits % 8 != 0) in init()
96 throw new IllegalArgumentException("Invalid value for MAC size: " + macSizeBits); in init()
99 macSize = macSizeBits / 8; in init()