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