/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/mschapv2/ |
D | EapMsChapV2SuccessRequestTest.java | 65 assertTrue(result.isSuccessfulDecode()); in testDecodeSuccessRequest() 80 assertTrue(result.isSuccessfulDecode()); in testDecodeSuccessRequestEmptyMessage() 95 assertTrue(result.isSuccessfulDecode()); in testDecodeSuccessRequestMissingMessage() 110 assertTrue(result.isSuccessfulDecode()); in testDecodeSuccessRequestMissingMessageWithSpace() 126 assertFalse(result.isSuccessfulDecode()); in testDecodeSuccessRequestWrongOpCode() 135 assertFalse(result.isSuccessfulDecode()); in testDecodeSuccessRequestShortMessage() 144 assertFalse(result.isSuccessfulDecode()); in testDecodeSuccessRequestInvalidPrefix() 153 assertFalse(result.isSuccessfulDecode()); in testDecodeSuccessRequestShortAuthString() 162 assertFalse(result.isSuccessfulDecode()); in testDecodeSuccessRequestInvalidAuthString() 171 assertFalse(result.isSuccessfulDecode()); in testDecodeSuccessRequestExtraAttribute()
|
D | EapMsChapV2FailureRequestTest.java | 63 assertTrue(result.isSuccessfulDecode()); in testDecodeFailureRequest() 81 assertTrue(result.isSuccessfulDecode()); in testDecodeFailureRequestMissingMessage() 99 assertTrue(result.isSuccessfulDecode()); in testDecodeFailureRequestMissingMessageWithSpace() 118 assertTrue(!result.isSuccessfulDecode()); in testDecodeFailureRequestInvalidErrorCode() 126 assertTrue(!result.isSuccessfulDecode()); in testDecodeFailureRequestInvalidChallenge() 134 assertTrue(!result.isSuccessfulDecode()); in testDecodeFailureRequestShortChallenge() 143 assertTrue(!result.isSuccessfulDecode()); in testDecodeFailureRequestInvalidPasswordChangeProtocol() 151 assertTrue(!result.isSuccessfulDecode()); in testDecodeFailureExtraAttribute()
|
D | EapMsChapV2ChallengeRequestTest.java | 60 assertTrue(result.isSuccessfulDecode()); in testDecodeChallengeRequest() 74 assertFalse(result.isSuccessfulDecode()); in testDecodeChallengeRequestWrongOpCode() 83 assertFalse(result.isSuccessfulDecode()); in testDecodeChallengeRequestShortChallenge() 92 assertFalse(result.isSuccessfulDecode()); in testDecodeChallengeRequestShortMsLength() 101 assertFalse(result.isSuccessfulDecode()); in testDecodeChallengeRequestLongMsLength()
|
D | EapMsChapV2TypeDataTest.java | 86 assertTrue(result.isSuccessfulDecode()); in testDecodeResultIsSuccessfulDecode() 89 assertFalse(result.isSuccessfulDecode()); in testDecodeResultIsSuccessfulDecode()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/ |
D | EapSimTypeDataTest.java | 94 assertTrue(result.isSuccessfulDecode()); in testDecode() 114 assertTrue(result.isSuccessfulDecode()); in testDecodeEncode() 122 assertFalse(result.isSuccessfulDecode()); in testDecodeNullTypeData() 129 assertFalse(result.isSuccessfulDecode()); in testDecodeInvalidSubtype() 137 assertFalse(result.isSuccessfulDecode()); in testDecodeInvalidAtRand() 144 assertFalse(result.isSuccessfulDecode()); in testDecodeShortPacket() 152 assertFalse(result.isSuccessfulDecode()); in testDecodeInvalidEapAttribute() 171 assertFalse(result.isSuccessfulDecode()); in testDecodeDuplicateAttributes()
|
D | EapAkaTypeDataTest.java | 90 assertTrue(result.isSuccessfulDecode()); in testDecode() 111 assertTrue(result.isSuccessfulDecode()); in testDecodeEncode() 120 assertTrue(result.isSuccessfulDecode()); in testDecodeWithOptionalAttributes() 153 assertFalse(result.isSuccessfulDecode()); in testDecodeInvalidSubtype()
|
D | EapAkaPrimeTypeDataTest.java | 100 assertTrue(result.isSuccessfulDecode()); in testDecode() 134 assertTrue(result.isSuccessfulDecode()); in testDecodeEncode() 144 assertFalse(result.isSuccessfulDecode()); in testDecodeMultipleAtKdfAttributes()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/ttls/ |
D | EapTtlsTypeDataTest.java | 67 assertTrue(result.isSuccessfulDecode()); in testDecodeResult_successfulDecode() 74 assertFalse(result.isSuccessfulDecode()); in testDecodeResult_unsuccessfulDecode() 80 assertTrue(decodeResult.isSuccessfulDecode()); in testDecodeEapTtlsRequest() 96 assertFalse(decodeResult.isSuccessfulDecode()); in testDecodeEapTtlsRequest_incorrectMessageLength() 105 assertTrue(decodeResult.isSuccessfulDecode()); in testDecodeEapTtlsStart()
|
D | EapTtlsAvpTest.java | 185 assertTrue(decodeResult.isSuccessfulDecode()); in testAvpDecoding_success_multipleAvps_withoutVendorId() 200 assertTrue(decodeResult.isSuccessfulDecode()); in testAvpDecoding_success_multipleAvps_withVendorId() 227 assertFalse(decodeResult.isSuccessfulDecode()); in verifyAvpDecodingFailure() 274 assertTrue(decodeResult.isSuccessfulDecode()); in testDecodeAndEncodeAvp()
|
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/ |
D | EapTtlsMethodStateMachine.java | 159 if (!decodeResult.isSuccessfulDecode()) { in process() 214 if (!decodeResult.isSuccessfulDecode()) { in process() 429 if (!decodeResult.isSuccessfulDecode()) { in process() 459 if (!avpDecodeResult.isSuccessfulDecode()) { in process() 620 if (!decodeResult.isSuccessfulDecode()) { in process()
|
D | EapMsChapV2MethodStateMachine.java | 236 if (!decodeResult.isSuccessfulDecode()) { in process() 256 if (!decodeResult.isSuccessfulDecode()) { in process() 351 if (!successDecodeResult.isSuccessfulDecode()) { in process() 393 if (!failureDecodeResult.isSuccessfulDecode()) { in process()
|
D | EapSimMethodStateMachine.java | 146 if (!decodeResult.isSuccessfulDecode()) { in process() 207 if (!decodeResult.isSuccessfulDecode()) { in process() 392 if (!decodeResult.isSuccessfulDecode()) { in process()
|
D | EapAkaMethodStateMachine.java | 231 if (!decodeResult.isSuccessfulDecode()) { in process() 282 if (!decodeResult.isSuccessfulDecode()) { in process() 429 if (!decodeResult.isSuccessfulDecode()) { in process() 732 if (!decodeResult.isSuccessfulDecode()) { in process()
|
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/ttls/ |
D | EapTtlsTypeData.java | 248 public boolean isSuccessfulDecode() { in isSuccessfulDecode() method in EapTtlsTypeData.EapTtlsTypeDataDecoder.DecodeResult
|
D | EapTtlsAvp.java | 311 public boolean isSuccessfulDecode() { in isSuccessfulDecode() method in EapTtlsAvp.EapTtlsAvpDecoder.AvpDecodeResult
|
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/ |
D | EapSimAkaTypeData.java | 214 public boolean isSuccessfulDecode() { in isSuccessfulDecode() method in EapSimAkaTypeData.DecodeResult
|
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/mschapv2/ |
D | EapMsChapV2TypeData.java | 595 public boolean isSuccessfulDecode() { in isSuccessfulDecode() method in EapMsChapV2TypeData.EapMsChapV2TypeDataDecoder.DecodeResult
|