Searched refs:SetCipherList (Results 1 – 5 of 5) sorted by relevance
79 bool isSetCipherList = TLSContext::SetCipherList(tlsContext.get(), configuration);152 bool isSetCipherList = TLSContext::SetCipherList(tlsContext.get(), configuration);
37 static bool SetCipherList(TLSContext *tlsContext, const TLSConfiguration &configuration);
37 static bool SetCipherList(TLSContextServer *tlsContext, const TLSConfiguration &configuration);
51 bool TLSContextServer::SetCipherList(TLSContextServer *tlsContext, const TLSConfiguration &configur… in SetCipherList() function in OHOS::NetStack::TlsSocket::TLSContextServer324 if (!SetCipherList(tlsContext, configuration)) { in InitTlsContext()
52 bool TLSContext::SetCipherList(TLSContext *tlsContext, const TLSConfiguration &configuration) in SetCipherList() function in OHOS::NetStack::TlsSocket::TLSContext330 if (!SetCipherList(tlsContext, configuration)) { in InitTlsContext()