Searched refs:nonceMt (Results 1 – 3 of 3) sorted by relevance
295 public final byte[] nonceMt = new byte[NONCE_MT_LENGTH]; field in EapSimAkaAttribute.AtNonceMt306 byteBuffer.get(nonceMt); in AtNonceMt()310 public AtNonceMt(byte[] nonceMt) throws EapSimAkaInvalidAttributeException { in AtNonceMt() argument313 if (nonceMt.length != NONCE_MT_LENGTH) { in AtNonceMt()316 System.arraycopy(nonceMt, 0, this.nonceMt, 0, NONCE_MT_LENGTH); in AtNonceMt()323 byteBuffer.put(nonceMt); in encode()
70 assertArrayEquals(NONCE_MT, atNonceMt.nonceMt); in testDecode()
363 mNonce = atNonceMt.nonceMt; in ChallengeState()