Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp23 std::vector<uint8_t> cipherList; in getCipherList() local
40 cipherList.push_back(0x00); in getCipherList()
44 cipherList.push_back(record.value(cipher, 0)); in getCipherList()
47 return cipherList; in getCipherList()
1112 static std::vector<uint8_t> cipherList; in getLan() local
1118 cipherList = cipher::getCipherList(); in getLan()
1237 ret.pack(static_cast<uint8_t>(cipherList.size() - 1)); in getLan()
1251 ret.pack(cipherList); in getLan()