Home
last modified time | relevance | path

Searched refs:GENERAL_FAILURE_POST_CHALLENGE (Results 1 – 3 of 3) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/attributes/
DAtNotificationTest.java20 …ernal.net.eap.test.message.simaka.EapSimAkaAttribute.AtNotification.GENERAL_FAILURE_POST_CHALLENGE;
102 AtNotification knownCode = new AtNotification(GENERAL_FAILURE_POST_CHALLENGE); in testToString()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
DEapSimAkaMethodStateMachineTest.java58 …ernal.net.eap.test.message.simaka.EapSimAkaAttribute.AtNotification.GENERAL_FAILURE_POST_CHALLENGE;
469 Arrays.asList(new AtNotification(GENERAL_FAILURE_POST_CHALLENGE))); in testHandleEapSimNotificationPreChallengeInvalidPBit()
541 new AtNotification(GENERAL_FAILURE_POST_CHALLENGE), in testHandleEapSimNotificationPostChallenge()
577 Arrays.asList(new AtNotification(GENERAL_FAILURE_POST_CHALLENGE))); in testHandleEapSimNotificationPostChallengeInvalidAtMac()
623 new AtNotification(GENERAL_FAILURE_POST_CHALLENGE), in testHandleEapAkaNotificationPostReauth()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttribute.java821 public static final int GENERAL_FAILURE_POST_CHALLENGE = 0; field in EapSimAkaAttribute.AtNotification
884 defs.put(GENERAL_FAILURE_POST_CHALLENGE, in loadCodeDefs()