Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/app/
H A Dchannel.cpp36 std::pair<std::vector<uint8_t>, std::vector<uint8_t>> getCipherRecords() in getCipherRecords() function
144 cipher::getCipherRecords(); in getChannelCipherSuites()
/openbmc/phosphor-net-ipmid/command/
H A Dchannel_auth.cpp114 static std::pair<std::vector<uint8_t>, std::vector<uint8_t>> getCipherRecords() in getCipherRecords() function
247 std::tie(cipherRecords, supportedAlgorithms) = getCipherRecords(); in getChannelCipherSuites()