Home
last modified time | relevance | path

Searched refs:AtCounterTooSmall (Results 1 – 4 of 4) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/attributes/
DAtCounterTest.java36 import com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.AtCounterTooSmall;
88 AtCounterTooSmall atCounterTooSmall = new AtCounterTooSmall(); in testAtCounterTooSmallConstructor()
99 assertTrue(result instanceof AtCounterTooSmall); in testDecodeAtCounterTooSmall()
100 AtCounterTooSmall atCounterTooSmall = (AtCounterTooSmall) result; in testDecodeAtCounterTooSmall()
117 AtCounterTooSmall atCounterTooSmall = new AtCounterTooSmall(); in testEncodeAtCounterTooSmall()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttributeFactory.java42 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtCounterTooSmall;
102 return new AtCounterTooSmall(lengthInBytes, byteBuffer); in getAttribute()
DEapSimAkaAttribute.java745 public static class AtCounterTooSmall extends EapSimAkaAttribute { class in EapSimAkaAttribute
749 public AtCounterTooSmall(int lengthInBytes, ByteBuffer byteBuffer) in AtCounterTooSmall() method in EapSimAkaAttribute.AtCounterTooSmall
759 public AtCounterTooSmall() throws EapSimAkaInvalidAttributeException { in AtCounterTooSmall() method in EapSimAkaAttribute.AtCounterTooSmall
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapSimAkaMethodStateMachine.java390 EapSimAkaAttribute atCounterSmall = new EapSimAkaAttribute.AtCounterTooSmall(); in buildReauthResponse()