Home
last modified time | relevance | path

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

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