| /freebsd/sys/contrib/device-tree/Bindings/display/ti/ |
| H A D | ti,am65x-dss.yaml | 5 $id: http://devicetree.org/schemas/display/ti/ti,am65x-dss.yaml# 16 ports and two video planes. In AM65x DSS, the first video port 17 supports 1 OLDI TX and in AM625 DSS, the first video port output is 31 - ti,am625-dss 32 - ti,am62a7-dss 33 - ti,am62l-dss 34 - ti,am65x-dss 38 Addresses to each DSS memory region described in the SoC's TRM. 40 - description: common DSS register area 47 - description: common1 DSS register area [all …]
|
| H A D | ti,omap-dss.txt | 11 The OMAP Display Subsystem (DSS) hardware consists of DSS Core, DISPC module and 12 a number of encoder modules. All DSS versions contain DSS Core and DISPC, but 15 The DSS Core is the parent of the other DSS modules, and manages clock routing, 27 The DSS Core and the encoders have video port outputs. The structure of the 30 described in the SoC's DSS binding documentation. 45 A shortened example of the DSS description for OMAP4, with non-relevant parts 48 dss: dss@58000000 { 49 compatible = "ti,omap4-dss"; 90 DSS Core --(MIPI DPI)--> TFP410 --(DVI)--> DVI Connector 185 &dss {
|
| H A D | ti,j721e-dss.yaml | 5 $id: http://devicetree.org/schemas/display/ti/ti,j721e-dss.yaml# 22 const: ti,j721e-dss 26 - description: common_m DSS Master common 27 - description: common_s0 DSS Shared common 0 28 - description: common_s1 DSS Shared common 1 29 - description: common_s2 DSS Shared common 2 66 - description: fck DSS functional clock 90 - description: common_m DSS Master common 91 - description: common_s0 DSS Shared common 0 92 - description: common_s1 DSS Shared common 1 [all …]
|
| H A D | ti,k2g-dss.yaml | 5 $id: http://devicetree.org/schemas/display/ti/ti,k2g-dss.yaml# 15 The K2G DSS is an ultra-light version of TI Keystone Display 21 const: ti,k2g-dss 25 - description: cfg DSS top level 41 - description: fck DSS functional clock 59 The DSS DPI output port node 83 dss: dss@2540000 { 84 compatible = "ti,k2g-dss";
|
| H A D | ti,dra7-dss.txt | 4 See Documentation/devicetree/bindings/display/ti/ti,omap-dss.txt for generic 7 DSS Core 11 - compatible: "ti,dra7-dss" 12 - reg: address and length of the register spaces for 'dss' 32 - DSS Submodules: HDMI
|
| H A D | ti,omap5-dss.txt | 4 See Documentation/devicetree/bindings/display/ti/ti,omap-dss.txt for generic 7 DSS Core 11 - compatible: "ti,omap5-dss" 21 - DSS Submodules: RFBI, DSI, HDMI
|
| H A D | ti,omap4-dss.txt | 4 See Documentation/devicetree/bindings/display/ti/ti,omap-dss.txt for generic 7 DSS Core 11 - compatible: "ti,omap4-dss" 21 - DSS Submodules: RFBI, VENC, DSI, HDMI
|
| H A D | ti,omap2-dss.txt | 4 See Documentation/devicetree/bindings/display/ti/ti,omap-dss.txt for generic 7 DSS Core 11 - compatible: "ti,omap2-dss"
|
| H A D | ti,omap3-dss.txt | 4 See Documentation/devicetree/bindings/display/ti/ti,omap-dss.txt for generic 7 DSS Core 11 - compatible: "ti,omap3-dss"
|
| /freebsd/secure/usr.bin/openssl/man/ |
| H A D | openssl-ciphers.1 | 277 with RSA and DSS keys or either respectively. 300 .IP "\fBaDSS\fR, \fBDSS\fR" 4 301 .IX Item "aDSS, DSS" 302 Cipher suites using DSS authentication, i.e. the certificates carry DSS keys. 439 \& SSL_DH_DSS_WITH_3DES_EDE_CBC_SHA DH\-DSS\-DES\-CBC3\-SHA 441 \& SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA DHE\-DSS\-DES\-CBC3\-SHA 463 \& TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA DHE\-DSS\-DES\-CBC3\-SHA 475 \& TLS_DH_DSS_WITH_AES_128_CBC_SHA DH\-DSS\-AES128\-SHA 476 \& TLS_DH_DSS_WITH_AES_256_CBC_SHA DH\-DSS\-AES256\-SHA 480 \& TLS_DHE_DSS_WITH_AES_128_CBC_SHA DHE\-DSS\-AES128\-SHA [all …]
|
| /freebsd/crypto/openssh/regress/ |
| H A D | sshcfgparse.sh | 9 ssh-dss) dsa=1 ;; 69 expect_result_absent "$f" "ssh-dss" 74 expect_result_absent "$f" "ssh-ed25519-cert-v01.*" "ssh-dss" 79 expect_result_absent "$f" "ssh-ed25519-cert-v01.*" "ssh-dss" 83 expect_result_absent "$f" "ssh-ed25519" "ssh-dss" 87 f=`${SSH} -GF none -opubkeyacceptedalgorithms=+ssh-dss-cert* host | \ 89 expect_result_present "$f" "ssh-ed25519" "ssh-dss-cert-v01.*" 90 expect_result_absent "$f" "ssh-dss" 91 f=`${SSH} -GF none -opubkeyacceptedalgorithms=+ssh-dss host | \ 93 expect_result_present "$f" "ssh-ed25519" "ssh-ed25519-cert-v01.*" "ssh-dss" [all …]
|
| H A D | Makefile | 133 host.ecdsa-sha2-nistp521 host.ssh-dss host.ssh-ed25519 \ 195 set -xe ; if ${TEST_SSH_SSH} -Q key | grep -q "^ssh-dss" ; then \ 203 set -xe ; if ${TEST_SSH_SSH} -Q key | grep -q "^ssh-dss" ; then \ 208 set -xe ; if ${TEST_SSH_SSH} -Q key | grep -q "^ssh-dss" ; then \ 214 set -xe ; if ssh -Q key | grep -q "^ssh-dss" ; then \ 219 set -xe ; if ssh -Q key | grep -q "^ssh-dss" ; then \ 243 set -xe ; if ${TEST_SSH_SSH} -Q key | grep -q "^ssh-dss" ; then \
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-ciphers.pod.in | 236 with RSA and DSS keys or either respectively. 266 =item B<aDSS>, B<DSS> 268 Cipher suites using DSS authentication, i.e. the certificates carry DSS keys. 436 SSL_DH_DSS_WITH_3DES_EDE_CBC_SHA DH-DSS-DES-CBC3-SHA 438 SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA DHE-DSS-DES-CBC3-SHA 459 TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA DHE-DSS-DES-CBC3-SHA 470 TLS_DH_DSS_WITH_AES_128_CBC_SHA DH-DSS-AES128-SHA 471 TLS_DH_DSS_WITH_AES_256_CBC_SHA DH-DSS-AES256-SHA 475 TLS_DHE_DSS_WITH_AES_128_CBC_SHA DHE-DSS-AES128-SHA 476 TLS_DHE_DSS_WITH_AES_256_CBC_SHA DHE-DSS-AES256-SHA [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
| H A D | am437x-sbc-t43.dts | 32 dss_pinctrl_default: dss-pinctrl-default-pins { 34 AM4372_IOPAD(0x9b0, PIN_OUTPUT_PULLUP | MUX_MODE2) /* cam0 hd -> DSS DATA 23 */ 41 AM4372_IOPAD(0x9cc, PIN_OUTPUT_PULLUP | MUX_MODE2) /* cam1 data 9 -> DSS DATA 16 */ 43 AM4372_IOPAD(0x8a0, PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS DATA 0 */ 58 AM4372_IOPAD(0x8dc, PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS DATA 15 */ 59 AM4372_IOPAD(0x8e0, PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS VSYNC */ 60 AM4372_IOPAD(0x8e4, PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS HSYNC */ 61 AM4372_IOPAD(0x8e8, PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS PCLK */ 62 AM4372_IOPAD(0x8ec, PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS AC BIAS EN */ 138 &dss {
|
| /freebsd/crypto/openssh/regress/unittests/hostkeys/testdata/ |
| H A D | known_hosts | 2 sisyphus.example.com ssh-dss AAAAB3NzaC1kc3MAAACBAOqffHxEW4c+Z9q/r3l4sYK8F7qrBsU8XF9upGsW62T9InROFF… 8 prometheus.example.com,192.0.2.1,2001:db8::1 ssh-dss AAAAB3NzaC1kc3MAAACBAI38Hy/61/O5Bp6yUG8J5XQCeN… 14 *.example.com,192.0.2.*,2001:* ssh-dss AAAAB3NzaC1kc3MAAACBAI6lz2Ip9bzE7TGuDD4SjO9S4Ac90gq0h6ai1O06… 20 |1|z3xOIdT5ue3Vuf3MzT67kaioqjw=|GZhhe5uwDOBQrC9N4cCjpbLpSn4= ssh-dss AAAAB3NzaC1kc3MAAACBALrFy7w5ih… 25 |1|mxnU8luzqWLvfVi5qBm5xVIyCRM=|9Epopft7LBd80Bf6RmWPIpwa8yU= ssh-dss AAAAB3NzaC1kc3MAAACBAIutigAse6… 26 |1|klvLmvh2vCpkNMDEjVvrE8SJWTg=|e/dqEEBLnbgqmwEesl4cDRu/7TM= ssh-dss AAAAB3NzaC1kc3MAAACBAIutigAse6… 27 |1|wsk3ddB3UjuxEsoeNCeZjZ6NvZs=|O3O/q2Z/u7DrxoTiIq6kzCevQT0= ssh-dss AAAAB3NzaC1kc3MAAACBAIutigAse6… 42 @cert-authority *.example.com ssh-dss AAAAB3NzaC1kc3MAAACBAKvjnFHm0VvMr5h2Zu3nURsxQKGoxm+DCzYDxRYci… 45 @what sisyphus.example.com ssh-dss AAAAB3NzaC1kc3MAAACBAOqffHxEW4c+Z9q/r3l4sYK8F7qrBsU8XF9upGsW62T9…
|
| /freebsd/usr.sbin/nfsd/ |
| H A D | pnfsserver.4 | 94 It is possible to have multiple DSs on the same 97 of these DSs must have a separate top level exported directory used for storage 99 of these DSs must be mountable via a separate IP address. 104 Multiple DSs on the same server may be useful when data for different file systems 128 so that they can be defined as DSs in the 134 For example, if there are four DSs named nfsv4-data[0-3], the 163 four DSs and File layouts will be issued to pNFS enabled clients. 182 will be stored on two of the DSs. 185 It is also possible to specify which DSs are to be used to store data files for 204 For this case, it may be convenient to co-locate more than one of the DSs [all …]
|
| H A D | nfsd.8 | 163 These two DSs would be used to store data files for all exported file systems 176 would specify two DSs as above, however nfsv4-data0 will be used to store 182 When using IPv6 addresses for DSs 199 which defines how many of the DSs will 201 The default of one implies no mirroring of data storage files on the DSs.
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | tls1.h | 861 # define TLS1_TXT_DHE_DSS_WITH_RC4_128_SHA "DHE-DSS-RC4-SHA" 869 # define TLS1_TXT_DH_DSS_WITH_AES_128_SHA "DH-DSS-AES128-SHA" 871 # define TLS1_TXT_DHE_DSS_WITH_AES_128_SHA "DHE-DSS-AES128-SHA" 876 # define TLS1_TXT_DH_DSS_WITH_AES_256_SHA "DH-DSS-AES256-SHA" 878 # define TLS1_TXT_DHE_DSS_WITH_AES_256_SHA "DHE-DSS-AES256-SHA" 954 # define TLS1_TXT_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA "SRP-DSS-3DES-EDE-CBC-SHA" 957 # define TLS1_TXT_SRP_SHA_DSS_WITH_AES_128_CBC_SHA "SRP-DSS-AES-128-CBC-SHA" 960 # define TLS1_TXT_SRP_SHA_DSS_WITH_AES_256_CBC_SHA "SRP-DSS-AES-256-CBC-SHA" 964 # define TLS1_TXT_DH_DSS_WITH_CAMELLIA_128_CBC_SHA "DH-DSS-CAMELLIA128-SHA" 966 # define TLS1_TXT_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA "DHE-DSS-CAMELLIA128-SHA" [all …]
|
| H A D | ssl3.h | 101 # define SSL3_TXT_DH_DSS_DES_40_CBC_SHA "EXP-DH-DSS-DES-CBC-SHA" 102 # define SSL3_TXT_DH_DSS_DES_64_CBC_SHA "DH-DSS-DES-CBC-SHA" 103 # define SSL3_TXT_DH_DSS_DES_192_CBC3_SHA "DH-DSS-DES-CBC3-SHA" 108 # define SSL3_TXT_DHE_DSS_DES_40_CBC_SHA "EXP-DHE-DSS-DES-CBC-SHA" 109 # define SSL3_TXT_DHE_DSS_DES_64_CBC_SHA "DHE-DSS-DES-CBC-SHA" 110 # define SSL3_TXT_DHE_DSS_DES_192_CBC3_SHA "DHE-DSS-DES-CBC3-SHA" 120 # define SSL3_TXT_EDH_DSS_DES_40_CBC_SHA "EXP-EDH-DSS-DES-CBC-SHA" 121 # define SSL3_TXT_EDH_DSS_DES_64_CBC_SHA "EDH-DSS-DES-CBC-SHA" 122 # define SSL3_TXT_EDH_DSS_DES_192_CBC3_SHA "EDH-DSS-DES-CBC3-SHA"
|
| /freebsd/contrib/jemalloc/src/ |
| H A D | extent_dss.c | 21 * Current dss precedence default, used when creating new arenas. NB: This is 29 /* Base address of the DSS. */ 31 /* Atomic boolean indicating whether a thread is currently extending DSS. */ 33 /* Atomic boolean indicating whether the DSS is exhausted. */ 35 /* Atomic current upper limit on DSS addresses. */ 93 * Get the current end of the DSS as max_cur and assure that dss_max is in extent_dss_max_update() 101 /* Fixed new_addr can only be supported if it is at the edge of DSS. */ in extent_dss_max_update() 134 * threads that are using the DSS for something other than in extent_alloc_dss()
|
| /freebsd/crypto/openssl/test/ |
| H A D | cms-examples.pl | 37 [ "4.1.bin" => "encode, verifyder, cont, dss" ], 39 [ "4.3.bin" => "encode, verifyder, cont_extern, dss" ], 40 [ "4.4.bin" => "encode, verifyder, cont, dss" ], 42 [ "4.6.bin" => "encode, verifyder, cont, dss" ], 43 [ "4.7.bin" => "encode, verifyder, cont, dss" ], 44 [ "4.8.eml" => "verifymime, dss" ], 45 [ "4.9.eml" => "verifymime, dss" ], 46 [ "4.10.bin" => "encode, verifyder, cont, dss" ], 221 $cafile = "$cmsdir/CarlDSSSelf.pem" if $tlist =~ /dss/;
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | ssh | 23 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/p/pub-ssh-dss.trid.xml 24 # Note: called "SSH-DSS Public key" by TrID 25 0 string ssh-dss\040 OpenSSH DSA public key 79 # name of the algorithm like: ssh-dss ssh-rsa ecdsa-sha2-nistp256 ssh-ed25519
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ti/ |
| H A D | gate.txt | 19 "ti,dss-gate-clock" - gate clock with DSS specific hardware handling 62 compatible = "ti,dss-gate-clock";
|
| /freebsd/contrib/ldns/drill/ |
| H A D | REGRESSIONS | 12 o Printing of DSs after DNSKEY records. Because we don't parse our 14 record. The DSs are now printed AFTER the packet.
|
| /freebsd/contrib/jemalloc/scripts/ |
| H A D | gen_run_tests.py | 51 'dss:primary', 91 # Heap profiling and dss are not supported on OS X. 93 'dss:primary' in malloc_conf_opts)
|