Home
last modified time | relevance | path

Searched defs:tlsContext (Results 1 – 3 of 3) sorted by relevance

/foundation/communication/netstack/frameworks/native/tls_socket/src/
Dtls_context.cpp34 auto tlsContext = std::make_unique<TLSContext>(); in CreateConfiguration() local
49 bool TLSContext::SetCipherList(TLSContext *tlsContext, const TLSConfiguration &configuration) in SetCipherList()
63 void TLSContext::GetCiphers(TLSContext *tlsContext) in GetCiphers()
84 bool TLSContext::SetSignatureAlgorithms(TLSContext *tlsContext, const TLSConfiguration &configurati… in SetSignatureAlgorithms()
102 void TLSContext::UseRemoteCipher(TLSContext *tlsContext) in UseRemoteCipher()
115 void TLSContext::SetMinAndMaxProtocol(TLSContext *tlsContext) in SetMinAndMaxProtocol()
165 bool TLSContext::SetCaAndVerify(TLSContext *tlsContext, const TLSConfiguration &configuration) in SetCaAndVerify()
181 bool TLSContext::SetLocalCertificate(TLSContext *tlsContext, const TLSConfiguration &configuration) in SetLocalCertificate()
194 bool TLSContext::SetKeyAndCheck(TLSContext *tlsContext, const TLSConfiguration &configuration) in SetKeyAndCheck()
233 void TLSContext::SetVerify(TLSContext *tlsContext) in SetVerify()
[all …]
Dtls_context_server.cpp34 auto tlsContext = std::make_unique<TLSContextServer>(); in CreateConfiguration() local
49 bool TLSContextServer::SetCipherList(TLSContextServer *tlsContext, const TLSConfiguration &configur… in SetCipherList()
63 void TLSContextServer::GetCiphers(TLSContextServer *tlsContext) in GetCiphers()
84 bool TLSContextServer::SetSignatureAlgorithms(TLSContextServer *tlsContext, const TLSConfiguration … in SetSignatureAlgorithms()
102 void TLSContextServer::UseRemoteCipher(TLSContextServer *tlsContext) in UseRemoteCipher()
115 void TLSContextServer::SetMinAndMaxProtocol(TLSContextServer *tlsContext) in SetMinAndMaxProtocol()
165 bool TLSContextServer::SetCaAndVerify(TLSContextServer *tlsContext, const TLSConfiguration &configu… in SetCaAndVerify()
185 bool TLSContextServer::SetLocalCertificate(TLSContextServer *tlsContext, const TLSConfiguration &co… in SetLocalCertificate()
198 bool TLSContextServer::SetKeyAndCheck(TLSContextServer *tlsContext, const TLSConfiguration &configu… in SetKeyAndCheck()
237 void TLSContextServer::SetVerify(TLSContextServer *tlsContext) in SetVerify()
[all …]
/foundation/communication/netstack/test/unittest/tlssocket/client/
DTlsContextTest.cpp152 std::unique_ptr<TLSContext> tlsContext = TLSContext::CreateConfiguration(configuration); variable
171 std::unique_ptr<TLSContext> tlsContext = TLSContext::CreateConfiguration(configuration); variable
201 std::unique_ptr<TLSContext> tlsContext = TLSContext::CreateConfiguration(configuration); variable
213 std::unique_ptr<TLSContext> tlsContext = TLSContext::CreateConfiguration(configuration); variable
232 std::unique_ptr<TLSContext> tlsContext = nullptr; variable
267 std::unique_ptr<TLSContext> tlsContext = TLSContext::CreateConfiguration(configuration); variable