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