Searched refs:NONCE_MT_LENGTH (Results 1 – 2 of 2) sorted by relevance
364 public static final int NONCE_MT_LENGTH = 16; field in EapSimAkaAttribute.AtNonceMt366 public final byte[] nonceMt = new byte[NONCE_MT_LENGTH];382 if (nonceMt.length != NONCE_MT_LENGTH) { in AtNonceMt()385 System.arraycopy(nonceMt, 0, this.nonceMt, 0, NONCE_MT_LENGTH); in AtNonceMt()
173 byte[] nonce = new byte[AtNonceMt.NONCE_MT_LENGTH]; in process()