/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | nand-chip.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mtd/nand-chip.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Miquel Raynal <miquel.raynal@bootlin.com> 13 - $ref: mtd.yaml# 18 SPI-NAND devices are concerned by this description. 23 Contains the chip-select IDs. 25 nand-ecc-engine: 27 A phandle on the hardware ECC engine if any. There are [all …]
|
H A D | gpmi-nand.txt | 1 * Freescale General-Purpose Media Interface (GPMI) 7 - compatible : should be "fsl,<chip>-gpmi-nand", chip can be: 13 - reg : should contain registers location and length for gpmi and bch. 14 - reg-names: Should contain the reg names "gpmi-nand" and "bch" 15 - interrupts : BCH interrupt number. 16 - interrupt-names : Should be "bch". 17 - dmas: DMA specifier, consisting of a phandle to DMA controller node 19 Refer to dma.txt and fsl-mxs-dma.txt for details. 20 - dma-names: Must be "rx-tx". 21 - clocks : clocks phandle and clock specifier corresponding to each clock [all …]
|
H A D | gpmi-nand.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mtd/gpmi-nand.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Freescale General-Purpose Media Interface (GPMI) 10 - Han Xu <han.xu@nxp.com> 14 flash chips. The device tree may optionally contain sub-nodes 21 - enum: 22 - fsl,imx23-gpmi-nand 23 - fsl,imx28-gpmi-nand [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_security_level.pod | 5 …_security_ex_data, SSL_CTX_get0_security_ex_data, SSL_get0_security_ex_data - SSL/TLS security fra… 75 The security level corresponds to a minimum of 80 bits of security. Any 77 DSA and DH keys shorter than 1024 bits and ECC keys shorter than 160 bits 87 shorter than 2048 bits and ECC keys shorter than 224 bits are prohibited. 94 shorter than 3072 bits and ECC keys shorter than 256 bits are prohibited. 102 DH keys shorter than 7680 bits and ECC keys shorter than 384 bits are 109 shorter than 15360 bits and ECC keys shorter than 512 bits are prohibited. 120 setting B<-DOPENSSL_TLS_SECURITY_LEVEL=level>. If not set then 1 is used. 132 cipher suite encryption algorithms, supported ECC curves, supported 138 See SP800-57 for how the security limits are related to individual [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | l2c2x0.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rob Herring <robh@kernel.org> 16 models (Note 1). Some of the properties that are just prefixed "cache-*" are 22 cache controllers as found in e.g. Cortex-A15/A7/A57/A53. These 28 - $ref: /schemas/cache-controller.yaml# 33 - enum: 34 - arm,pl310-cache 35 - arm,l220-cache [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/cache/ |
H A D | l2c2x0.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rob Herring <robh@kernel.org> 16 models (Note 1). Some of the properties that are just prefixed "cache-*" are 22 cache controllers as found in e.g. Cortex-A15/A7/A57/A53. These 28 - $ref: /schemas/cache-controller.yaml# 33 - enum: 34 - arm,pl310-cache 35 - arm,l220-cache [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6ull-myir-mys-6ulx-eval.dts | 1 // SPDX-License-Identifier: GPL-2.0 7 /dts-v1/; 9 #include "imx6ull-myir-mys-6ulx.dtsi" 12 model = "MYiR i.MX6ULL MYS-6ULX Single Board Computer with NAND"; 13 compatible = "myir,imx6ull-mys-6ulx-eval", "fsl,imx6ull"; 17 fsl,use-minimum-ecc;
|
H A D | imx6ull-colibri.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 3 * Copyright 2018-2022 Toradex 16 compatible = "pwm-backlight"; 17 brightness-levels = <0 4 8 16 32 64 128 255>; 18 default-brightness-leve [all...] |
H A D | imx7-colibri.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 3 * Copyright 2016-2022 Toradex 6 #include <dt-bindings/pwm/pwm.h> 15 brightness-levels = <0 45 63 88 119 158 203 255>; 16 compatible = "pwm-backlight"; 17 default-brightnes [all...] |
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_CTX_set_security_level.3 | 18 .\" Set up some character translations and predefined strings. \*(-- will 23 .\" nothing in troff, for use with C<>. 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" [all …]
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x509_txt.c | 2 * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved. 4 * Licensed under the Apache License 2.0 (the "License"). You may not use 61 return "self-signed certificate"; in X509_verify_cert_error_string() 63 return "self-signed certificate in certificate chain"; in X509_verify_cert_error_string() 99 return "invalid non-CA certificate (has CA markings)"; in X509_verify_cert_error_string() 124 return "name constraints minimum and maximum not supported"; in X509_verify_cert_error_string() 142 return "Suite B: invalid ECC curve"; in X509_verify_cert_error_string() 148 return "Suite B: cannot sign P-384 with P-256"; in X509_verify_cert_error_string() 186 return "Path length invalid for non-CA cert"; in X509_verify_cert_error_string() 190 return "Key usage keyCertSign invalid for non-CA cert"; in X509_verify_cert_error_string() [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | reg_addr.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 5 * Redistribution and use in source and binary forms, with or without 21 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 24 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 78 …- For ending "endless completion". 0 - When receiving a completion timeout while receiving a compl… 79 … DataWidth:0x4 // 0 - TXCPL sync fifo pop underflow 1 - TXR sync fifo pop underflow 2 - TXW hea… 80 …s:R DataWidth:0x6 // 0 - RX target read and config sync fifo push overflow 1 - RX header syn… 81 …ataWidth:0x14 // 4:0 - TXCPL sync fifo pop status 9:5 - TXR sync fifo pop status 14:10 - TXW hea… 88 …ffff<<0) // Vendor ID. PCI-SIG assigned Manufacturer Identifier. Note: The access attributes of … 90 …ce Identifier. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E… [all …]
|
/freebsd/sys/contrib/ncsw/inc/Peripherals/ |
H A D | fm_ext.h | 1 /* Copyright (c) 2008-2012 Freescale Semiconductor, Inc 4 * Redistribution and use in source and binary forms, with or without 27 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 65 run-time control routines. This module must be initialized always 67 NOTE - We assume that the FM library will be initialized only by core No. 0! 115 volatile uint16_t cksum; /**< Running-sum */ 116 …volatile uint16_t flags_frag_off; /**< Flags & fragment-offset field of the last IP-header … 120 volatile uint8_t ip_pid_off; /**< IP PID (last IP-proto) offset */ 154 #define FM_FD_ERR_UNSUPPORTED_FORMAT 0x04000000 /**< Not for Rx-Port! Unsupported Format */ [all …]
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_defines.h | 2 SPDX-License-Identifier: BSD-3-Clause 4 Copyright (c) 2001-2020, Intel Corporation 7 Redistribution and use in source and binary forms, with or without 27 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 30 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 94 #define E1000_CTRL_EXT_IAME 0x08000000 /* Int ACK Auto-mask */ 122 #define E1000_RXD_STAT_PIF 0x80 /* passed in-exact filter */ 173 #define E1000_MANC_SMBUS_EN 0x00000001 /* SMBus Enabled - RO */ 174 #define E1000_MANC_ASF_EN 0x00000002 /* ASF Enabled - RO */ 222 /* Use byte values for the following shift parameters [all …]
|
/freebsd/contrib/unbound/contrib/ |
H A D | unbound.spec_fedora | 5 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_py… 6 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_… 15 Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz 21 Patch1: unbound-1.2-glob.patch 24 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 25 BuildRequires: flex, openssl-devel , ldns-devel >= 1.5.0, 26 BuildRequires: libevent-devel expat-devel 28 BuildRequires: python-devel swig 38 Requires(pre): shadow-utils 40 Obsoletes: dnssec-conf < 1.27-2 [all …]
|
/freebsd/sys/dev/igc/ |
H A D | igc_defines.h | 1 /*- 4 * SPDX-License-Identifier: BSD-3-Clause 72 #define IGC_CTRL_EXT_IAME 0x08000000 /* Int ACK Auto-mask */ 89 #define IGC_RXD_STAT_PIF 0x80 /* passed in-exact filter */ 128 #define IGC_MANC_SMBUS_EN 0x00000001 /* SMBus Enabled - RO */ 129 #define IGC_MANC_ASF_EN 0x00000002 /* ASF Enabled - RO */ 177 /* Use byte values for the following shift parameters 215 #define IGC_CTRL_ASDE 0x00000020 /* Auto-speed detect enable */ 217 #define IGC_CTRL_ILOS 0x00000080 /* Invert Loss-Of Signal */ 279 /* 1000/H is not supported, nor spec-compliant. */ [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | dra72-evm-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2014-2016 Texas Instruments Incorporated - https://www.ti.com/ 5 /dts-v1/; 8 #include "dra7-ipu-dsp-commo [all...] |
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 4 This is a high-level summary of the most important changes. 11 ---------------- 13 - [OpenSSL 3.0](#openssl-30) 14 - [OpenSSL 1.1.1](#openssl-111) 15 - [OpenSSL 1.1.0](#openssl-110) 16 - [OpenSSL 1.0.2](#openssl-102) 17 - [OpenSSL 1.0.1](#openssl-101) 18 - [OpenSSL 1.0.0](#openssl-100) 19 - [OpenSSL 0.9.x](#openssl-09x) 22 ----------- [all …]
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hostapd.conf | 6 # Note: This attribute can be overridden by the values supplied with the '-i' 25 # Use driver=none if building hostapd as a standalone RADIUS server that does 29 # Driver interface parameters (mainly for development testing use) 37 # Module bitfield (ORed bitfield of modules that will be logged; -1 = all 46 # Levels (minimum value for logged events): 53 logger_syslog=-1 55 logger_stdout=-1 65 # hostapd_cli will use it when trying to connect with hostapd. 69 # directory to allow only members of a group to use sockets. This way, it is 72 # run as non-root users. However, since the control interface can be used to [all …]
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_hw.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 7 * Redistribution and use in source and binary forms, with or without 22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 49 * t4_wait_op_done_val - wait until an operation is completed 52 * @mask: a single-bit field within @reg that indicates completion 61 * operation completes and -EAGAIN otherwise. 74 if (--attempts == 0) in t4_wait_op_done_val() 75 return -EAGAIN; in t4_wait_op_done_val() [all …]
|
/freebsd/contrib/unbound/validator/ |
H A D | val_secalgo.c | 2 * validator/val_secalgo.c - validator security algorithm functions. 8 * Redistribution and use in source and binary forms, with or without 29 * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 32 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 41 * and do the library calls (for the crypto library in use). 93 /* or use ERR_error_string if ERR_error_string_n is not avail TODO */ in log_crypto_error() 102 * @param level: debug level to use in verbose() call 110 /* or use ERR_error_string if ERR_error_string_n is not avail TODO */ in log_crypto_verbose() 176 h->ctx = EVP_MD_CTX_create(); in secalgo_hash_create_md() 177 if(!h->ctx) { in secalgo_hash_create_md() [all …]
|
/freebsd/sys/dev/aac/ |
H A D | aacreg.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2000-2001 Scott Long 10 * Redistribution and use in source and binary forms, with or without 25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 49 * retain their naming conventions (for now) to aid in cross-referencing. 54 * be 16-byte aligned, and are sized as follows: 56 #define AAC_HOST_NORM_CMD_ENTRIES 8 /* command adapter->host, 58 #define AAC_HOST_HIGH_CMD_ENTRIES 4 /* command adapter->host, [all …]
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid_reg.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2000-2001 Scott Long 7 * Copyright (c) 2001-2010 Adaptec, Inc. 8 * Copyright (c) 2010-2012 PMC-Sierra, Inc. 11 * Redistribution and use in source and binary forms, with or without 26 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 50 * retain their naming conventions (for now) to aid in cross-referencing. 62 * List structure used to chain FIBs (used by the adapter - we hang FIBs off [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wpa_supplicant.conf | 12 # Note: All file paths in this configuration file should use full (absolute, 42 # default, wpa_cli will use it when trying to connect with wpa_supplicant. 45 # directory to allow only members of a group to use sockets. This way, it is 48 # run as non-root users. However, since the control interface can be used to 50 # cases. By default, wpa_supplicant is configured to use gid 0 (root). If you 51 # want to allow non-root users to use the control interface, add a new group 57 # When configuring both the directory and group, use following format: 69 # library/default.asp?url=/library/en-us/secauthz/security/ 72 # DACL (which will reject all connections). See README-Windows.txt for more 78 # wpa_supplicant is implemented based on IEEE Std 802.1X-2004 which defines [all …]
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_local.h | 2 * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. 6 * Licensed under the Apache License 2.0 (the "License"). You may not use 49 /* NOTE - c is not incremented as per c2l */ 54 case 8: l2 =((unsigned long)(*(--(c))))<<24; \ 55 case 7: l2|=((unsigned long)(*(--(c))))<<16; \ 56 case 6: l2|=((unsigned long)(*(--(c))))<< 8; \ 57 case 5: l2|=((unsigned long)(*(--(c)))); \ 58 case 4: l1 =((unsigned long)(*(--(c))))<<24; \ 59 case 3: l1|=((unsigned long)(*(--(c))))<<16; \ 60 case 2: l1|=((unsigned long)(*(--(c))))<< 8; \ [all …]
|