Home
last modified time | relevance | path

Searched refs:GENERAL_FAILURE_PRE_CHALLENGE (Results 1 – 6 of 6) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
DEapSimMethodStateMachineTest.java27 …ternal.net.eap.test.message.simaka.EapSimAkaAttribute.AtNotification.GENERAL_FAILURE_PRE_CHALLENGE;
119 Arrays.asList(new AtNotification(GENERAL_FAILURE_PRE_CHALLENGE))); in testEapSimFailsOnMultipleSimNotifications()
DEapAkaMethodStateMachineTest.java30 …ternal.net.eap.test.message.simaka.EapSimAkaAttribute.AtNotification.GENERAL_FAILURE_PRE_CHALLENGE;
117 Arrays.asList(new AtNotification(GENERAL_FAILURE_PRE_CHALLENGE))); in testEapAkaFailsOnMultipleAkaNotifications()
DEapSimStateTest.java29 …ternal.net.eap.test.message.simaka.EapSimAkaAttribute.AtNotification.GENERAL_FAILURE_PRE_CHALLENGE;
120 Arrays.asList(new AtNotification(GENERAL_FAILURE_PRE_CHALLENGE))); in testProcessEapSimNotification()
DEapAkaStateTest.java30 …ternal.net.eap.test.message.simaka.EapSimAkaAttribute.AtNotification.GENERAL_FAILURE_PRE_CHALLENGE;
119 Arrays.asList(new AtNotification(GENERAL_FAILURE_PRE_CHALLENGE))); in testProcessEapAkaNotification()
DEapSimAkaMethodStateMachineTest.java54 …ternal.net.eap.test.message.simaka.EapSimAkaAttribute.AtNotification.GENERAL_FAILURE_PRE_CHALLENGE;
402 Arrays.asList(new AtNotification(GENERAL_FAILURE_PRE_CHALLENGE))); in testHandleEapSimNotificationPreChallenge()
432 Arrays.asList(new AtNotification(GENERAL_FAILURE_PRE_CHALLENGE))); in testHandleEapSimNotificationMultipleNotifications()
450 new AtNotification(GENERAL_FAILURE_PRE_CHALLENGE), new AtMac())); in testHandleEapSimNotificationInvalidAtMac()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttribute.java809 public static final int GENERAL_FAILURE_PRE_CHALLENGE = 16384; // 0x4000 field in EapSimAkaAttribute.AtNotification
874 defs.put(GENERAL_FAILURE_PRE_CHALLENGE, in loadCodeDefs()