Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/app/
H A Dchannel.hpp41 static constexpr auto confTag = 0x80; variable
H A Dchannel.cpp96 cipherRecords.push_back(record.value(conf, 0) | confTag); in getCipherRecords()
97 supportedAlgorithmSet.insert(record.value(conf, 0) | confTag); in getCipherRecords()
/openbmc/phosphor-net-ipmid/command/
H A Dchannel_auth.cpp100 static constexpr uint8_t confTag = 0x80; variable
167 cipherRecords.push_back(record.value(conf, 0) | confTag); in getCipherRecords()
168 supportedAlgorithmSet.insert(record.value(conf, 0) | confTag); in getCipherRecords()