Searched refs:MAC_LENGTH (Results 1 – 2 of 2) sorted by relevance
55 private static final int MAC_LENGTH = 16; field in EapAkaResponse290 byte[] macValue = new byte[MAC_LENGTH]; in calculateMac()291 System.arraycopy(output, 0, macValue, 0, MAC_LENGTH); in calculateMac()
128 public static final int KM_TAG_MAC_LENGTH = Tag.MAC_LENGTH; // KM_UINT | 1003;