Searched refs:macSizeBits (Results 1 – 1 of 1) sorted by relevance
115 int macSizeBits = param.getMacSize(); in init() local116 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()