Searched refs:getKAutLength (Results 1 – 4 of 4) sorted by relevance
77 public final byte[] mKAut = new byte[getKAutLength()];113 protected int getKAutLength() { in getKAutLength() method in EapSimAkaMethodStateMachine
133 protected int getKAutLength() { in getKAutLength() method in EapAkaPrimeMethodStateMachine
58 assertEquals(K_AUT_LEN, mStateMachine.getKAutLength()); in testKeyLengths()
507 assertEquals(KEY_LEN, mStateMachine.getKAutLength()); in testKeyLengths()572 System.arraycopy(kAut, 0, stateMachine.mKAut, 0, stateMachine.getKAutLength()); in buildEapAkaStateMachineWithKAut()