Searched refs:SetCaAndVerify (Results 1 – 5 of 5) sorted by relevance
85 bool setCaAndVerify = TLSContext::SetCaAndVerify(tlsContext.get(), configuration);106 bool setCaAndVerify = TLSContext::SetCaAndVerify(tlsContext.get(), configuration);158 bool setCaAndVerify = TLSContext::SetCaAndVerify(tlsContext.get(), configuration);
43 static bool SetCaAndVerify(TLSContext *tlsContext, const TLSConfiguration &configuration);
43 static bool SetCaAndVerify(TLSContextServer *tlsContext, const TLSConfiguration &configuration);
212 bool TLSContextServer::SetCaAndVerify(TLSContextServer *tlsContext, const TLSConfiguration &configu… in SetCaAndVerify() function in OHOS::NetStack::TlsSocket::TLSContextServer339 if (!SetCaAndVerify(tlsContext, configuration)) { in InitTlsContext()
212 bool TLSContext::SetCaAndVerify(TLSContext *tlsContext, const TLSConfiguration &configuration) in SetCaAndVerify() function in OHOS::NetStack::TlsSocket::TLSContext345 if (!SetCaAndVerify(tlsContext, configuration)) { in InitTlsContext()