Searched refs:cipherList (Results 1 – 2 of 2) sorted by relevance
212 header[cipherList] = TLS_CIPHER; in ParseHeader()220 auto iter = find(names.begin(), names.end(), cipherList); in ParseHeader()222 header[cipherList] = TLS_CIPHER; in ParseHeader()
96 static const std::string cipherList = "X-Cipher-List"; variable