| /freebsd/sys/contrib/device-tree/Bindings/spi/ |
| H A D | cdns,qspi-nor-peripheral-props.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/spi/cdns,qspi-nor-peripheral-props.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Peripheral-specific properties for the Cadence QSPI controller. 10 See spi-peripheral-props.yaml for more info. 13 - Vaishnav Achath <vaishnav.a@ti.com> 16 # cdns,qspi-nor.yaml 17 cdns,read-delay: 22 cdns,tshsl-ns: [all …]
|
| H A D | cadence-quadspi.txt | 4 - compatible : should be one of the following: 5 Generic default - "cdns,qspi-nor". 6 For TI 66AK2G SoC - "ti,k2g-qspi", "cdns,qspi-nor". 7 For TI AM654 SoC - "ti,am654-ospi", "cdns,qspi-nor". 8 For Intel LGM SoC - "intel,lgm-qspi", "cdns,qspi-nor". 9 - reg : Contains two entries, each of which is a tuple consisting of a 13 - interrupts : Unit interrupt specifier for the controller interrupt. 14 - clocks : phandle to the Quad SPI clock. 15 - cdns,fifo-depth : Size of the data FIFO in words. 16 - cdns,fifo-width : Bus width of the data FIFO in bytes. [all …]
|
| /freebsd/share/man/man9/ |
| H A D | bus_alloc_resource.9 | 1 .\" -*- nroff -*- 56 This is an easy interface to the resource-management functions. 86 .Bl -item 95 .Bl -tag -width SYS_RES_MEMORY 146 .Bl -tag -width RF_SHAREABLE 149 The resource still needs to be activated with 166 do not establish implicit mapping when activated via 176 .Bd -literal 192 .An -nosplit 194 .An Alexander Langer Aq Mt alex@big.endian.de
|
| /freebsd/sys/contrib/device-tree/Bindings/mtd/ |
| H A D | cadence-quadspi.txt | 4 - compatible : should be one of the following: 5 Generic default - "cdns,qspi-nor". 6 For TI 66AK2G SoC - "ti,k2g-qspi", "cdns,qspi-nor". 7 For TI AM654 SoC - "ti,am654-ospi", "cdns,qspi-nor". 8 - reg : Contains two entries, each of which is a tuple consisting of a 12 - interrupts : Unit interrupt specifier for the controller interrupt. 13 - clocks : phandle to the Quad SPI clock. 14 - cdns,fifo-depth : Size of the data FIFO in words. 15 - cdns,fifo-width : Bus width of the data FIFO in bytes. 16 - cdns,trigger-address : 32-bit indirect AHB trigger address. [all …]
|
| /freebsd/contrib/ofed/infiniband-diags/src/ |
| H A D | ibmirror.c | 2 * Copyright (c) 2004-2009 Voltaire Inc. All rights reserved. 14 * - Redistributions of source code must retain the above 18 * - Redistributions in binary form must reproduce the above 185 mad_set_field(buf, 0, IB_PMR_LRH_SLID_F, portid->lid); in port_mirror_route() 242 offset = mirror_dlid - block * IB_SMP_DATA_SIZE; in get_out_port() 247 offset = mirror_dlid - block * IB_SMP_DATA_SIZE; in get_out_port() 269 IBEXIT("get peer portinfo failed - unable to configure lossy\n"); in get_peer() 314 printf("local lid %d / port %d\n", portid->lid, outport); in lossy_config() 321 IBEXIT("get lossy config from lid %d port %d failed - not supported\n", in lossy_config() 322 portid->lid, outport); in lossy_config() [all …]
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | SSL_get1_builtin_sigalgs.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 45 . de IX 58 .TH SSL_GET1_BUILTIN_SIGALGS 3ossl 2025-09-30 3.5.4 OpenSSL 64 SSL_get1_builtin_sigalgs \- get list of built\-in signature algorithms 74 Return the colon-separated list of built-in and available TLS signature 79 The string may be empty (strlen==0) if none of the built-in TLS signature 80 algorithms can be activated, e.g., if suitable providers are missing. 90 Copyright 2000\-2024 The OpenSSL Project Authors. All Rights Reserved.
|
| H A D | EVP_KEYEXCH_free.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 45 . de IX 58 .TH EVP_KEYEXCH_FREE 3ossl 2025-09-30 3.5.4 OpenSSL 68 \&\- Functions to manage EVP_KEYEXCH algorithm objects 128 all activated providers in the library context \fIlibctx\fR, and for each 159 Copyright 2019\-2024 The OpenSSL Project Authors. All Rights Reserved.
|
| H A D | EVP_KEM_free.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 45 . de IX 58 .TH EVP_KEM_FREE 3ossl 2025-09-30 3.5.4 OpenSSL 68 \&\- Functions to manage EVP_KEM algorithm objects 112 \&\fBEVP_KEM_do_all_provided()\fR traverses all EVP_KEMs implemented by all activated 154 Copyright 2020\-2024 The OpenSSL Project Authors. All Rights Reserved.
|
| H A D | EVP_ASYM_CIPHER_free.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 45 . de IX 58 .TH EVP_ASYM_CIPHER_FREE 3ossl 2025-09-30 3.5.4 OpenSSL 69 \&\- Functions to manage EVP_ASYM_CIPHER algorithm objects 119 all activated providers in the given library context \fIlibctx\fR, and for each of 160 Copyright 2019\-2024 The OpenSSL Project Authors. All Rights Reserved.
|
| H A D | EVP_SIGNATURE.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 45 . de IX 58 .TH EVP_SIGNATURE 3ossl 2025-09-30 3.5.4 OpenSSL 70 \&\- Functions to manage EVP_SIGNATURE algorithm objects 123 activated providers in the given library context \fIlibctx\fR, and for each of the 164 Copyright 2019\-2024 The OpenSSL Project Authors. All Rights Reserved.
|
| H A D | SSL_new_stream.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 45 . de IX 58 .TH SSL_NEW_STREAM 3ossl 2025-09-30 3.5.4 OpenSSL 65 SSL_STREAM_FLAG_ADVANCE \- create a new locally\-initiated QUIC stream 79 a new locally-initiated bidirectional or unidirectional QUIC stream and returns 96 This function can only be used to create stream objects for locally-initiated 101 inhibits the future creation of a default stream. See \fBopenssl\-quic\fR\|(7). 127 This function fails if called on a QUIC stream SSL object or on a non-QUIC SSL 138 activated via a call to \fBSSL_handle_events()\fR to process any potential updates 148 Copyright 2002\-2025 The OpenSSL Project Authors. All Rights Reserved.
|
| H A D | OSSL_CMP_log_open.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 45 . de IX 58 .TH OSSL_CMP_LOG_OPEN 3ossl 2025-09-30 3.5.4 OpenSSL 80 \&\- functions for logging and error reporting 111 convenience functions for CMP-specific logging, 138 The callback is activated only when the severity level is sufficient according 141 The callback function may itself do non-trivial tasks like writing to 145 \&\fBOSSL_CMP_log_open()\fR initializes the CMP-specific logging facility to output 152 any pending CMP-specific log output and deallocate related resources. 175 Copyright 2007\-2022 The OpenSSL Project Authors. All Rights Reserved.
|
| H A D | OSSL_ENCODER.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 45 . de IX 58 .TH OSSL_ENCODER 3ossl 2025-09-30 3.5.4 OpenSSL 77 \&\- Encoder method routines 116 in "Names and properties" in \fBprovider\-encoder\fR\|(7). 144 implementations by all activated providers in the library context 193 Copyright 2019\-2024 The OpenSSL Project Authors. All Rights Reserved.
|
| H A D | EVP_KEYMGMT.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 45 . de IX 58 .TH EVP_KEYMGMT 3ossl 2025-09-30 3.5.4 OpenSSL 78 \&\- EVP key management routines 148 all activated providers in the library context \fIlibctx\fR, and for each 202 Copyright 2019\-2024 The OpenSSL Project Authors. All Rights Reserved.
|
| H A D | EVP_SKEYMGMT.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 45 . de IX 58 .TH EVP_SKEYMGMT 3ossl 2025-09-30 3.5.4 OpenSSL 76 \&\- EVP key management routines for opaque symmetric keys 144 all activated providers in the library context \fIlibctx\fR, and for each
|
| H A D | SSL_CTX_set_session_cache_mode.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 45 . de IX 58 .TH SSL_CTX_SET_SESSION_CACHE_MODE 3ossl 2025-09-30 3.5.4 OpenSSL 64 SSL_CTX_set_session_cache_mode, SSL_CTX_get_session_cache_mode \- enable/disable session caching 111 function. This option is not activated by default. 133 By setting this flag, session-resume operations in an SSL/TLS server will not 148 session lookups in the external cache (i.e. for session-resume requests) would 149 normally be copied into the local cache before processing continues \- this flag 180 Copyright 2001\-2021 The OpenSSL Project Authors. All Rights Reserved.
|
| H A D | OSSL_DECODER.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 45 . de IX 58 .TH OSSL_DECODER 3ossl 2025-09-30 3.5.4 OpenSSL 77 \&\- Decoder method routines 116 in "Names and properties" in \fBprovider\-encoder\fR\|(7). 144 implementations by all activated providers in the library context 239 Copyright 2020\-2024 The OpenSSL Project Authors. All Rights Reserved.
|
| H A D | EVP_MAC.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 45 . de IX 58 .TH EVP_MAC 3ossl 2025-09-30 3.5.4 OpenSSL 73 EVP_MAC_do_all_provided \- EVP MAC routines 156 See "Message Authentication Code (MAC)" in \fBOSSL_PROVIDER\-default\fR\|(7) for the list 166 NULL is a valid parameter, for which this function is a no-op. 175 NULL is a valid parameter, for which this function is a no-op. 202 Providing non-NULL \fIparams\fR to this function is equivalent to calling 205 re-initalization (i.e. calling \fBEVP_MAC_init()\fR on an EVP_MAC after \fBEVP_MAC_final()\fR 282 \&\fBEVP_MAC_do_all_provided()\fR traverses all MAC implemented by all activated [all …]
|
| H A D | EVP_KDF.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 45 . de IX 58 .TH EVP_KDF 3ossl 2025-09-30 3.5.4 OpenSSL 73 EVP_KDF_CTX_gettable_params, EVP_KDF_CTX_settable_params \- EVP KDF routines 116 The EVP KDF routines are a high-level interface to Key Derivation Function 117 algorithms and should be used instead of algorithm-specific functions. 135 See "Key Derivation Function (KDF)" in \fBOSSL_PROVIDER\-default\fR\|(7) for the lists of 145 NULL is a valid parameter, for which this function is a no-op. 219 \&\fBEVP_KDF_do_all_provided()\fR traverses all KDF implemented by all activated 243 Some KDF implementations can take a non-secret unique cryptographic salt. [all …]
|
| /freebsd/share/man/man4/ |
| H A D | keyboard.4 | 23 then enter a decimal number from 0-255 via the numerical keypad, then 30 It is activated by 31 pressing the scroll-lock key. 40 .Bl -tag -width "Modifier Key" -compact 64 .Bd -literal -offset indent 83 .Bd -literal 86 code base shift cntrl shift alt shift cntrl shift 88 ---- ------------------------------------------------------ 105 control, alt, lock, switch-screen, function-key or no-op key. 109 The flgs field defines if the key should react on caps-lock (1), [all …]
|
| /freebsd/secure/lib/libcrypto/man/man5/ |
| H A D | config.5 | 1 .\" -*- mode: troff; coding: utf-8 -*- 45 . de IX 58 .TH CONFIG 5ossl 2025-09-30 3.5.4 OpenSSL 64 config \- OpenSSL CONF library configuration files 83 is the first non-space character in a line, the entire line is ignored. 103 available on systems with POSIX IO support.) Any sub-directories found 138 \&\fBtrue\fR or \fBon\fR, then \f(CW\*(C`foo$bar\*(C'\fR is a single seven-character name and 186 In order to support this, commands like \fBopenssl\-req\fR\|(1) ignore any 301 \& OPENSSL_CONF=example.cnf openssl asn1parse \-genstr OID:1.2.3.4.1 316 for that provider. The provider-specific section is used to specify how [all …]
|
| H A D | fips_config.5 | 1 .\" -*- mode: troff; coding: utf-8 -*- 45 . de IX 58 .TH FIPS_CONFIG 5ossl 2025-09-30 3.5.4 OpenSSL 64 fips_config \- OpenSSL FIPS configuration 69 of the shared library file, and status about the self-testing. 72 .IP "\- Run the startup FIPS self-test known answer tests (KATS)." 4 73 .IX Item "- Run the startup FIPS self-test known answer tests (KATS)." 76 .IP "\- Verify the module's checksum." 4 77 .IX Item "- Verify the module's checksum." 80 This file is generated by the \fBopenssl\-fipsinstall\fR\|(1) program, and [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/pci/ |
| H A D | snps,dw-pcie.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/pci/snps,dw-pcie.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jingoo Han <jingoohan1@gmail.com> 11 - Gustavo Pimentel <gustavo.pimentel@synopsys.com> 16 # Please create a separate DT-schema for your DWC PCIe Root Port controller 17 # and make sure it's assigned with the vendor-specific compatible string. 21 const: snps,dw-pcie 23 - compatible [all …]
|
| H A D | snps,dw-pcie-common.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/snps,dw-pci [all...] |
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | provider.7 | 1 .\" -*- mode: troff; coding: utf-8 -*- 45 . de IX 58 .TH PROVIDER 7ossl 2025-09-30 3.5.4 OpenSSL 64 provider \- OpenSSL operation implementation providers 92 a set of \fBOSSL_ALGORITHM\fR\|(3)s (see \fBopenssl\-core.h\fR\|(7)). 93 It may be a dynamically loadable module, or may be built-in, in 97 If it's built-in, the initialization function may have any name. 115 \&\fBprovider\-base\fR\|(7). 120 \&\fBprovider\-base\fR\|(7), and they are the central means of communication 172 \&\fBprovider\-digest\fR\|(7). [all …]
|