Home
last modified time | relevance | path

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

/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()
/openbmc/phosphor-host-ipmid/app/
H A Dchannel.cpp87 cipherRecords.push_back(record.value(conf, 0) | confTag); in getCipherRecords()
88 supportedAlgorithmSet.insert(record.value(conf, 0) | confTag); in getCipherRecords()
H A Dchannel.hpp41 static constexpr auto confTag = 0x80; variable