Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/attributes/
DAtNonceSTest.java20 import static com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.EAP_AT_NONCE_S;
69 assertEquals(EAP_AT_NONCE_S, atNonceS.attributeType); in testDecode()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttributeFactory.java29 import static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_NONCE_S;
103 case EAP_AT_NONCE_S: in getAttribute()
DEapSimAkaAttribute.java82 public static final int EAP_AT_NONCE_S = 21; field in EapSimAkaAttribute
115 EAP_ATTRIBUTE_STRING.put(EAP_AT_NONCE_S, "AT_NONCE_S"); in EAP_ATTRIBUTE_STRING.put() argument
783 super(EAP_AT_NONCE_S, lengthInBytes, byteBuffer); in AtNonceS()
794 super(EAP_AT_NONCE_S, ATTR_LENGTH); in AtNonceS()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapAkaMethodStateMachine.java39 import static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_NONCE_S;
816 ((EapSimAkaAttribute.AtNonceS) securedAttributes.get(EAP_AT_NONCE_S)).nonceS; in handleReauthentication()
894 return attrs.contains(EAP_AT_COUNTER) && attrs.contains(EAP_AT_NONCE_S); in isValidReauthSecuredAttributes()