Searched refs:AtNonceMt (Results 1 – 6 of 6) sorted by relevance
32 import com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.AtNonceMt;54 new AtNonceMt(INVALID_NONCE); in testConstructorInvalidNonceLength()66 assertTrue(result instanceof AtNonceMt); in testDecode()67 AtNonceMt atNonceMt = (AtNonceMt) result; in testDecode()85 AtNonceMt atNonceMt = new AtNonceMt(NONCE_MT); in testEncode()
57 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtNonceMt;173 byte[] nonce = new byte[AtNonceMt.NONCE_MT_LENGTH]; in process()175 AtNonceMt atNonceMt; in process()177 atNonceMt = new AtNonceMt(nonce); in process()188 private final AtNonceMt mAtNonceMt;195 protected StartState(AtNonceMt atNonceMt) { in StartState()367 protected ChallengeState(List<Integer> versions, AtNonceMt atNonceMt, byte[] identity) { in ChallengeState()
27 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtNonceMt;80 return new AtNonceMt(lengthInBytes, byteBuffer); in getAttribute()
361 public static class AtNonceMt extends EapSimAkaReservedBytesAttribute { class in EapSimAkaAttribute368 public AtNonceMt(int lengthInBytes, ByteBuffer byteBuffer) in AtNonceMt() method in EapSimAkaAttribute.AtNonceMt379 public AtNonceMt(byte[] nonceMt) throws EapSimAkaInvalidAttributeException { in AtNonceMt() method in EapSimAkaAttribute.AtNonceMt
61 import com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.AtNonceMt;87 AtNonceMt atNonceMt = null; in setUp()89 atNonceMt = new AtNonceMt(NONCE_MT); in setUp()
78 import com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.AtNonceMt;117 private AtNonceMt mAtNonceMt;125 mAtNonceMt = new AtNonceMt(NONCE_MT); in setUp()