Searched refs:SPI_LEN_IKE (Results 1 – 6 of 6) sorted by relevance
268 false /* isResp */, SPI_LEN_IKE, saProposals, ikeSpiGenerator, localAddress); in createRekeyIkeSaRequestPayload()287 SPI_LEN_IKE, in createRekeyIkeSaResponsePayload()604 case SPI_LEN_IKE: in readFrom()721 case SPI_LEN_IKE: in encodeToByteBuffer()
136 public static final byte SPI_LEN_IKE = 8; field in IkePayload
343 ByteBuffer.allocate(2 * SPI_LEN_IKE + rawIpAddr.length + IP_PORT_LEN); in generateNatDetectionData()
282 nonceInit.length + nonceResp.length + 2 * IkePayload.SPI_LEN_IKE); in makeIkeSaRecord()
706 assertEquals(IkePayload.SPI_LEN_IKE, proposal.spiSize);
3630 assertEquals(IkePayload.SPI_LEN_IKE, proposal.spiSize); in testRekeyIkeLocalCreateSendsRequest()