Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/app/
H A Dchannel.cpp41 std::set<uint8_t> supportedAlgorithmSet; in getCipherRecords() local
80 supportedAlgorithmSet.insert(record.value(auth, 0)); in getCipherRecords()
84 supportedAlgorithmSet.insert(record.value(integrity, 0) | integrityTag); in getCipherRecords()
88 supportedAlgorithmSet.insert(record.value(conf, 0) | confTag); in getCipherRecords()
92 std::copy(supportedAlgorithmSet.begin(), supportedAlgorithmSet.end(), in getCipherRecords()
/openbmc/phosphor-net-ipmid/command/
H A Dchannel_auth.cpp119 std::set<uint8_t> supportedAlgorithmSet; in getCipherRecords() local
160 supportedAlgorithmSet.insert(record.value(auth, 0)); in getCipherRecords()
164 supportedAlgorithmSet.insert(record.value(integrity, 0) | integrityTag); in getCipherRecords()
168 supportedAlgorithmSet.insert(record.value(conf, 0) | confTag); in getCipherRecords()
172 std::copy(supportedAlgorithmSet.begin(), supportedAlgorithmSet.end(), in getCipherRecords()