Home
last modified time | relevance | path

Searched refs:negotiate (Results 1 – 25 of 53) sorted by relevance

123

/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
DOkHttpProtocolNegotiatorTest.java121 negotiator.negotiate(sock, "hostname", ImmutableList.of(Protocol.HTTP_2)); in negotiate_handshakeFails()
133 negotiator.negotiate(sock, "hostname", ImmutableList.of(Protocol.HTTP_2)); in negotiate_noSelectedProtocol()
141 String actual = negotiator.negotiate(sock, "hostname", ImmutableList.of(Protocol.HTTP_2)); in negotiate_success()
160 negotiator.negotiate(sock, "hostname", in negotiate_preferGrpcExp()
185 negotiator.negotiate(androidSock, "hostname", ImmutableList.of(Protocol.HTTP_2)); in negotiate_android_handshakeFails()
/external/curl/docs/cmdline-opts/
Dproxy-negotiate.d1 Long: proxy-negotiate
7 with the given proxy. Use --negotiate for enabling HTTP Negotiate (SPNEGO)
Dnegotiate.d1 Long: negotiate
4 See-also: basic ntlm anyauth proxy-negotiate
Dservice-name.d8 Examples: --negotiate --service-name sockd would use sockd/server-name.
Dproxy-ntlm.d3 See-also: proxy-negotiate proxy-anyauth
Dno-alpn.d11 HTTP/2 to negotiate HTTP/2 support with the server during https sessions.
Dbasic.d9 --ntlm, --digest, or --negotiate).
Dno-npn.d12 HTTP/2 to negotiate HTTP/2 support with the server during https sessions.
Ddigest.d4 Mutexed: basic ntlm negotiate
Dntlm.d3 Mutexed: basic negotiate digest anyauth
Danyauth.d10 method, which you can do with --basic, --digest, --ntlm, and --negotiate.
DMakefile.inc91 negotiate.d \
127 proxy-negotiate.d \
/external/autotest/client/site_tests/network_DhcpNegotiationSuccess/
Dcontrol12 Tests that we can negotiate a lease on an IPv4 address via DHCP. This test
13 will fail if dhcpcd is unable to negotiate and renew a DHCP lease without any
/external/curl/lib/
Dhttp_negotiate.c67 neg_ctx = &conn->negotiate; in Curl_input_negotiate()
115 &conn->negotiate; in Curl_output_negotiate()
202 Curl_auth_spnego_cleanup(&conn->negotiate); in Curl_cleanup_negotiate()
/external/autotest/client/site_tests/network_DhcpNonAsciiParameter/
Dcontrol12 Tests that we can negotiate a lease on an IPv4 address via DHCP.
14 This test fails if dhcpcd is unable to negotiate and renew a DHCP lease if
/external/autotest/client/site_tests/network_DhcpWpadNegotiation/
Dcontrol12 Tests that we can negotiate a lease on an IPv4 address via DHCP from a server
14 is unable to negotiate a DHCP lease, or if shill fails to report the WPAD
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DOkHttpProtocolNegotiator.java85 public String negotiate( in negotiate() method in OkHttpProtocolNegotiator
141 public String negotiate(SSLSocket sslSocket, String hostname, List<Protocol> protocols) in negotiate() method in OkHttpProtocolNegotiator.AndroidNegotiator
147 negotiatedProtocol = super.negotiate(sslSocket, hostname, protocols); in negotiate()
/external/autotest/client/site_tests/network_DhcpStaticIP/
Dcontrol12 Tests that we can negotiate a lease on an IPv4 address via DHCP,
15 This test succceeds if dhcpcd is able to negotiate and DHCP lease, but then
/external/ipsec-tools/src/racoon/
DTODO32 guess phase 1 DH group (for aggressive mode, we cannot negotiate it)
33 guess if we need phase 2 PFS or not (we cannot negotiate it. so
35 guess how we should negotiate lifetime
/external/autotest/client/site_tests/network_DhcpVendorEncapsulatedOptions/
Dcontrol11 Tests that we can negotiate a lease on an IPv4 address via DHCP from
/external/autotest/client/site_tests/network_DhcpClasslessStaticRoute/
Dcontrol12 Tests that we can negotiate a lease on an IPv4 address via DHCP.
/external/autotest/client/site_tests/network_Dhcpv6Basic/
Dcontrol9 This test fails if the device cannot successfully negotiate a lease for
/external/autotest/client/site_tests/network_Ipv6SimpleNegotiation/
Dcontrol9 This test fails if the kernel IPv6 code cannot successfully negotiate a
/external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/
Dcontrol11 Tests that we can negotiate a lease on an IPv4 address via DHCP from
/external/autotest/server/site_tests/firmware_PDProtocol/
Dcontrol19 - That the DUT did not negotiate PD when booted from test image from recovery

123