Searched refs:mAutn (Results 1 – 1 of 1) sorted by relevance
50 private byte[] mAutn; field in EapAkaChallenge176 mAutn = new byte[AUTN_LENGTH]; in parseRandAndAutn()177 System.arraycopy(data, index + 4, mAutn, 0, AUTN_LENGTH); in parseRandAndAutn()184 if (mRand == null || mAutn == null) { in parseRandAndAutn()201 System.arraycopy(mAutn, 0, challengeData, RAND_LENGTH + 2, AUTN_LENGTH); in getSimAuthChallengeData()