Home
last modified time | relevance | path

Searched refs:GENERAL_FAILURE_PRE_CHALLENGE (Results 1 – 8 of 8) 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;
121 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;
123 Arrays.asList(new AtNotification(GENERAL_FAILURE_PRE_CHALLENGE))); in testProcessEapAkaNotification()
DEapSimAkaMethodStateMachineTest.java59 …ternal.net.eap.test.message.simaka.EapSimAkaAttribute.AtNotification.GENERAL_FAILURE_PRE_CHALLENGE;
447 Arrays.asList(new AtNotification(GENERAL_FAILURE_PRE_CHALLENGE))); in testHandleEapSimNotificationPreChallenge()
491 Arrays.asList(new AtNotification(GENERAL_FAILURE_PRE_CHALLENGE))); in testHandleEapSimNotificationMultipleNotifications()
518 new AtNotification(GENERAL_FAILURE_PRE_CHALLENGE), new AtMac())); in testHandleEapSimNotificationInvalidAtMac()
DEapSimChallengeStateTest.java39 …ternal.net.eap.test.message.simaka.EapSimAkaAttribute.AtNotification.GENERAL_FAILURE_PRE_CHALLENGE;
386 ? new AtNotification(GENERAL_FAILURE_PRE_CHALLENGE) in testHandleSimNotificationBeforeAuthenticated()
DEapAkaChallengeStateTest.java41 …ternal.net.eap.test.message.simaka.EapSimAkaAttribute.AtNotification.GENERAL_FAILURE_PRE_CHALLENGE;
458 ? new AtNotification(GENERAL_FAILURE_PRE_CHALLENGE) in testHandleAkaNotificationBeforeAuthenticated()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttribute.java822 public static final int GENERAL_FAILURE_PRE_CHALLENGE = 16384; // 0x4000 field in EapSimAkaAttribute.AtNotification
887 defs.put(GENERAL_FAILURE_PRE_CHALLENGE, in loadCodeDefs()