Searched refs:exchange (Results 1 – 25 of 139) sorted by relevance
123456
/external/llvm/test/CodeGen/PowerPC/ |
D | atomic-1.ll | 20 define i32 @exchange(i32* %mem, i32 %val) nounwind { 21 ; CHECK: exchange:
|
D | atomic-2.ll | 20 define i64 @exchange(i64* %mem, i64 %val) nounwind { 21 ; CHECK: exchange:
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | TCSpinLock.h | 87 xchg [eax], ebx ; exchange lockword_ and 1 in Lock() 169 xchg [eax], ebx ; exchange *lockword and 1 in TCMalloc_SlowLock()
|
/external/grub/lib/ |
D | getopt.c | 304 static void exchange (char **); 308 exchange (argv) in exchange() function 562 exchange ((char **) argv); 584 exchange ((char **) argv);
|
/external/openssl/crypto/dh/ |
D | generate | 3 Subject: Re: Diffie-Hellman key exchange 16 >Diffie-Hellman public key exchange algorithm: y=a^x mod q. I'm
|
D | example | 28 use with Diffie-Hellman key exchange. I assert that not only is this number
|
/external/iptables/extensions/ |
D | libxt_TCPMSS.man | 12 firewall/router, but machines behind it can never exchange large
|
/external/bison/lib/ |
D | getopt.c | 152 exchange (char **argv, struct _getopt_data *d) in exchange() function 404 exchange ((char **) argv, d); in _getopt_internal_r() 427 exchange ((char **) argv, d); in _getopt_internal_r()
|
/external/openssh/ |
D | moduli.0 | 8 sshd(8) in the Diffie-Hellman Group Exchange key exchange method.
|
D | PROTOCOL | 48 OpenSSH supports ECC key exchange and public key authentication as 151 Once established the client and server may exchange packet or frames
|
D | PROTOCOL.mux | 12 action of each is to exchange hello messages:
|
D | OVERVIEW | 144 They first perform identification string exchange, then
|
/external/chromium/net/base/ |
D | ssl_false_start_blacklist.txt | 1051 exchange.berden.nl 1052 exchange.chc.be 1053 exchange.clarkslegal.com 1054 exchange.clearwaterpaper.com 1055 exchange.cs-soreltracy.qc.ca 1056 exchange.datacom.com.au 1057 exchange.dcpud.net 1058 exchange.gilacountyaz.gov 1059 exchange.hostnet.nl 1060 exchange.intranet.neumanpools.com [all …]
|
/external/dropbear/ |
D | filelist.txt | 18 kex.c Key exchange routines, used at startup to negotiate
|
/external/ganymed-ssh2/ |
D | HISTORY.txt | 267 - It is now possible to override the default server hostkey algorithm order (for the key exchange) 286 - Added "diffie-hellman-group14-sha1" support to the key exchange code. 295 key exchange with some ssh servers (the server's signature was rejected).
|
/external/icu4c/data/mappings/ |
D | iso-8859_11-2001.ucm | 18 # remedy for any claim will be exchange of defective media within 90
|
D | iso-8859_14-1998.ucm | 19 # remedy for any claim will be exchange of defective media within 90
|
D | iso-8859_10-1998.ucm | 18 # remedy for any claim will be exchange of defective media within 90
|
/external/ipsec-tools/src/racoon/ |
D | TODO | 43 o Dynamically retry to exchange and resend the packet per nodes.
|
/external/mdnsresponder/mDNSCore/ |
D | DNSCommon.h | 174 …| (RR)->rrtype == kDNSType_RT || (RR)->rrtype == kDNSType_KX ) ? &(RR)->rdata->u.mx.exchange : \
|
D | DNSCommon.c | 1133 case kDNSType_KX: return DomainNameHashValue(&rdb->mx.exchange); in RDataHashValue() 1188 samename(&b1->mx.exchange, &b2->mx.exchange)); in SameRDataBody() 1425 case kDNSType_KX: return(mDNSu16)(2 + CompressedDomainNameLength(&rd->mx.exchange, name)); in GetRDLength() 1493 len = DomainNameLengthLimit(&rd->u.mx.exchange, rd->u.data + rdlength); in ValidateRData() 1693 return(putDomainNameAsLabels(msg, ptr, limit, &rdb->mx.exchange)); in putRData() 2255 ptr = getDomainName(msg, ptr+2, end, &rdb->mx.exchange); in GetLargeResourceRecord()
|
/external/ipsec-tools/ |
D | NEWS | 15 o Remove phase1 handler immediately if first exchange is bad
|
D | ChangeLog | 99 we received an invalid first exchange from initiator. 461 protect the informational exchange. 711 exchange (prior to peer consent)
|
/external/ipsec-tools/src/racoon/doc/ |
D | README.gssapi | 36 being used for the exchange. If the id is not specified, no
|
/external/qemu/docs/ |
D | CHAR-DEVICES.TXT | 110 A CharDriverState that is used to exchange messages between the
|
123456