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.cpp158 void TLSConfiguration::SetUseRemoteCipherPrefer(bool useRemoteCipherPrefer) in SetUseRemoteCipherPrefer()
Dtls_socket.cpp195 void TLSSecureOptions::SetUseRemoteCipherPrefer(bool useRemoteCipherPrefer) in SetUseRemoteCipherPrefer()
/foundation/communication/netstack/frameworks/js/napi/tls/src/context/
Dtls_connect_context.cpp196 …bool useRemoteCipherPrefer = NapiUtils::GetBooleanProperty(env, secureOptions, USE_REMOTE_CIPHER_P… in ReadTLSSecureOptions() local
/foundation/communication/netstack/interfaces/kits/js/
D@ohos.net.socket.d.ts592 useRemoteCipherPrefer?: boolean; property
/foundation/communication/netstack/test/fuzztest/socket/fuzztest/tlssocket_fuzzer/
Dtls_socket_fuzzer.cpp244 bool useRemoteCipherPrefer = GetData<int32_t>() % 2 == 0; in SetUseRemoteCipherPreferFuzzTest() local