Searched refs:nego (Results 1 – 13 of 13) sorted by relevance
/external/curl/lib/vauth/ |
D | spnego_sspi.c | 95 struct negotiatedata *nego) in Curl_auth_decode_spnego_message() argument 112 if(nego->context && nego->status == SEC_E_OK) { in Curl_auth_decode_spnego_message() 116 Curl_auth_cleanup_spnego(nego); in Curl_auth_decode_spnego_message() 120 if(!nego->spn) { in Curl_auth_decode_spnego_message() 122 nego->spn = Curl_auth_build_spn(service, host, NULL); in Curl_auth_decode_spnego_message() 123 if(!nego->spn) in Curl_auth_decode_spnego_message() 127 if(!nego->output_token) { in Curl_auth_decode_spnego_message() 129 nego->status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) in Curl_auth_decode_spnego_message() 132 if(nego->status != SEC_E_OK) { in Curl_auth_decode_spnego_message() 137 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_cleanup_spnego(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 | 202 struct negotiatedata *nego); 207 struct negotiatedata *nego, 211 void Curl_auth_cleanup_spnego(struct negotiatedata *nego);
|
/external/python/cpython3/Lib/test/ |
D | test_telnetlib.py | 316 nego = nego_collector() 317 telnet.set_option_negotiation_callback(nego.do_nego) 319 cmd = nego.seen 324 nego.sb_getter = None # break the nego => telnet cycle 343 nego = nego_collector(telnet.read_sb_data) 344 telnet.set_option_negotiation_callback(nego.do_nego) 348 self.assertEqual(nego.sb_seen, want_sb_data) 350 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/llvm-project/llvm/test/MC/PowerPC/ |
D | ppc64-encoding.s | 476 # CHECK-BE: nego 2, 3 # encoding: [0x7c,0x43,0x04,0xd0] 477 # CHECK-LE: nego 2, 3 # encoding: [0xd0,0x04,0x43,0x7c] 478 nego 2, 3 479 # CHECK-BE: nego. 2, 3 # encoding: [0x7c,0x43,0x04,0xd1] 480 # CHECK-LE: nego. 2, 3 # encoding: [0xd1,0x04,0x43,0x7c] 481 nego. 2, 3
|
/external/llvm-project/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64le-encoding.txt | 367 # CHECK: nego 2, 3 370 # CHECK: nego. 2, 3
|
D | ppc64-encoding.txt | 370 # CHECK: nego 2, 3 373 # CHECK: nego. 2, 3
|
/external/cldr/common/testData/transforms/ |
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-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenAsmMatcher.inc | 4305 "lld\006mulldo\005mulli\005mullw\006mullwo\004nand\003nap\003neg\004nego" 6084 …{ 7889 /* nego */, PPC::NEGO, Convert__RegGPRC1_0__RegGPRC1_1, AMFBS_None, { MCK_RegGPRC, MCK_RegG… 6085 …{ 7889 /* nego */, PPC::NEGO_rec, Convert__RegGPRC1_1__RegGPRC1_2, AMFBS_None, { MCK__DOT_, MCK_Re…
|