Searched refs:SPI_LEN_IKE (Results 1 – 6 of 6) sorted by relevance
267 false /* isResp */, SPI_LEN_IKE, saProposals, ikeSpiGenerator, localAddress); in createRekeyIkeSaRequestPayload()286 SPI_LEN_IKE, in createRekeyIkeSaResponsePayload()603 case SPI_LEN_IKE: in readFrom()720 case SPI_LEN_IKE: in encodeToByteBuffer()
136 public static final byte SPI_LEN_IKE = 8; field in IkePayload
305 ByteBuffer.allocate(2 * SPI_LEN_IKE + rawIpAddr.length + IP_PORT_LEN); in generateNatDetectionData()
280 nonceInit.length + nonceResp.length + 2 * IkePayload.SPI_LEN_IKE); in makeIkeSaRecord()
706 assertEquals(IkePayload.SPI_LEN_IKE, proposal.spiSize);
3061 assertEquals(IkePayload.SPI_LEN_IKE, proposal.spiSize); in testRekeyIkeLocalCreateSendsRequest()