HomeSort by relevance Sort by last modified time
    Searched full:negotiate (Results 51 - 75 of 272) sorted by null

1 23 4 5 6 7 8 91011

  /external/grub/netboot/
tulip.txt 26 and being PCI, they auto-configure IRQ and IOADDR and auto-negotiate
33 lets the card choose the fastest speed it can negotiate with the peer
  /external/openssl/patches/
README 10 clients can negotiate SSL connections in 1-RTT even when performing
  /frameworks/av/include/media/nbaio/
AudioBufferProviderSource.h 35 //virtual ssize_t negotiate(const NBAIO_Format offers[], size_t numOffers,
AudioStreamInSource.h 34 virtual ssize_t negotiate(const NBAIO_Format offers[], size_t numOffers,
LibsndfileSink.h 35 //virtual ssize_t negotiate(const NBAIO_Format offers[], size_t numOffers,
LibsndfileSource.h 36 //virtual ssize_t negotiate(const NBAIO_Format offers[], size_t numOffers,
MonoPipeReader.h 38 //virtual ssize_t negotiate(const NBAIO_Format offers[], size_t numOffers,
PipeReader.h 36 //virtual ssize_t negotiate(const NBAIO_Format offers[], size_t numOffers,
AudioStreamOutSink.h 34 virtual ssize_t negotiate(const NBAIO_Format offers[], size_t numOffers,
Pipe.h 38 //virtual ssize_t negotiate(const NBAIO_Format offers[], size_t numOffers,
  /frameworks/av/media/libnbaio/
LibsndfileSink.cpp 40 return (ssize_t) NEGOTIATE;
LibsndfileSource.cpp 49 return (ssize_t) NEGOTIATE;
Pipe.cpp 47 return NEGOTIATE;
  /external/chromium_org/content/test/data/media/
peerconnection-call.html 57 negotiate();
175 negotiate();
181 negotiate();
210 negotiate();
370 negotiate();
398 negotiate();
459 negotiate();
522 negotiate();
529 negotiate();
573 negotiate();
    [all...]
  /external/chromium/net/http/
http_auth_cache.h 46 // |scheme| - the authentication scheme (i.e. basic, negotiate).
67 // |scheme| - the authentication scheme (i.e. basic, negotiate).
85 // |scheme| - the authentication scheme (i.e. basic, negotiate).
http_auth_handler.h 21 // (basic, digest, NTLM, Negotiate).
43 // NTLM+Negotiate it may indicate that another round of challenge+response
170 // and "negotiate" to construct the service principal name.
http_auth_handler_factory.cc 60 registry_factory->RegisterSchemeFactory("negotiate", negotiate_factory);
147 if (IsSupportedScheme(supported_schemes, "negotiate")) {
161 registry_factory->RegisterSchemeFactory("negotiate", negotiate_factory);
http_auth_controller.cc 42 // RFC 4559 requires that a proxy indicate its support of NTLM/Negotiate
111 // Negotiate Start: 6
112 // Negotiate Reject: 7
135 // Negotiate Proxy: 12
136 // Negotiate Secure Proxy: 13
137 // Negotiate Server: 14
138 // Negotiate Secure Server: 15
  /external/chromium_org/net/http/
http_auth_cache.h 115 // |scheme| - the authentication scheme (i.e. basic, negotiate).
136 // |scheme| - the authentication scheme (i.e. basic, negotiate).
152 // |scheme| - the authentication scheme (i.e. basic, negotiate).
http_auth_handler_factory.cc 64 registry_factory->RegisterSchemeFactory("negotiate", negotiate_factory);
153 if (IsSupportedScheme(supported_schemes, "negotiate")) {
167 registry_factory->RegisterSchemeFactory("negotiate", negotiate_factory);
http_auth_controller.cc 44 // RFC 4559 requires that a proxy indicate its support of NTLM/Negotiate
113 // Negotiate Start: 6
114 // Negotiate Reject: 7
137 // Negotiate Proxy: 12
138 // Negotiate Secure Proxy: 13
139 // Negotiate Server: 14
140 // Negotiate Secure Server: 15
http_auth_handler_negotiate_unittest.cc 51 L"Negotiate", SEC_E_OK, security_package_.get());
118 "Negotiate", // Package name
125 "Negotiate", // Package name
158 "Negotiate", // Package name
190 int rv = factory_->CreateAuthHandlerFromString("Negotiate",
356 "Negotiate",
http_auth_handler.h 20 // (basic, digest, NTLM, Negotiate).
42 // NTLM+Negotiate it may indicate that another round of challenge+response
174 // and "negotiate" to construct the service principal name.
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectionendtoend_unittest.cc 152 void Negotiate() {
208 Negotiate();
220 Negotiate();
  /external/ipsec-tools/src/racoon/
TODO 32 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

Completed in 1575 milliseconds

1 23 4 5 6 7 8 91011