Home
last modified time | relevance | path

Searched defs:typeData (Results 1 – 13 of 13) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/ttls/
DEapTtlsTypeDataTest.java79 EapTtlsTypeData typeData = decodeResult.eapTypeData; in testDecodeEapTtlsRequest() local
103 EapTtlsTypeData typeData = decodeResult.eapTypeData; in testDecodeEapTtlsStart() local
115 EapTtlsTypeData typeData = in testEncodeEapTtlsTypeData() local
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
DEapSimAkaMethodStateMachineTest.java365 EapSimTypeData typeData = in testHandleEapSimNotificationPreChallenge() local
380 EapSimTypeData typeData = in testHandleEapSimNotificationPreChallengeInvalidPBit() local
395 EapSimTypeData typeData = in testHandleEapSimNotificationMultipleNotifications() local
412 EapSimTypeData typeData = in testHandleEapSimNotificationInvalidAtMac() local
428 EapSimTypeData typeData = in testHandleEapSimNotificationPostChallenge() local
458 EapSimTypeData typeData = in testHandleEapSimNotificationPostChallengeInvalidAtMac() local
DEapSimStateTest.java117 EapSimTypeData typeData = in testProcessEapSimNotification() local
DEapAkaStateTest.java116 EapAkaTypeData typeData = in testProcessEapAkaNotification() local
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/mschapv2/
DEapMsChapV2TypeDataTest.java56 EapMsChapV2TypeData typeData = new EapMsChapV2TypeData(EAP_MSCHAP_V2_CHALLENGE) {}; in testEapMsChapV2TypeDataConstructor() local
68 EapMsChapV2VariableTypeData typeData = in testEapMsChapV2VariableTypeDataConstructor() local
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapAkaPrimeTypeData.java85 public DecodeResult<EapAkaTypeData> decode(@NonNull byte[] typeData) { in decode()
DEapSimTypeData.java114 public DecodeResult<EapSimTypeData> decode(@NonNull byte[] typeData) { in decode()
DEapSimAkaTypeData.java106 protected DecodeResult<T> decode(@NonNull byte[] typeData) { in decode()
DEapAkaTypeData.java126 public DecodeResult<EapAkaTypeData> decode(@NonNull byte[] typeData) { in decode()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapSimAkaMethodStateMachine.java213 boolean isValidMac(String tag, EapMessage message, EapSimAkaTypeData typeData, byte[] extraData) in isValidMac()
239 byte[] getMac(int eapCode, int eapIdentifier, EapSimAkaTypeData typeData, byte[] extraData) in getMac()
DEapAkaPrimeMethodStateMachine.java141 protected DecodeResult<EapAkaTypeData> decode(byte[] typeData) { in decode()
DEapAkaMethodStateMachine.java149 protected DecodeResult<EapAkaTypeData> decode(byte[] typeData) { in decode()
DEapMsChapV2MethodStateMachine.java483 String tag, int eapIdentifier, EapMsChapV2TypeData typeData) { in buildEapMessageResponse()