Searched refs:unrecognizedSpis (Results 1 – 1 of 1) sorted by relevance
3066 Set<Integer> unrecognizedSpis = new HashSet<>(); in handleInboundRekeyChildRequest() local3084 unrecognizedSpis.add(childSpi); in handleInboundRekeyChildRequest()3108 new IkeInformationalPayload[unrecognizedSpis.size()]; in handleInboundRekeyChildRequest()3110 for (Integer spi : unrecognizedSpis) { in handleInboundRekeyChildRequest()