Home
last modified time | relevance | path

Searched refs:rspRecords (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-host-ipmid/app/
H A Dchannel.cpp176 std::vector<uint8_t> rspRecords; in getChannelCipherSuites() local
177 std::copy_n(records.data() + start, size, std::back_inserter(rspRecords)); in getChannelCipherSuites()
179 return ipmi::responseSuccess(rspChannel, rspRecords); in getChannelCipherSuites()