Searched refs:supportedAlgorithmSet (Results 1 – 2 of 2) sorted by relevance
| /openbmc/phosphor-host-ipmid/app/ |
| H A D | channel.cpp | 50 std::set<uint8_t> supportedAlgorithmSet; in getCipherRecords() local 89 supportedAlgorithmSet.insert(record.value(auth, 0)); in getCipherRecords() 93 supportedAlgorithmSet.insert(record.value(integrity, 0) | integrityTag); in getCipherRecords() 97 supportedAlgorithmSet.insert(record.value(conf, 0) | confTag); in getCipherRecords() 101 std::copy(supportedAlgorithmSet.begin(), supportedAlgorithmSet.end(), in getCipherRecords()
|
| /openbmc/phosphor-net-ipmid/command/ |
| H A D | channel_auth.cpp | 119 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()
|