Searched refs:GetTlsSecureOptions (Results 1 – 4 of 4) sorted by relevance
466 TLSServerConfiguration_.SetPrivateKey(config.GetTlsSecureOptions().GetKey(), in SetLocalTlsConfiguration()467 config.GetTlsSecureOptions().GetKeyPass()); in SetLocalTlsConfiguration()468 TLSServerConfiguration_.SetLocalCertificate(config.GetTlsSecureOptions().GetCert()); in SetLocalTlsConfiguration()469 TLSServerConfiguration_.SetCaCertificate(config.GetTlsSecureOptions().GetCaChain()); in SetLocalTlsConfiguration()471 TLSServerConfiguration_.SetVerifyMode(config.GetTlsSecureOptions().GetVerifyMode()); in SetLocalTlsConfiguration()473 const auto protocolVec = config.GetTlsSecureOptions().GetProtocolChain(); in SetLocalTlsConfiguration()760 std::string cipherSuite = options.GetTlsSecureOptions().GetCipherSuite(); in TlsAcceptToHost()768 const auto protocolVec = options.GetTlsSecureOptions().GetProtocolChain(); in TlsAcceptToHost()779 connectionConfiguration_.SetPrivateKey(config.GetTlsSecureOptions().GetKey(), in SetTlsConfiguration()780 config.GetTlsSecureOptions().GetKeyPass()); in SetTlsConfiguration()[all …]
364 TLSSecureOptions TLSConnectOptions::GetTlsSecureOptions() const in GetTlsSecureOptions() function in OHOS::NetStack::TlsSocket::TLSConnectOptions1224 std::string cipherSuite = options.GetTlsSecureOptions().GetCipherSuite(); in TlsConnectToHost()1228 std::string signatureAlgorithms = options.GetTlsSecureOptions().GetSignatureAlgorithms(); in TlsConnectToHost()1232 const auto protocolVec = options.GetTlsSecureOptions().GetProtocolChain(); in TlsConnectToHost()1250 …configuration_.SetPrivateKey(config.GetTlsSecureOptions().GetKey(), config.GetTlsSecureOptions().G… in SetTlsConfiguration()1251 configuration_.SetLocalCertificate(config.GetTlsSecureOptions().GetCert()); in SetTlsConfiguration()1252 configuration_.SetCaCertificate(config.GetTlsSecureOptions().GetCaChain()); in SetTlsConfiguration()
256 [[nodiscard]] TLSSecureOptions GetTlsSecureOptions() const;
338 auto ret = option.GetTlsSecureOptions(); in SetTlsSecureOptionsFuzzTest()