Searched refs:AUTN_LENGTH (Results 1 – 1 of 1) sorted by relevance
45 private static final int AUTN_LENGTH = 16; field in EapAkaChallenge176 mAutn = new byte[AUTN_LENGTH]; in parseRandAndAutn()177 System.arraycopy(data, index + 4, mAutn, 0, AUTN_LENGTH); in parseRandAndAutn()197 byte[] challengeData = new byte[RAND_LENGTH + AUTN_LENGTH + 2]; in getSimAuthChallengeData()200 challengeData[RAND_LENGTH + 1] = (byte) AUTN_LENGTH; in getSimAuthChallengeData()201 System.arraycopy(mAutn, 0, challengeData, RAND_LENGTH + 2, AUTN_LENGTH); in getSimAuthChallengeData()