Searched refs:nonceMt (Results 1 – 3 of 3) sorted by relevance
353 public final byte[] nonceMt = new byte[NONCE_MT_LENGTH]; field in EapSimAkaAttribute.AtNonceMt362 byteBuffer.get(nonceMt); in AtNonceMt()366 public AtNonceMt(byte[] nonceMt) throws EapSimAkaInvalidAttributeException { in AtNonceMt() argument369 if (nonceMt.length != NONCE_MT_LENGTH) { in AtNonceMt()372 System.arraycopy(nonceMt, 0, this.nonceMt, 0, NONCE_MT_LENGTH); in AtNonceMt()379 byteBuffer.put(nonceMt); in encode()
70 assertArrayEquals(NONCE_MT, atNonceMt.nonceMt); in testDecode()
364 mNonce = atNonceMt.nonceMt; in ChallengeState()