Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/command/
H A Dchannel_auth.cpp98 static constexpr uint8_t integrityTag = 0x40; variable
163 cipherRecords.push_back(record.value(integrity, 0) | integrityTag); in getCipherRecords()
164 supportedAlgorithmSet.insert(record.value(integrity, 0) | integrityTag); in getCipherRecords()
/openbmc/phosphor-host-ipmid/app/
H A Dchannel.cpp83 cipherRecords.push_back(record.value(integrity, 0) | integrityTag); in getCipherRecords()
84 supportedAlgorithmSet.insert(record.value(integrity, 0) | integrityTag); in getCipherRecords()
H A Dchannel.hpp39 static constexpr auto integrityTag = 0x40; variable