Home
last modified time | relevance | path

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

/ohos5.0/base/request/request/frameworks/js/napi/src/upload/
H A Djs_util.cpp212 header[cipherList] = TLS_CIPHER; in ParseHeader()
220 auto iter = find(names.begin(), names.end(), cipherList); in ParseHeader()
222 header[cipherList] = TLS_CIPHER; in ParseHeader()
/ohos5.0/base/request/request/common/include/
H A Dconstant.h96 static const std::string cipherList = "X-Cipher-List"; variable