Searched refs:rspRecords (Results 1 – 1 of 1) sorted by relevance
176 std::vector<uint8_t> rspRecords; in getChannelCipherSuites() local177 std::copy_n(records.data() + start, size, std::back_inserter(rspRecords)); in getChannelCipherSuites()179 return ipmi::responseSuccess(rspChannel, rspRecords); in getChannelCipherSuites()