Searched refs:EapMsChapV2ChallengeRequest (Results 1 – 5 of 5) sorted by relevance
37 …com.android.internal.net.eap.test.message.mschapv2.EapMsChapV2TypeData.EapMsChapV2ChallengeRequest;58 DecodeResult<EapMsChapV2ChallengeRequest> result = in testDecodeChallengeRequest()61 EapMsChapV2ChallengeRequest challengeRequest = result.eapTypeData; in testDecodeChallengeRequest()72 DecodeResult<EapMsChapV2ChallengeRequest> result = in testDecodeChallengeRequestWrongOpCode()81 DecodeResult<EapMsChapV2ChallengeRequest> result = in testDecodeChallengeRequestShortChallenge()90 DecodeResult<EapMsChapV2ChallengeRequest> result = in testDecodeChallengeRequestShortMsLength()99 DecodeResult<EapMsChapV2ChallengeRequest> result = in testDecodeChallengeRequestLongMsLength()108 EapMsChapV2ChallengeRequest challengeRequest = in testEncodeChallengeRequestFails()109 new EapMsChapV2ChallengeRequest( in testEncodeChallengeRequestFails()
28 …oid.internal.net.eap.test.message.mschapv2.EapMsChapV2TypeData.EapMsChapV2ChallengeRequest.TYPE_DA…29 …oid.internal.net.eap.test.message.mschapv2.EapMsChapV2TypeData.EapMsChapV2ChallengeRequest.VALUE_S…46 …com.android.internal.net.eap.test.message.mschapv2.EapMsChapV2TypeData.EapMsChapV2ChallengeRequest;67 EapMsChapV2ChallengeRequest challengeRequest = in testProcessChallenge()68 new EapMsChapV2ChallengeRequest( in testProcessChallenge()
38 …com.android.internal.net.eap.test.message.mschapv2.EapMsChapV2TypeData.EapMsChapV2ChallengeRequest;53 new EapMsChapV2ChallengeRequest( in testProcessChallengeRequest()
104 public static class EapMsChapV2ChallengeRequest extends EapMsChapV2VariableTypeData { class in EapMsChapV2TypeData111 EapMsChapV2ChallengeRequest(ByteBuffer buffer) throws EapMsChapV2ParsingException { in EapMsChapV2ChallengeRequest() method in EapMsChapV2TypeData.EapMsChapV2ChallengeRequest133 public EapMsChapV2ChallengeRequest( in EapMsChapV2ChallengeRequest() method in EapMsChapV2TypeData.EapMsChapV2ChallengeRequest482 public DecodeResult<EapMsChapV2ChallengeRequest> decodeChallengeRequest( in decodeChallengeRequest()497 return new DecodeResult<>(new EapMsChapV2ChallengeRequest(buffer)); in decodeChallengeRequest()
50 …port com.android.internal.net.eap.message.mschapv2.EapMsChapV2TypeData.EapMsChapV2ChallengeRequest;234 DecodeResult<EapMsChapV2ChallengeRequest> decodeResult = in process()254 DecodeResult<EapMsChapV2ChallengeRequest> decodeResult = in process()260 EapMsChapV2ChallengeRequest challengeRequest = decodeResult.eapTypeData; in process()