Home
last modified time | relevance | path

Searched refs:AtClientErrorCode (Results 1 – 14 of 14) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaTypeData.java28 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtClientErrorCode;
109 return new DecodeResult<>(AtClientErrorCode.UNABLE_TO_PROCESS); in decode()
117 return new DecodeResult<>(AtClientErrorCode.UNABLE_TO_PROCESS); in decode()
131 return new DecodeResult<>(AtClientErrorCode.UNABLE_TO_PROCESS); in decode()
148 return new DecodeResult<>(AtClientErrorCode.INSUFFICIENT_CHALLENGES); in decode()
151 return new DecodeResult<>(AtClientErrorCode.UNABLE_TO_PROCESS); in decode()
154 return new DecodeResult<>(AtClientErrorCode.UNABLE_TO_PROCESS); in decode()
189 public final EapSimAkaAttribute.AtClientErrorCode atClientErrorCode;
196 public DecodeResult(EapSimAkaAttribute.AtClientErrorCode atClientErrorCode) { in DecodeResult()
DEapSimAkaAttribute.java849 public static class AtClientErrorCode extends EapSimAkaAttribute { class in EapSimAkaAttribute
850 private static final String TAG = AtClientErrorCode.class.getSimpleName();
854 public static final AtClientErrorCode UNABLE_TO_PROCESS = getClientErrorCode(0);
855 public static final AtClientErrorCode UNSUPPORTED_VERSION = getClientErrorCode(1);
856 public static final AtClientErrorCode INSUFFICIENT_CHALLENGES = getClientErrorCode(2);
857 public static final AtClientErrorCode STALE_RANDS = getClientErrorCode(3);
861 public AtClientErrorCode(int lengthInBytes, int errorCode) in AtClientErrorCode() method in EapSimAkaAttribute.AtClientErrorCode
878 private static AtClientErrorCode getClientErrorCode(int errorCode) { in getClientErrorCode()
880 return new AtClientErrorCode(ATTR_LENGTH, errorCode); in getClientErrorCode()
DEapSimAkaAttributeFactory.java37 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtClientErrorCode;
103 return new AtClientErrorCode(lengthInBytes, errorCode); in getAttribute()
DEapAkaPrimeTypeData.java23 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtClientErrorCode;
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/attributes/
DAtClientErrorCodeTest.java32 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtClientErrorCode;
57 assertTrue(result instanceof AtClientErrorCode); in testDecode()
58 AtClientErrorCode atClientErrorCode = (AtClientErrorCode) result; in testDecode()
76 AtClientErrorCode atNotification = new AtClientErrorCode( in testEncode()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapSimMethodStateMachine.java54 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtClientErrorCode;
167 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
232 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
240 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
254 AtClientErrorCode.UNSUPPORTED_VERSION); in process()
407 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
415 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
426 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
440 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
448 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
[all …]
DEapAkaMethodStateMachine.java63 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtClientErrorCode;
202 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
241 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
249 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
362 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
368 message.eapIdentifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in process()
384 message.eapIdentifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in handleChallengeAuthentication()
415 AtClientErrorCode.UNABLE_TO_PROCESS); in handleChallengeAuthentication()
583 eapIdentifier, EAP_TYPE_AKA, AtClientErrorCode.UNABLE_TO_PROCESS); in generateAndPersistEapAkaKeys()
597 EapAkaTypeData getEapSimAkaTypeData(AtClientErrorCode clientErrorCode) { in getEapSimAkaTypeData()
DEapSimAkaMethodStateMachine.java41 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtClientErrorCode;
138 AtClientErrorCode clientErrorCode) { in buildClientErrorResponse()
322 identifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in handleEapSimAkaNotification()
330 identifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in handleEapSimAkaNotification()
339 identifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in handleEapSimAkaNotification()
349 identifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in handleEapSimAkaNotification()
360 abstract EapSimAkaTypeData getEapSimAkaTypeData(AtClientErrorCode clientErrorCode); in getEapSimAkaTypeData()
DEapAkaPrimeMethodStateMachine.java41 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtClientErrorCode;
295 eapIdentifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in generateAndPersistEapAkaKeys()
337 EapAkaPrimeTypeData getEapSimAkaTypeData(AtClientErrorCode clientErrorCode) { in getEapSimAkaTypeData()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
DEapAkaPrimeStateTest.java44 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtClientErrorCode;
74 AtClientErrorCode atClientErrorCode = AtClientErrorCode.UNABLE_TO_PROCESS; in testProcessInvalidDecodeResult()
DEapSimStateTest.java48 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtClientErrorCode;
138 AtClientErrorCode atClientErrorCode = AtClientErrorCode.INSUFFICIENT_CHALLENGES; in testProcessInvalidDecodeResult()
DEapAkaStateTest.java50 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtClientErrorCode;
137 AtClientErrorCode atClientErrorCode = AtClientErrorCode.UNABLE_TO_PROCESS; in testProcessInvalidDecodeResult()
DEapSimAkaMethodStateMachineTest.java95 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtClientErrorCode;
150 EapSimAkaTypeData getEapSimAkaTypeData(AtClientErrorCode clientErrorCode) { in setUp()
171 AtClientErrorCode errorCode = AtClientErrorCode.UNSUPPORTED_VERSION; in testBuildClientErrorResponse()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/
DEapAkaPrimeTypeDataTest.java38 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtClientErrorCode;
125 assertEquals(AtClientErrorCode.UNABLE_TO_PROCESS, result.atClientErrorCode); in testDecodeMultipleAtKdfAttributes()