Home
last modified time | relevance | path

Searched refs:EapMsChapV2VariableTypeData (Results 1 – 2 of 2) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/mschapv2/
DEapMsChapV2TypeDataTest.java40 …com.android.internal.net.eap.test.message.mschapv2.EapMsChapV2TypeData.EapMsChapV2VariableTypeData;
68 EapMsChapV2VariableTypeData typeData = in testEapMsChapV2VariableTypeDataConstructor()
69 new EapMsChapV2VariableTypeData( in testEapMsChapV2VariableTypeDataConstructor()
76 new EapMsChapV2VariableTypeData(INVALID_OPCODE, MSCHAP_V2_ID, MS_LENGTH) {}; in testEapMsChapV2VariableTypeDataConstructor() method
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/mschapv2/
DEapMsChapV2TypeData.java88 abstract static class EapMsChapV2VariableTypeData extends EapMsChapV2TypeData { class in EapMsChapV2TypeData
92 EapMsChapV2VariableTypeData(int opCode, int msChapV2Id, int msLength) in EapMsChapV2VariableTypeData() method in EapMsChapV2TypeData.EapMsChapV2VariableTypeData
104 public static class EapMsChapV2ChallengeRequest extends EapMsChapV2VariableTypeData {
150 public static class EapMsChapV2ChallengeResponse extends EapMsChapV2VariableTypeData {
205 public static class EapMsChapV2SuccessRequest extends EapMsChapV2VariableTypeData {
295 public static class EapMsChapV2FailureRequest extends EapMsChapV2VariableTypeData {