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