Searched defs:tlsContext (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/ |
H A D | tls_context.cpp | 37 auto tlsContext = std::make_unique<TLSContext>(); in CreateConfiguration() local 52 bool TLSContext::SetCipherList(TLSContext *tlsContext, const TLSConfiguration &configuration) in SetCipherList() 66 void TLSContext::GetCiphers(TLSContext *tlsContext) in GetCiphers() 87 bool TLSContext::SetSignatureAlgorithms(TLSContext *tlsContext, const TLSConfiguration &configurati… in SetSignatureAlgorithms() 105 void TLSContext::UseRemoteCipher(TLSContext *tlsContext) in UseRemoteCipher() 118 void TLSContext::SetMinAndMaxProtocol(TLSContext *tlsContext) in SetMinAndMaxProtocol() 168 bool TLSContext::SetDefaultCa(TLSContext *tlsContext, const TLSConfiguration &configuration) in SetDefaultCa() 212 bool TLSContext::SetCaAndVerify(TLSContext *tlsContext, const TLSConfiguration &configuration) in SetCaAndVerify() 247 bool TLSContext::SetKeyAndCheck(TLSContext *tlsContext, const TLSConfiguration &configuration) in SetKeyAndCheck() 291 void TLSContext::SetVerify(TLSContext *tlsContext) in SetVerify() [all …]
|
H A D | tls_context_server.cpp | 36 auto tlsContext = std::make_unique<TLSContextServer>(); in CreateConfiguration() local 51 bool TLSContextServer::SetCipherList(TLSContextServer *tlsContext, const TLSConfiguration &configur… in SetCipherList() 65 void TLSContextServer::GetCiphers(TLSContextServer *tlsContext) in GetCiphers() 86 bool TLSContextServer::SetSignatureAlgorithms(TLSContextServer *tlsContext, const TLSConfiguration … in SetSignatureAlgorithms() 104 void TLSContextServer::UseRemoteCipher(TLSContextServer *tlsContext) in UseRemoteCipher() 117 void TLSContextServer::SetMinAndMaxProtocol(TLSContextServer *tlsContext) in SetMinAndMaxProtocol() 167 bool TLSContextServer::SetDefaultCa(TLSContextServer *tlsContext, const TLSConfiguration &configura… in SetDefaultCa() 212 bool TLSContextServer::SetCaAndVerify(TLSContextServer *tlsContext, const TLSConfiguration &configu… in SetCaAndVerify() 250 bool TLSContextServer::SetKeyAndCheck(TLSContextServer *tlsContext, const TLSConfiguration &configu… in SetKeyAndCheck() 289 void TLSContextServer::SetVerify(TLSContextServer *tlsContext) in SetVerify() [all …]
|
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/client/ |
H A D | TlsContextTest.cpp | 55 std::unique_ptr<TLSContext> tlsContext = TLSContext::CreateConfiguration(configuration); variable 74 std::unique_ptr<TLSContext> tlsContext = TLSContext::CreateConfiguration(configuration); variable 104 std::unique_ptr<TLSContext> tlsContext = TLSContext::CreateConfiguration(configuration); variable 116 std::unique_ptr<TLSContext> tlsContext = TLSContext::CreateConfiguration(configuration); variable 128 std::unique_ptr<TLSContext> tlsContext = TLSContext::CreateConfiguration(configuration); variable 147 std::unique_ptr<TLSContext> tlsContext = nullptr; variable 182 std::unique_ptr<TLSContext> tlsContext = TLSContext::CreateConfiguration(configuration); variable
|