Searched refs:DecodeResultProtectedError (Results 1 – 3 of 3) sorted by relevance
708 return new DecodeResultProtectedError( in decode()711 return new DecodeResultProtectedError(e, firstPacket); in decode()953 public static class DecodeResultProtectedError extends DecodeResultError { class in IkeMessage956 public DecodeResultProtectedError(IkeException ikeException, byte[] firstPacket) { in DecodeResultProtectedError() method in IkeMessage.DecodeResultProtectedError
143 import com.android.internal.net.ipsec.ike.message.IkeMessage.DecodeResultProtectedError;2019 DecodeResultProtectedError resultError = in handleReceivedIkePacket()2020 (DecodeResultProtectedError) decodeResult; in handleReceivedIkePacket()
180 import com.android.internal.net.ipsec.test.ike.message.IkeMessage.DecodeResultProtectedError;573 doReturn(new DecodeResultProtectedError(exception, dummyPacket)) in makeDummyReceivedIkePacketWithDecodingError()646 new DecodeResultProtectedError(exception, dummyIkePacketBytes)); in makeDummyReceivedLastIkeFragmentPacketError()