/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | _bundle | 4 vers=1.0.28 18 tar=ssvnc_unix_only-${vers}.tar.gz 30 tar=ssvnc_unix_minimal-${vers}.tar.gz 57 rm -f ssvnc_all-$vers.zip 58 rm -f ssvnc-$vers.zip 59 zip -9 -r ssvnc_all-$vers.zip ssvnc 60 zip -9 -r ssvnc-$vers.zip ssvnc -x '*.zip' '*.tar.gz' 61 tar cvf - --exclude='*.zip' --exclude='*.tar.gz' ssvnc | gzip -9 > ssvnc-$vers.tar.gz 62 …ll' --exclude='*.exe' --exclude ssvnc/Windows/util ssvnc | gzip -9 > ssvnc_no_windows-$vers.tar.gz 65 ls -l ssvnc*-$vers.* [all …]
|
/external/boringssl/src/ssl/test/runner/ |
D | dtls.go | 26 func versionToWire(vers uint16, isDTLS bool) uint16 { 28 return ^(vers - 0x0201) 30 return vers 33 func wireToVersion(vers uint16, isDTLS bool) uint16 { 35 return ^vers + 0x0201 37 return vers 71 vers := wireToVersion(uint16(b.data[1])<<8|uint16(b.data[2]), c.isDTLS) 73 if vers != c.vers { 75 …Locked(fmt.Errorf("dtls: received record with version %x when expecting version %x", vers, c.vers)) 78 if expect := c.config.Bugs.ExpectInitialRecordVersion; expect != 0 && vers != expect { [all …]
|
D | handshake_server.go | 150 vers: VersionTLS10, 192 if c.clientVersion != hs.clientHello.vers { 196 c.clientVersion = hs.clientHello.vers 206 c.vers, ok = config.mutualVersion(hs.clientHello.vers) 209 …t.Errorf("tls: client offered an unsupported, maximum protocol version of %x", hs.clientHello.vers) 254 hs.hello.vers = c.vers 303 …hs.hello.extendedMasterSecret = c.vers >= VersionTLS10 && hs.clientHello.extendedMasterSecret && !… 378 …if hs.suite = c.tryCipherSuite(id, supportedList, c.vers, hs.ellipticOk, hs.ecdsaOk); hs.suite != … 417 if !c.config.Bugs.AllowSessionVersionMismatch && c.vers != hs.sessionState.vers { 434 …ite(hs.sessionState.cipherSuite, c.config.cipherSuites(), hs.sessionState.vers, hs.ellipticOk, hs.… [all …]
|
D | handshake_client.go | 60 vers: c.config.maxVersion(), 79 hello.vers = c.config.Bugs.SendClientVersion 114 if hello.vers < VersionTLS12 && suite.flags&suiteTLS12 != 0 { 136 if hello.vers >= VersionTLS12 && !c.config.Bugs.NoSignatureAndHashes { 164 versOk := candidateSession.vers >= c.config.minVersion() && 165 candidateSession.vers <= c.config.maxVersion() 208 vers: hello.vers, 233 if helloVerifyRequest.vers != VersionTLS10 { 262 c.vers, ok = c.config.mutualVersion(serverHello.vers) 265 return fmt.Errorf("tls: server selected unsupported protocol version %x", serverHello.vers) [all …]
|
D | ticket.go | 21 vers uint16 member 35 if s.vers != s1.vers || 65 x[0] = byte(s.vers >> 8) 66 x[1] = byte(s.vers) 107 s.vers = uint16(data[0])<<8 | uint16(data[1])
|
D | handshake_messages.go | 12 vers uint16 member 45 m.vers == m1.vers && 151 vers := versionToWire(m.vers, m.isDTLS) 152 x[4] = uint8(vers >> 8) 153 x[5] = uint8(vers) 390 m.vers = wireToVersion(uint16(data[4])<<8|uint16(data[5]), m.isDTLS) 617 vers uint16 member 644 m.vers == m1.vers && 727 vers := versionToWire(m.vers, m.isDTLS) 728 x[4] = uint8(vers >> 8) [all …]
|
D | conn.go | 34 vers uint16 // TLS version member 653 vers := uint16(b.data[1])<<8 | uint16(b.data[2]) 656 if vers != c.vers { 658 …rLocked(fmt.Errorf("tls: received record with version %x when expecting version %x", vers, c.vers)) 661 if expect := c.config.Bugs.ExpectInitialRecordVersion; expect != 0 && vers != expect { 663 …rLocked(fmt.Errorf("tls: received record with version %x when expecting version %x", vers, expect)) 679 if (typ != recordTypeAlert && typ != want) || vers >= 0x1000 || n >= 0x3000 { 898 vers := c.vers 899 if vers == 0 { 902 vers = VersionTLS10 [all …]
|
D | common.go | 211 vers uint16 // SSL/TLS version negotiated for the session member 798 func (c *Config) mutualVersion(vers uint16) (uint16, bool) { 802 if vers < minVersion { 805 if vers > maxVersion { 806 vers = maxVersion 808 return vers, true
|
D | key_agreement.go | 35 ka.clientVersion = versionToWire(clientHello.vers, clientHello.isDTLS) 128 vers := uint16(preMasterSecret[0])<<8 | uint16(preMasterSecret[1]) 129 if ka.clientVersion != vers { 141 vers := clientHello.vers 143 vers = config.Bugs.RsaClientKeyExchangeVersion 145 vers = versionToWire(vers, clientHello.isDTLS) 146 preMasterSecret[0] = byte(vers >> 8) 147 preMasterSecret[1] = byte(vers) 158 if clientHello.vers != VersionSSL30 && !config.Bugs.SSL3RSAKeyExchange {
|
D | runner.go | 1199 if vers := connState.Version; expectedVersion != 0 && vers != expectedVersion { 1200 return fmt.Errorf("got version %x, expected %x", vers, expectedVersion) 2385 for _, vers := range tlsVersions[i+1:] { 2386 flags = append(flags, vers.flag) 2473 for _, vers := range tlsVersions[:i] { 2474 flags = append(flags, vers.flag) 3337 for _, vers := range tlsVersions { 3338 if vers.version == VersionSSL30 { 3342 name: "ExportKeyingMaterial-" + vers.name, 3344 MaxVersion: vers.version, [all …]
|
/external/libpng/contrib/tools/ |
D | chkfmt | 14 vers= 54 vers="`sed -n -e \ 57 echo "chkfmt: checking version $vers" 59 if test -z "$vers" 98 if test -n "$vers" 100 sed -e "s/$vers/a.b.cc/g" "$file" >"$file".$$
|
/external/libselinux/src/ |
D | policyvers.c | 18 unsigned vers = DEFAULT_POLICY_VERSION; in security_policyvers() local 29 return vers; in security_policyvers() 39 if (sscanf(buf, "%u", &vers) != 1) in security_policyvers() 42 return vers; in security_policyvers()
|
/external/selinux/libselinux/src/ |
D | policyvers.c | 18 unsigned vers = DEFAULT_POLICY_VERSION; in security_policyvers() local 29 return vers; in security_policyvers() 39 if (sscanf(buf, "%u", &vers) != 1) in security_policyvers() 42 return vers; in security_policyvers()
|
D | load_policy.c | 52 int maxvers = kernvers, minvers = DEFAULT_POLICY_VERSION, vers; in selinux_mkload_policy() local 165 vers = maxvers; in selinux_mkload_policy() 168 selinux_binary_policy_path(), vers); in selinux_mkload_policy() 171 && --vers >= minvers) { in selinux_mkload_policy() 174 selinux_binary_policy_path(), vers); in selinux_mkload_policy() 204 if (vers > kernvers && usesepol) { in selinux_mkload_policy() 228 vers--; in selinux_mkload_policy()
|
D | selinux_config.c | 350 int vers = 0; in hidden_def() local 359 vers = security_policyvers(); in hidden_def() 363 selinux_binary_policy_path(), vers); in hidden_def() 364 } while ((rc = access(policy_path, F_OK)) && --vers > 0); in hidden_def()
|
/external/selinux/libsepol/src/ |
D | policydb_public.c | 116 int sepol_policydb_set_vers(sepol_policydb_t * sp, unsigned int vers) in sepol_policydb_set_vers() argument 121 if (vers < POLICYDB_VERSION_MIN || vers > POLICYDB_VERSION_MAX) in sepol_policydb_set_vers() 126 if (vers < MOD_POLICYDB_VERSION_MIN in sepol_policydb_set_vers() 127 || vers > MOD_POLICYDB_VERSION_MAX) in sepol_policydb_set_vers() 133 p->policyvers = vers; in sepol_policydb_set_vers()
|
D | avtab.c | 427 int avtab_read_item(struct policy_file *fp, uint32_t vers, avtab_t * a, in avtab_read_item() argument 445 if (vers < POLICYDB_VERSION_AVTAB) { in avtab_read_item() 536 if ((vers < POLICYDB_VERSION_IOCTL_OPERATIONS) && in avtab_read_item() 539 "operation rules and one was specified\n", vers); in avtab_read_item() 573 int avtab_read(avtab_t * a, struct policy_file *fp, uint32_t vers) in avtab_read() argument 598 rc = avtab_read_item(fp, vers, a, avtab_insertf, NULL); in avtab_read()
|
/external/libpng/scripts/ |
D | vers.dfn | 2 /* vers.dfn - define format of libpng.vers
|
/external/tcpdump/ |
D | print-gre.c | 94 u_int len = length, vers; in gre_print() local 100 vers = EXTRACT_16BITS(bp) & GRE_VERS_MASK; in gre_print() 101 printf("GREv%u",vers); in gre_print() 103 switch(vers) { in gre_print()
|
D | print-decnet.c | 183 int src, dst, info, blksize, eco, ueco, hello, other, vers; in print_decnet_ctlmsg() local 198 vers = EXTRACT_LE_8BITS(cmp->cm_init.in_vers); in print_decnet_ctlmsg() 205 dnaddr_string(src), blksize, vers, eco, ueco, in print_decnet_ctlmsg() 254 vers = EXTRACT_LE_8BITS(cmp->cm_rhello.rh_vers); in print_decnet_ctlmsg() 267 vers, eco, ueco, dnaddr_string(src), in print_decnet_ctlmsg() 277 vers = EXTRACT_LE_8BITS(cmp->cm_ehello.eh_vers); in print_decnet_ctlmsg() 294 vers, eco, ueco, dnaddr_string(src), in print_decnet_ctlmsg()
|
D | print-nfs.c | 320 u_int32_t proc, vers, reply_stat; in nfsreply_print_noaddr() local 335 if (xid_map_find(rp, bp2, &proc, &vers) >= 0) in nfsreply_print_noaddr() 336 interp_reply(rp, proc, vers, length); in nfsreply_print_noaddr() 952 u_int32_t vers; /* program version (host order) */ member 1011 xmep->vers = EXTRACT_32BITS(&rp->rm_call.cb_vers); in xid_map_enter() 1021 u_int32_t *vers) in xid_map_find() argument 1066 *vers = xmep->vers; in xid_map_find() 1570 interp_reply(const struct sunrpc_msg *rp, u_int32_t proc, u_int32_t vers, int length) in interp_reply() argument 1576 v3 = (vers == NFS_VER3); in interp_reply()
|
/external/libpng/ |
D | Makefile.am | 100 libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LDFLAGS += -Wl,-M -Wl,libpng.vers 102 libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LDFLAGS += -Wl,--version-script=libpng.vers 105 libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_DEPENDENCIES = libpng.vers 135 libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@-config libpng.vers libpng.sym \ 163 scripts/sym.out scripts/vers.out: png.h pngconf.h pnglibconf.h 171 libpng.vers: scripts/vers.out
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | avtab.h | 120 extern int avtab_read_item(struct policy_file *fp, uint32_t vers, avtab_t * a, 124 extern int avtab_read(avtab_t * a, struct policy_file *fp, uint32_t vers);
|
/external/clang/test/Preprocessor/ |
D | c99-6_10_3_4_p6.c | 9 #define INCFILE(n) vers ## n
|
/external/icu/icu4c/source/extra/uconv/resources/ |
D | fr.txt | 100 …//problemCvtToU { "La conversion d''Unicode vers l''encodage de destination a échoué à la position… 101 …//problemCvtFromU { "La conversion de l''encodage original vers Unicode a échoué à la position {0}… 102 …//problemCvtFromUOut { "La conversion de l''encodage original vers Unicode a échoué à la position …
|