Searched refs:packetInfo (Results 1 – 4 of 4) sorted by relevance
52 public InvalidSelectorsException(int spi, @NonNull byte[] packetInfo) { in InvalidSelectorsException() argument53 super(ERROR_TYPE_INVALID_SELECTORS, packetInfo); in InvalidSelectorsException()54 Objects.requireNonNull(packetInfo, "packetInfo is null"); in InvalidSelectorsException()56 mIpSecPacketInfo = packetInfo.clone(); in InvalidSelectorsException()
81 final byte[] packetInfo = in testInvalidSelectorsException()85 final InvalidSelectorsException exception = new InvalidSelectorsException(spi, packetInfo); in testInvalidSelectorsException()86 assertArrayEquals(packetInfo, exception.getIpSecPacketInfo()); in testInvalidSelectorsException()
180 const FmqRequestDatum::PacketInformation& packetInfo = data[index].packetInformation(); in deserialize() local182 const uint32_t packetSize = packetInfo.packetSize; in deserialize()183 const uint32_t numberOfInputOperands = packetInfo.numberOfInputOperands; in deserialize()184 const uint32_t numberOfOutputOperands = packetInfo.numberOfOutputOperands; in deserialize()185 const uint32_t numberOfPools = packetInfo.numberOfPools; in deserialize()
165 const FmqResultDatum::PacketInformation& packetInfo = data[index].packetInformation(); in deserialize() local167 const uint32_t packetSize = packetInfo.packetSize; in deserialize()168 const V1_0::ErrorStatus errorStatus = packetInfo.errorStatus; in deserialize()169 const uint32_t numberOfOperands = packetInfo.numberOfOperands; in deserialize()