Searched refs:cipherList (Results 1 – 1 of 1) sorted by relevance
23 std::vector<uint8_t> cipherList; in getCipherList() local40 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() local1118 cipherList = cipher::getCipherList(); in getLan()1237 ret.pack(static_cast<uint8_t>(cipherList.size() - 1)); in getLan()1251 ret.pack(cipherList); in getLan()