Home
last modified time | relevance | path

Searched refs:SetCaAndVerify (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsContextTest.cpp85 bool setCaAndVerify = TLSContext::SetCaAndVerify(tlsContext.get(), configuration);
106 bool setCaAndVerify = TLSContext::SetCaAndVerify(tlsContext.get(), configuration);
158 bool setCaAndVerify = TLSContext::SetCaAndVerify(tlsContext.get(), configuration);
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/include/
H A Dtls_context.h43 static bool SetCaAndVerify(TLSContext *tlsContext, const TLSConfiguration &configuration);
H A Dtls_context_server.h43 static bool SetCaAndVerify(TLSContextServer *tlsContext, const TLSConfiguration &configuration);
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_context_server.cpp212 bool TLSContextServer::SetCaAndVerify(TLSContextServer *tlsContext, const TLSConfiguration &configu… in SetCaAndVerify() function in OHOS::NetStack::TlsSocket::TLSContextServer
339 if (!SetCaAndVerify(tlsContext, configuration)) { in InitTlsContext()
H A Dtls_context.cpp212 bool TLSContext::SetCaAndVerify(TLSContext *tlsContext, const TLSConfiguration &configuration) in SetCaAndVerify() function in OHOS::NetStack::TlsSocket::TLSContext
345 if (!SetCaAndVerify(tlsContext, configuration)) { in InitTlsContext()