Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsContextTest.cpp79 bool isSetCipherList = TLSContext::SetCipherList(tlsContext.get(), configuration);
152 bool isSetCipherList = TLSContext::SetCipherList(tlsContext.get(), configuration);
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/include/
H A Dtls_context.h37 static bool SetCipherList(TLSContext *tlsContext, const TLSConfiguration &configuration);
H A Dtls_context_server.h37 static bool SetCipherList(TLSContextServer *tlsContext, const TLSConfiguration &configuration);
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_context_server.cpp51 bool TLSContextServer::SetCipherList(TLSContextServer *tlsContext, const TLSConfiguration &configur… in SetCipherList() function in OHOS::NetStack::TlsSocket::TLSContextServer
324 if (!SetCipherList(tlsContext, configuration)) { in InitTlsContext()
H A Dtls_context.cpp52 bool TLSContext::SetCipherList(TLSContext *tlsContext, const TLSConfiguration &configuration) in SetCipherList() function in OHOS::NetStack::TlsSocket::TLSContext
330 if (!SetCipherList(tlsContext, configuration)) { in InitTlsContext()