Searched refs:packetInfo (Results 1 – 4 of 4) sorted by relevance
54 public InvalidSelectorsException(int spi, @NonNull byte[] packetInfo) { in InvalidSelectorsException() argument55 super(ERROR_TYPE_INVALID_SELECTORS, packetInfo); in InvalidSelectorsException()56 Objects.requireNonNull(packetInfo, "packetInfo is null"); in InvalidSelectorsException()58 mIpSecPacketInfo = packetInfo.clone(); in InvalidSelectorsException()
108 final byte[] packetInfo = in testInvalidSelectorsException()112 final InvalidSelectorsException exception = new InvalidSelectorsException(spi, packetInfo); in testInvalidSelectorsException()113 assertArrayEquals(packetInfo, exception.getIpSecPacketInfo()); in testInvalidSelectorsException()
181 const FmqRequestDatum::PacketInformation& packetInfo = data.at(index).packetInformation(); in deserialize() local183 const uint32_t packetSize = packetInfo.packetSize; in deserialize()184 const uint32_t numberOfInputOperands = packetInfo.numberOfInputOperands; in deserialize()185 const uint32_t numberOfOutputOperands = packetInfo.numberOfOutputOperands; in deserialize()186 const uint32_t numberOfPools = packetInfo.numberOfPools; in deserialize()
167 const FmqResultDatum::PacketInformation& packetInfo = data.at(index).packetInformation(); in deserialize() local169 const uint32_t packetSize = packetInfo.packetSize; in deserialize()170 const V1_0::ErrorStatus errorStatus = packetInfo.errorStatus; in deserialize()171 const uint32_t numberOfOperands = packetInfo.numberOfOperands; in deserialize()