Home
last modified time | relevance | path

Searched defs:useRemoteCipherPrefer (Results 1 – 5 of 5) sorted by relevance

/foundation/communication/netstack/frameworks/native/tls_socket/src/
Dtls_configuration.cpp160 void TLSConfiguration::SetUseRemoteCipherPrefer(bool useRemoteCipherPrefer) in SetUseRemoteCipherPrefer()
Dtls_socket.cpp257 void TLSSecureOptions::SetUseRemoteCipherPrefer(bool useRemoteCipherPrefer) in SetUseRemoteCipherPrefer()
/foundation/communication/netstack/frameworks/js/napi/tls/src/context/
Dtls_connect_context.cpp209 …bool useRemoteCipherPrefer = NapiUtils::GetBooleanProperty(env, secureOptions, USE_REMOTE_CIPHER_P… in ReadTLSSecureOptions() local
/foundation/communication/netstack/test/fuzztest/socket/fuzztest/tlssocket_fuzzer/
Dtls_socket_fuzzer.cpp244 bool useRemoteCipherPrefer = GetData<int32_t>() % 2 == 0; in SetUseRemoteCipherPreferFuzzTest() local
/foundation/communication/netstack/interfaces/kits/js/
D@ohos.net.socket.d.ts2328 useRemoteCipherPrefer?: boolean; property