Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/app/
H A Dchannel.cpp48 std::vector<uint8_t> supportedAlgorithmRecords; in getCipherRecords() local
102 std::back_inserter(supportedAlgorithmRecords)); in getCipherRecords()
104 return std::make_pair(cipherRecords, supportedAlgorithmRecords); in getCipherRecords()
/openbmc/phosphor-net-ipmid/command/
H A Dchannel_auth.cpp117 std::vector<uint8_t> supportedAlgorithmRecords; in getCipherRecords() local
173 std::back_inserter(supportedAlgorithmRecords)); in getCipherRecords()
175 return std::make_pair(cipherRecords, supportedAlgorithmRecords); in getCipherRecords()