Searched refs:MAC_LENGTH (Results 1 – 3 of 3) sorted by relevance
43 private static final int MAC_LENGTH = 16; field in AtMacTest59 assertArrayEquals(new byte[MAC_LENGTH], atMac.mac); in testConstructor()
605 public static final int MAC_LENGTH = 4 * LENGTH_SCALING; field in EapSimAkaAttribute.AtMac620 mac = new byte[MAC_LENGTH]; in AtMac()628 mac = new byte[MAC_LENGTH]; in AtMac()635 if (mac.length != MAC_LENGTH) { in AtMac()
265 return Arrays.copyOfRange(mac, 0, AtMac.MAC_LENGTH); in getMac()