/external/chromium/net/http/ |
http_auth_sspi_win_unittest.cc | 60 // The first round should just consist of an unadorned "Negotiate" header. 62 HttpAuthSSPI auth_sspi(&mock_library, "Negotiate", 64 std::string challenge_text = "Negotiate"; 72 // The first round should just have "Negotiate", and the second round should 75 HttpAuthSSPI auth_sspi(&mock_library, "Negotiate", 77 std::string first_challenge_text = "Negotiate"; 89 std::string second_challenge_text = "Negotiate Zm9vYmFy"; 100 HttpAuthSSPI auth_sspi(&mock_library, "Negotiate", 102 std::string challenge_text = "Negotiate Zm9vYmFy"; 110 // If a later-round challenge is simply "Negotiate", it should be treated a [all...] |
http_auth_gssapi_posix_unittest.cc | 65 "Negotiate", 113 "Negotiate", // Package name 120 "Negotiate", // Package name 175 // The first round should just consist of an unadorned "Negotiate" header. 177 HttpAuthGSSAPI auth_gssapi(&mock_library, "Negotiate", 179 std::string challenge_text = "Negotiate"; 187 // The first round should just have "Negotiate", and the second round should 190 HttpAuthGSSAPI auth_gssapi(&mock_library, "Negotiate", 192 std::string first_challenge_text = "Negotiate"; 205 std::string second_challenge_text = "Negotiate Zm9vYmFy" [all...] |
http_auth_handler_factory.h | 65 // since NTLM and Negotiate schemes do not support preemptive creation. 71 // For the NTLM and Negotiate handlers: 111 // The default factory supports Basic, Digest, NTLM, and Negotiate schemes. 113 // |resolver| is used by the Negotiate authentication handler to perform 140 // authentication scheme such as Basic, Digest, or Negotiate. 160 // include "basic", "digest", "ntlm", and "negotiate", where case matters. 162 // |security_manager| is used by the NTLM and Negotiate authenticators 166 // |host_resolver| is used by the Negotiate authentication handler to perform 167 // CNAME lookups to generate a Kerberos SPN for the server. If the "negotiate" 175 // how Negotiate does SPN generation, by default these should be false [all...] |
mock_sspi_library_win.h | 64 // lib.ExpectQuerySecurityPackageInfo(L"Negotiate", ...) 66 // lib.QuerySecurityPackageInfo(L"Negotiate", ...) 72 // lib.ExpectQuerySecurityPackageInfo(L"Negotiate", ...) 73 // lib.QuerySecurityPackageInfo(L"Negotiate", ...) 79 // lib.ExpectQuerySecurityPackageInfo(L"Negotiate", ...)
|
url_security_manager.h | 28 // can be used with during NTLM or Negotiate authentication. If 48 // |auth_origin| for HTTP NTLM or Negotiate authentication. 52 // |auth_origin| for HTTP Negotiate authentication.
|
/external/chromium_org/net/http/ |
http_auth_sspi_win_unittest.cc | 60 // The first round should just consist of an unadorned "Negotiate" header. 62 HttpAuthSSPI auth_sspi(&mock_library, "Negotiate", 64 std::string challenge_text = "Negotiate"; 72 // The first round should just have "Negotiate", and the second round should 75 HttpAuthSSPI auth_sspi(&mock_library, "Negotiate", 77 std::string first_challenge_text = "Negotiate"; 88 std::string second_challenge_text = "Negotiate Zm9vYmFy"; 99 HttpAuthSSPI auth_sspi(&mock_library, "Negotiate", 101 std::string challenge_text = "Negotiate Zm9vYmFy"; 109 // If a later-round challenge is simply "Negotiate", it should be treated a [all...] |
http_auth_gssapi_posix_unittest.cc | 65 "Negotiate", 115 "Negotiate", // Package name 122 "Negotiate", // Package name 179 // The first round should just consist of an unadorned "Negotiate" header. 181 HttpAuthGSSAPI auth_gssapi(&mock_library, "Negotiate", 183 std::string challenge_text = "Negotiate"; 191 // The first round should just have "Negotiate", and the second round should 194 HttpAuthGSSAPI auth_gssapi(&mock_library, "Negotiate", 196 std::string first_challenge_text = "Negotiate"; 208 std::string second_challenge_text = "Negotiate Zm9vYmFy" [all...] |
http_auth_handler_factory.h | 64 // since NTLM and Negotiate schemes do not support preemptive creation. 70 // For the NTLM and Negotiate handlers: 110 // The default factory supports Basic, Digest, NTLM, and Negotiate schemes. 112 // |resolver| is used by the Negotiate authentication handler to perform 139 // authentication scheme such as Basic, Digest, or Negotiate. 159 // include "basic", "digest", "ntlm", and "negotiate", where case matters. 161 // |security_manager| is used by the NTLM and Negotiate authenticators 165 // |host_resolver| is used by the Negotiate authentication handler to perform 166 // CNAME lookups to generate a Kerberos SPN for the server. If the "negotiate" 174 // how Negotiate does SPN generation, by default these should be false [all...] |
mock_sspi_library_win.h | 63 // lib.ExpectQuerySecurityPackageInfo(L"Negotiate", ...) 65 // lib.QuerySecurityPackageInfo(L"Negotiate", ...) 71 // lib.ExpectQuerySecurityPackageInfo(L"Negotiate", ...) 72 // lib.QuerySecurityPackageInfo(L"Negotiate", ...) 78 // lib.ExpectQuerySecurityPackageInfo(L"Negotiate", ...)
|
url_security_manager.h | 28 // can be used with during NTLM or Negotiate authentication. If 48 // |auth_origin| for HTTP NTLM or Negotiate authentication. 52 // |auth_origin| for HTTP Negotiate authentication.
|
/frameworks/av/media/libnbaio/ |
AudioStreamInSource.cpp | 40 ssize_t AudioStreamInSource::negotiate(const NBAIO_Format offers[], size_t numOffers, function in class:android::AudioStreamInSource 54 return NBAIO_Source::negotiate(offers, numOffers, counterOffers, numCounterOffers); 71 return NEGOTIATE;
|
AudioStreamOutSink.cpp | 37 ssize_t AudioStreamOutSink::negotiate(const NBAIO_Format offers[], size_t numOffers, function in class:android::AudioStreamOutSink 51 return NBAIO_Sink::negotiate(offers, numOffers, counterOffers, numCounterOffers); 57 return NEGOTIATE;
|
SourceAudioBufferProvider.cpp | 32 // negotiate with source 35 ssize_t index = source->negotiate(NULL, 0, counterOffers, numCounterOffers); 36 ALOG_ASSERT(index == (ssize_t) NEGOTIATE && numCounterOffers > 0); 38 index = source->negotiate(counterOffers, 1, NULL, numCounterOffers);
|
/external/ppp/pppd/ |
ipxcp.h | 61 bool neg_node; /* Negotiate IPX node number? */ 64 bool neg_nn; /* Negotiate IPX network number? */ 67 bool neg_name; /* Negotiate IPX router name */ 68 bool neg_complete; /* Negotiate completion */ 69 bool neg_router; /* Negotiate IPX router number */
|
lcp.h | 76 bool neg_mru; /* Negotiate the MRU? */ 77 bool neg_asyncmap; /* Negotiate the async map? */ 84 bool neg_lqr; /* Negotiate use of Link Quality Reports */ 85 bool neg_cbcp; /* Negotiate use of CBCP */ 86 bool neg_mrru; /* negotiate multilink MRRU */ 87 bool neg_ssnhf; /* negotiate short sequence numbers */ 88 bool neg_endpoint; /* negotiate endpoint discriminator */
|
/external/chromium_org/third_party/openssl/openssl/patches/ |
README | 10 clients can negotiate SSL connections in 1-RTT even when performing
|
/frameworks/av/include/media/nbaio/ |
NBAIO.h | 37 NEGOTIATE = 0x80000010, // Must (re-)negotiate format. For negotiate() only, the offeree 85 // negotiate() must called first. The purpose of negotiate() is to check compatibility of 94 // from counterOffers[0] to counterOffers[numCounterOffers - 1], and returns NEGOTIATE. 99 // important counterOffers as will fit, and returns NEGOTIATE. As this implies a re-allocation, 104 // In this case, the offerree should set numCounterOffers appropriately and return NEGOTIATE. 109 // NEGOTIATE No offer accepted, and counter-offer(s) optionally made. See above for details. 110 virtual ssize_t negotiate(const NBAIO_Format offers[], size_t numOffers [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
dtlstransportchannel_unittest.cc | 130 void Negotiate(DtlsTestClient* peer, cricket::ContentAction action, 133 Negotiate(identity_.get(), (identity_) ? peer->identity_.get() : NULL, 138 void Negotiate(talk_base::SSLIdentity* local_identity, 413 Negotiate(client1_role, client2_role); 460 void Negotiate() { 461 Negotiate(cricket::CONNECTIONROLE_ACTPASS, cricket::CONNECTIONROLE_ACTIVE); 464 void Negotiate(ConnectionRole client1_role, ConnectionRole client2_role) { 468 client1_.Negotiate(&client2_, cricket::CA_OFFER, 470 client2_.Negotiate(&client1_, cricket::CA_ANSWER, 474 // Negotiate with legacy client |client2|. Legacy client doesn't use setu [all...] |
/bionic/libc/include/arpa/ |
telnet.h | 86 #define TELOPT_NAOL 8 /* negotiate about output line width */ 87 #define TELOPT_NAOP 9 /* negotiate about output page size */ 88 #define TELOPT_NAOCRD 10 /* negotiate about CR disposition */ 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */ 90 #define TELOPT_NAOHTD 12 /* negotiate about horizontal tab disposition */ 91 #define TELOPT_NAOFFD 13 /* negotiate about formfeed disposition */ 92 #define TELOPT_NAOVTS 14 /* negotiate about vertical tab stops */ 93 #define TELOPT_NAOVTD 15 /* negotiate about vertical tab disposition */ 94 #define TELOPT_NAOLFD 16 /* negotiate about output LF disposition */
|
/development/ndk/platforms/android-9/include/arpa/ |
telnet.h | 86 #define TELOPT_NAOL 8 /* negotiate about output line width */ 87 #define TELOPT_NAOP 9 /* negotiate about output page size */ 88 #define TELOPT_NAOCRD 10 /* negotiate about CR disposition */ 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */ 90 #define TELOPT_NAOHTD 12 /* negotiate about horizontal tab disposition */ 91 #define TELOPT_NAOFFD 13 /* negotiate about formfeed disposition */ 92 #define TELOPT_NAOVTS 14 /* negotiate about vertical tab stops */ 93 #define TELOPT_NAOVTD 15 /* negotiate about vertical tab disposition */ 94 #define TELOPT_NAOLFD 16 /* negotiate about output LF disposition */
|
/external/tcpdump/ |
telnet.h | 94 #define TELOPT_NAOL 8 /* negotiate about output line width */ 95 #define TELOPT_NAOP 9 /* negotiate about output page size */ 96 #define TELOPT_NAOCRD 10 /* negotiate about CR disposition */ 97 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */ 98 #define TELOPT_NAOHTD 12 /* negotiate about horizontal tab disposition */ 99 #define TELOPT_NAOFFD 13 /* negotiate about formfeed disposition */ 100 #define TELOPT_NAOVTS 14 /* negotiate about vertical tab stops */ 101 #define TELOPT_NAOVTD 15 /* negotiate about vertical tab disposition */ 102 #define TELOPT_NAOLFD 16 /* negotiate about output LF disposition */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/ |
telnet.h | 86 #define TELOPT_NAOL 8 /* negotiate about output line width */ 87 #define TELOPT_NAOP 9 /* negotiate about output page size */ 88 #define TELOPT_NAOCRD 10 /* negotiate about CR disposition */ 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */ 90 #define TELOPT_NAOHTD 12 /* negotiate about horizontal tab disposition */ 91 #define TELOPT_NAOFFD 13 /* negotiate about formfeed disposition */ 92 #define TELOPT_NAOVTS 14 /* negotiate about vertical tab stops */ 93 #define TELOPT_NAOVTD 15 /* negotiate about vertical tab disposition */ 94 #define TELOPT_NAOLFD 16 /* negotiate about output LF disposition */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/ |
telnet.h | 86 #define TELOPT_NAOL 8 /* negotiate about output line width */ 87 #define TELOPT_NAOP 9 /* negotiate about output page size */ 88 #define TELOPT_NAOCRD 10 /* negotiate about CR disposition */ 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */ 90 #define TELOPT_NAOHTD 12 /* negotiate about horizontal tab disposition */ 91 #define TELOPT_NAOFFD 13 /* negotiate about formfeed disposition */ 92 #define TELOPT_NAOVTS 14 /* negotiate about vertical tab stops */ 93 #define TELOPT_NAOVTD 15 /* negotiate about vertical tab disposition */ 94 #define TELOPT_NAOLFD 16 /* negotiate about output LF disposition */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/ |
telnet.h | 86 #define TELOPT_NAOL 8 /* negotiate about output line width */ 87 #define TELOPT_NAOP 9 /* negotiate about output page size */ 88 #define TELOPT_NAOCRD 10 /* negotiate about CR disposition */ 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */ 90 #define TELOPT_NAOHTD 12 /* negotiate about horizontal tab disposition */ 91 #define TELOPT_NAOFFD 13 /* negotiate about formfeed disposition */ 92 #define TELOPT_NAOVTS 14 /* negotiate about vertical tab stops */ 93 #define TELOPT_NAOVTD 15 /* negotiate about vertical tab disposition */ 94 #define TELOPT_NAOLFD 16 /* negotiate about output LF disposition */
|
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/arpa/ |
telnet.h | 86 #define TELOPT_NAOL 8 /* negotiate about output line width */ 87 #define TELOPT_NAOP 9 /* negotiate about output page size */ 88 #define TELOPT_NAOCRD 10 /* negotiate about CR disposition */ 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */ 90 #define TELOPT_NAOHTD 12 /* negotiate about horizontal tab disposition */ 91 #define TELOPT_NAOFFD 13 /* negotiate about formfeed disposition */ 92 #define TELOPT_NAOVTS 14 /* negotiate about vertical tab stops */ 93 #define TELOPT_NAOVTD 15 /* negotiate about vertical tab disposition */ 94 #define TELOPT_NAOLFD 16 /* negotiate about output LF disposition */
|