Searched refs:resultError (Results 1 – 3 of 3) sorted by relevance
58 DecodeResultError resultError = (DecodeResultError) decodeResult; in decodeAndVerifyUnprotectedErrorMsg() local59 assertNotNull(resultError.ikeException); in decodeAndVerifyUnprotectedErrorMsg()60 assertTrue(expectedException.isInstance(resultError.ikeException)); in decodeAndVerifyUnprotectedErrorMsg()62 return (T) resultError.ikeException; in decodeAndVerifyUnprotectedErrorMsg()
299 DecodeResultError resultError = (DecodeResultError) decodeResult; in verifyDecodeResultErrorAndGetIkeException() local300 assertNotNull(resultError.ikeException); in verifyDecodeResultErrorAndGetIkeException()302 return resultError.ikeException; in verifyDecodeResultErrorAndGetIkeException()
1779 DecodeResultProtectedError resultError = in handleReceivedIkePacket() local1782 IkeException ikeException = resultError.ikeException; in handleReceivedIkePacket()1783 logi(methodTag + "Protected error", resultError.ikeException); in handleReceivedIkePacket()1788 ikeSaRecord.updateLastReceivedReqFirstPacket(resultError.firstPacket); in handleReceivedIkePacket()