Searched refs:nego (Results 1 – 11 of 11) sorted by relevance
/external/curl/lib/vauth/ |
D | spnego_sspi.c | 89 struct negotiatedata *nego) in Curl_auth_decode_spnego_message() argument 106 if(nego->context && nego->status == SEC_E_OK) { in Curl_auth_decode_spnego_message() 110 Curl_auth_spnego_cleanup(nego); in Curl_auth_decode_spnego_message() 114 if(!nego->spn) { in Curl_auth_decode_spnego_message() 116 nego->spn = Curl_auth_build_spn(service, host, NULL); in Curl_auth_decode_spnego_message() 117 if(!nego->spn) in Curl_auth_decode_spnego_message() 121 if(!nego->output_token) { in Curl_auth_decode_spnego_message() 123 nego->status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) in Curl_auth_decode_spnego_message() 126 if(nego->status != SEC_E_OK) in Curl_auth_decode_spnego_message() 129 nego->token_max = SecurityPackage->cbMaxToken; in Curl_auth_decode_spnego_message() [all …]
|
D | spnego_gssapi.c | 81 struct negotiatedata *nego) in Curl_auth_decode_spnego_message() argument 96 if(nego->context && nego->status == GSS_S_COMPLETE) { in Curl_auth_decode_spnego_message() 100 Curl_auth_spnego_cleanup(nego); in Curl_auth_decode_spnego_message() 104 if(!nego->spn) { in Curl_auth_decode_spnego_message() 117 &nego->spn); in Curl_auth_decode_spnego_message() 153 &nego->context, in Curl_auth_decode_spnego_message() 154 nego->spn, in Curl_auth_decode_spnego_message() 165 nego->status = major_status; in Curl_auth_decode_spnego_message() 184 if(nego->output_token.length && nego->output_token.value) in Curl_auth_decode_spnego_message() 185 gss_release_buffer(&unused_status, &nego->output_token); in Curl_auth_decode_spnego_message() [all …]
|
D | vauth.h | 194 struct negotiatedata *nego); 199 struct negotiatedata *nego, 203 void Curl_auth_spnego_cleanup(struct negotiatedata *nego);
|
/external/python/cpython3/Lib/test/ |
D | test_telnetlib.py | 315 nego = nego_collector() 316 telnet.set_option_negotiation_callback(nego.do_nego) 318 cmd = nego.seen 323 nego.sb_getter = None # break the nego => telnet cycle 342 nego = nego_collector(telnet.read_sb_data) 343 telnet.set_option_negotiation_callback(nego.do_nego) 347 self.assertEqual(nego.sb_seen, want_sb_data) 349 nego.sb_getter = None # break the nego => telnet cycle
|
/external/python/cpython2/Lib/test/ |
D | test_telnetlib.py | 343 nego = nego_collector() 344 telnet.set_option_negotiation_callback(nego.do_nego) 346 cmd = nego.seen 351 nego.sb_getter = None # break the nego => telnet cycle 381 nego = nego_collector(telnet.read_sb_data) 382 telnet.set_option_negotiation_callback(nego.do_nego) 386 self.assertEqual(nego.sb_seen, want_sb_data) 388 nego.sb_getter = None # break the nego => telnet cycle
|
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/ |
D | ProtocolNegotiatorsTest.java | 326 ProtocolNegotiator nego = in httpProxy_completes() local 328 ChannelHandler handler = nego.newHandler(grpcHandler); in httpProxy_completes() 390 ProtocolNegotiator nego = in httpProxy_500() local 392 ChannelHandler handler = nego.newHandler(grpcHandler); in httpProxy_500()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/ |
D | mk-Latn-t-mk-m0-bgn.txt | 144 него nego
|
D | bg-Latn-t-bg-m0-bgn.txt | 87 него nego
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-encoding.s | 395 # FIXME: nego 2, 3 396 # FIXME: nego. 2, 3
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/ |
D | ppc64-encoding.s | 436 # FIXME: nego 2, 3 437 # FIXME: nego. 2, 3
|
/external/v8/src/ppc/ |
D | constants-ppc.h | 2030 V(nego, NEGO, 0x7C0004D0) \
|