Searched refs:DecodeResultProtectedError (Results 1 – 3 of 3) sorted by relevance
836 return new DecodeResultProtectedError( in decode()839 return new DecodeResultProtectedError(e, firstPacket); in decode()1081 public static class DecodeResultProtectedError extends DecodeResultError { class in IkeMessage1084 public DecodeResultProtectedError(IkeException ikeException, byte[] firstPacket) { in DecodeResultProtectedError() method in IkeMessage.DecodeResultProtectedError
168 import com.android.internal.net.ipsec.ike.message.IkeMessage.DecodeResultProtectedError;2188 DecodeResultProtectedError resultError = in handleReceivedIkePacket()2189 (DecodeResultProtectedError) decodeResult; in handleReceivedIkePacket()
196 import com.android.internal.net.ipsec.test.ike.message.IkeMessage.DecodeResultProtectedError;595 doReturn(new DecodeResultProtectedError(exception, dummyPacket)) in makeDummyReceivedIkePacketWithDecodingError()668 new DecodeResultProtectedError(exception, dummyIkePacketBytes)); in makeDummyReceivedLastIkeFragmentPacketError()