Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsConfigurationTest.cpp113 HWTEST_F(TlsConfigurationTest, UseRemoteCipherPrefer, TestSize.Level2)
H A DTlsSocketBranchTest.cpp179 bool isUseRemoteCipher = secureOption.UseRemoteCipherPrefer();
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/tls_socket/include/
H A Dtls_socket.h173 [[nodiscard]] bool UseRemoteCipherPrefer() const;
/ohos5.0/foundation/communication/netstack/test/fuzztest/socket/fuzztest/tlssocket_fuzzer/
H A Dtls_socket_fuzzer.cpp247 bool ret = option.UseRemoteCipherPrefer(); in SetUseRemoteCipherPreferFuzzTest()
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_socket.cpp227 useRemoteCipherPrefer_ = tlsSecureOptions.UseRemoteCipherPrefer(); in operator =()
302 bool TLSSecureOptions::UseRemoteCipherPrefer() const in UseRemoteCipherPrefer() function in OHOS::NetStack::TlsSocket::TLSSecureOptions