Home
last modified time | relevance | path

Searched +full:has +full:- +full:legacy +full:- +full:mode (Results 1 – 25 of 657) sorted by relevance

12345678910>>...27

/freebsd/secure/lib/libcrypto/man/man7/
H A Dopenssl-quic-concurrency.71 .\" -*- mode: troff; coding: utf-8 -*-
57 .IX Title "OPENSSL-QUIC-CONCURRENCY 7ossl"
58 .TH OPENSSL-QUIC-CONCURRENCY 7ossl 2025-09-30 3.5.4 OpenSSL
64 openssl\-quic\-concurrency \- OpenSSL QUIC Concurrency Model
81 domain SSL object and has other QUIC SSL objects created underneath it, such as
103 The \fBSingle-Threaded Concurrency Model (SCM)\fR, which supports only
104 application-synchronised single-threaded usage.
106 The \fBContentive Concurrency Model (CCM)\fR, which supports multi-threaded usage.
108 The \fBThread-Assisted Concurrency Model (TACM)\fR, which also supports
109 multi-threaded usage and provides assistance to an application for handling QUIC
[all …]
H A Dossl-guide-migration.71 .\" -*- mode: troff; coding: utf-8 -*-
57 .IX Title "OSSL-GUIDE-MIGRATION 7ossl"
58 .TH OSSL-GUIDE-MIGRATION 7ossl 2025-09-30 3.5.4 OpenSSL
64 ossl\-guide\-migration, migration_guide
65 \&\- OpenSSL Guide: Migrating from older OpenSSL versions
80 The FIPS provider in OpenSSL 3.1 includes some non-FIPS validated algorithms,
113 licenses <https://www.openssl.org/source/license-openssl-ssleay.txt>
115 Apache License v2 <https://www.openssl.org/source/apache-license-2.0.txt>.
133 at configuration time using the \f(CW\*(C`enable\-fips\*(C'\fR option. If it is enabled,
146 See also "Legacy Algorithms" for information on the legacy provider.
[all …]
H A DOSSL_PROVIDER-legacy.71 .\" -*- mode: troff; coding: utf-8 -*-
57 .IX Title "OSSL_PROVIDER-LEGACY 7ossl"
58 .TH OSSL_PROVIDER-LEGACY 7ossl 2025-09-30 3.5.4 OpenSSL
64 OSSL_PROVIDER\-legacy \- OpenSSL legacy provider
67 The OpenSSL legacy provider supplies OpenSSL implementations of algorithms
68 that have been deemed legacy. Such algorithms have commonly fallen out of
75 The implementations in this provider specifically has this property
77 .IP """provider=legacy""" 4
78 .IX Item """provider=legacy"""
89 The OpenSSL legacy provider supports these operations and algorithms:
[all …]
H A Dossl-guide-libraries-introduction.71 .\" -*- mode: troff; coding: utf-8 -*-
57 .IX Title "OSSL-GUIDE-LIBRARIES-INTRODUCTION 7ossl"
58 .TH OSSL-GUIDE-LIBRARIES-INTRODUCTION 7ossl 2025-09-30 3.5.4 OpenSSL
64 ossl\-guide\-libraries\-introduction
65 \&\- OpenSSL Guide: An introduction to the OpenSSL libraries
101 Providers may either be "built-in" or in the form of a separate loadable module
103 built-in provider is one that is either already present in \f(CW\*(C`libcrypto\*(C'\fR or one
104 that the application has supplied itself directly. Third parties can also supply
108 then the OpenSSL built-in "default" provider will be automatically loaded.
138 automatically destroyed. No explicit de-initialisation steps need to be taken.
[all …]
/freebsd/usr.sbin/newsyslog/
H A Dnewsyslog.conf.571 .Bl -tag -width indent
72 .It Ar <compress> Ar none Ns | Ns Ar legacy Ns | Ns Ar bzip2 Ns | Ns Ar gzip Ns | Ns Ar xz Ns | Ns …
87 .Bl -tag -width indent
92 .It Cm legacy
119 Each other line has five mandatory fields and four optional fields,
122 .Bl -tag -width indent
145 .It Ar mode
146 Specify the file mode of the log file and archives.
147 Valid mode bits are
151 All other mode bits are ignored.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dnvidia,tegra20-usb-phy.txt6 - compatible : For Tegra20, must contain "nvidia,tegra20-usb-phy".
7 For Tegra30, must contain "nvidia,tegra30-usb-phy". Otherwise, must contain
8 "nvidia,<chip>-usb-phy" plus at least one of the above, where <chip> is
10 - reg : Defines the following set of registers, in the order listed:
11 - The PHY's own register set.
13 - The register set of the PHY containing the UTMI pad control registers.
14 Present if-and-only-if phy_type == utmi.
15 - phy_type : Should be one of "utmi", "ulpi" or "hsic".
16 - clocks : Defines the clocks listed in the clock-names property.
17 - clock-names : The following clock names must be present:
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Daltera_tse.txt1 * Altera Triple-Speed Ethernet MAC driver (TSE)
4 - compatible: Should be "altr,tse-1.0" for legacy SGDMA based TSE, and should
5 be "altr,tse-msgdma-1.0" for the preferred MSGDMA based TSE.
6 ALTR is supported for legacy device trees, but is deprecated.
8 - reg: Address and length of the register set for the device. It contains
9 the information of registers in the same order as described by reg-names
10 - reg-names: Should contain the reg names
18 - interrupts: Should contain the TSE interrupts and its mode.
19 - interrupt-names: Should contain the interrupt names
22 - rx-fifo-depth: MAC receive FIFO buffer depth in bytes
[all …]
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-quic-concurrency.pod5 openssl-quic-concurrency - OpenSSL QUIC Concurrency Model
28 domain SSL object and has other QUIC SSL objects created underneath it, such as
59 The B<Single-Threaded Concurrency Model (SCM)>, which supports only
60 application-synchronised single-threaded usage.
64 The B<Contentive Concurrency Model (CCM)>, which supports multi-threaded usage.
68 The B<Thread-Assisted Concurrency Model (TACM)>, which also supports
69 multi-threaded usage and provides assistance to an application for handling QUIC
80 The B<Single-Threaded Concurrency Model (SCM)> performs no locking or
91 synchronisation for multi-threaded usage of QUIC objects. For example, different
95 This concurrency model adds the overhead of locking over the Single-Threaded
[all …]
H A Dossl-guide-migration.pod5 ossl-guide-migration, migration_guide
6 - OpenSSL Guide: Migrating from older OpenSSL versions
24 The FIPS provider in OpenSSL 3.1 includes some non-FIPS validated algorithms,
58 licenses|https://www.openssl.org/source/license-openssl-ssleay.txt>
60 L<Apache License v2|https://www.openssl.org/source/apache-license-2.0.txt>.
77 at configuration time using the C<enable-fips> option. If it is enabled,
90 See also L</Legacy Algorithms> for information on the legacy provider.
97 OpenSSL has historically provided two sets of APIs for invoking cryptographic
107 Use of the low level APIs has been informally discouraged by the OpenSSL
117 =head3 Legacy Algorithms
[all …]
/freebsd/crypto/openssl/doc/internal/man7/
H A DEVP_PKEY.pod5 EVP_PKEY - an internal description
18 private/public key pairs, but has had other uses as well.
29 =item legacy origin
32 internal key in the B<EVP_PKEY> is a pointer to the low-level key
43 =item provider-native origin
46 key data (see L<provider-keymgmt(7)>). The internal key in the
57 These two forms can never co-exist in the same B<EVP_PKEY>, the main
66 This is especially visible with internal legacy keys, since they can
80 =item DH, EC, X25519, X448, ML-KEM (512, 768 and 1024):
87 It's possible to flip the ECDH cofactor mode.
[all …]
/freebsd/crypto/openssl/include/crypto/
H A Devp.h2 * Copyright 2015-2025 The OpenSSL Project Authors. All Rights Reserved.
29 * Don't free up md_ctx->pctx in EVP_MD_CTX_reset, use the reserved flag
36 ((ctx)->keymgmt == NULL)
97 * call evp_pkey_ctx_use_delayed_data() when the operation has been set
101 /* Distinguishing Identifier, ISO/IEC 15946-3, FIPS 196 */
106 /* Indicators of what has been set. Keep them together! */
118 /* Legacy fields below */
260 /* Legacy structure members */
271 int ctx_size; /* how big does the ctx->md_data need to be */
276 /* Above comment to be removed when legacy has gone */
[all …]
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Drs.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2012-2014, 2018-2022, 2024-2025 Intel Corporation
14 * enum iwl_tlc_mng_cfg_flags - options for TLC config flags
38 * enum iwl_tlc_mng_cfg_cw - channel width options
54 * enum iwl_tlc_mng_cfg_chains - possible chains
64 * enum iwl_tlc_mng_cfg_mode - supported modes
84 * enum iwl_tlc_mng_ht_rates - HT/VHT/HE rates
122 * enum IWL_TLC_MCS_PER_BW - mcs index per BW
123 * @IWL_TLC_MCS_PER_BW_80: mcs for bw - 20Hhz, 40Hhz, 80Hhz
124 * @IWL_TLC_MCS_PER_BW_160: mcs for bw - 160Mhz
[all …]
H A Dpower.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2012-2014, 2018-2025 Intel Corporation
4 * Copyright (C) 2013-2014 Intel Mobile Communications GmbH
5 * Copyright (C) 2015-2017 Intel Deutschland GmbH
10 #include "nvm-reg.h"
15 * enum iwl_ltr_config_flags - masks for LTR config command flags
41 * struct iwl_ltr_config_cmd_v1 - configures the LTR
55 * struct iwl_ltr_config_cmd - configures the LTR
79 * enum iwl_power_flags - masks for power table command flags
81 * receiver and transmitter. '0' - does not allow.
[all …]
/freebsd/share/man/man4/
H A Dip.447 when using higher-level protocols that are based on
57 special-purpose applications.
60 .Tn IP-level
78 protocol specification (RFC-791), with one exception:
79 the list of addresses for Source Route options must include the first-hop
81 The first-hop gateway address will be extracted from the option list
84 use a zero-length buffer:
85 .Bd -literal
92 Setting the ECN codepoint - the two least significant bits - on a
93 socket using a transport protocol implementing ECN has no effect.
[all …]
H A Dufshci.44 .\" SPDX-License-Identifier: BSD-2-Clause
19 .Bd -ragged -offset indent
25 .Bd -literal -offset indent
29 Universal Flash Storage (UFS) is a low-power, high-performance storage
33 .Bl -bullet
43 Operation in the legacy single-doorbell queue mode
54 UFS 4.1 feature coverage, additional power-management modes, and
55 ACPI/FDT-based attach support.
64 driver currently operates with a single doorbell (one I/O-queue), so any
66 When Multi-Circular Queue (MCQ) support is added and multiple queues
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h1 //===- Debugify.h - Check debug info preservation in optimizations --------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
39 // This maps an instruction and the info about whether it has !dbg attached.
64 /// llvm.debugify module-level named metadata is present, this is a no-op.
98 enum DebugifyMode Mode = DebugifyMode::SyntheticDebugInfo,
102 enum DebugifyMode Mode = DebugifyMode::SyntheticDebugInfo,
109 enum DebugifyMode Mode = DebugifyMode::NoDebugify; variable
112 enum DebugifyMode Mode = DebugifyMode::SyntheticDebugInfo,
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_set_default_stream_mode.pod7 SSL_DEFAULT_STREAM_MODE_AUTO_UNI - manage the default stream for a QUIC
18 int SSL_set_default_stream_mode(SSL *conn, uint32_t mode);
25 allows legacy applications to use QUIC similarly to a traditional TLS
31 A QUIC stream must be explicitly designated as client-initiated or
32 server-initiated up front. This broadly corresponds to whether an application
36 server to open the first server-initiated stream, and then bind this as the
39 client-initiated stream, and binds this as the default stream.
46 When a QUIC connection SSL object has no default stream currently associated
53 legacy applications.
59 I<mode> may be one of the following options:
[all …]
/freebsd/sys/contrib/zstd/programs/
H A DREADME.md6 - `zstd` : default CLI supporting gzip-like arguments; includes dictionary builder, benchmark, and …
7 - `zstd_nolegacy` : Same as `zstd` but without support for legacy zstd formats
8 - `zstd-small` : CLI optimized for minimal size; no dictionary builder, no benchmark, and no suppor…
9 - `zstd-compress` : version of CLI which can only compress into zstd format
10 - `zstd-decompress` : version of CLI which can only decompress zstd format
16 - __HAVE_THREAD__ : multithreading is automatically enabled when `pthread` is detected.
23 - __ZSTD_LEGACY_SUPPORT__ : `zstd` can decompress files compressed by older versions of `zstd`.
26 By default, `zstd` supports decoding legacy formats >= v0.4.0 (`ZSTD_LEGACY_SUPPORT=4`).
30 `ZSTD_LEGACY_SUPPORT=0` means _DO NOT_ support any legacy format.
31 if `ZSTD_LEGACY_SUPPORT >= 8`, it's the same as `0`, since there is no legacy format after `7`.
[all …]
H A Dzstd.15 \fBzstd\fR \- zstd, zstdmt, unzstd, zstdcat \- Compress or decompress \.zst files
8 \fBzstd\fR [\fIOPTIONS\fR] [\-|\fIINPUT\-FILE\fR] [\-o \fIOUTPUT\-FILE\fR]
11 \fBzstdmt\fR is equivalent to \fBzstd \-T0\fR
14 \fBunzstd\fR is equivalent to \fBzstd \-d\fR
17 \fBzstdcat\fR is equivalent to \fBzstd \-dcf\fR
26 …served by default\. It\'s possible to remove them automatically by using the \fB\-\-rm\fR command\.
29 …\fR displays progress notifications and result summary by default\. Use \fB\-q\fR to turn them off…
35 \fBzstd\fR displays a short help page when command line is an error\. Use \fB\-q\fR to turn it off\.
40 … \fIfile\fR according to the selected operation mode\. If no \fIfiles\fR are given or \fIfile\fR i…
43 Unless \fB\-\-stdout\fR or \fB\-o\fR is specified, \fIfiles\fR are written to a new file whose name…
[all …]
H A Dzstd.1.md1 zstd(1) -- zstd, zstdmt, unzstd, zstdcat - Compress or decompress .zst files
5 --------
7 `zstd` [*OPTIONS*] [-|_INPUT-FILE_] [-o _OUTPUT-FILE_]
9 `zstdmt` is equivalent to `zstd -T0`
11 `unzstd` is equivalent to `zstd -d`
13 `zstdcat` is equivalent to `zstd -dcf`
17 -----------
29 - Source files are preserved by default.
30 It's possible to remove them automatically by using the `--rm` command.
31 - When compressing a single file, `zstd` displays progress notifications
[all …]
/freebsd/sys/contrib/device-tree/Bindings/i3c/
H A Di3c.txt8 -------------------
10 - #address-cells - should be <3>. Read more about addresses below.
11 - #size-cells - should be <0>.
12 - compatible - name of the I3C master controller driving the I3C bus
16 The node describing an I3C bus should be named i3c-master.
19 -------------------
24 - i3c-scl-hz: frequency of the SCL signal used for I3C transfers.
27 - i2c-scl-hz: frequency of the SCL signal used for I2C transfers.
28 When undefined, the core looks at LVR (Legacy Virtual Register)
40 --------------------------------------
[all …]
H A Di3c.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Alexandre Belloni <alexandre.belloni@bootlin.com>
11 - Miquel Raynal <miquel.raynal@bootlin.com>
20 pattern: "^i3c@[0-9a-f]+$"
22 "#address-cells":
35 this I3C device has a static I2C address and we want to assign it a
39 "#size-cells":
42 i3c-scl-hz:
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_set_default_stream_mode.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH SSL_SET_DEFAULT_STREAM_MODE 3ossl 2025-09-30 3.5.4 OpenSSL
66 SSL_DEFAULT_STREAM_MODE_AUTO_UNI \- manage the default stream for a QUIC
77 \& int SSL_set_default_stream_mode(SSL *conn, uint32_t mode);
84 allows legacy applications to use QUIC similarly to a traditional TLS
90 A QUIC stream must be explicitly designated as client-initiated or
91 server-initiated up front. This broadly corresponds to whether an application
95 server to open the first server-initiated stream, and then bind this as the
98 client-initiated stream, and binds this as the default stream.
105 When a QUIC connection SSL object has no default stream currently associated
[all …]
H A DEVP_EncryptInit.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH EVP_ENCRYPTINIT 3ossl 2025-09-30 3.5.4 OpenSSL
164 \&\- EVP cipher routines
322 The following function has been deprecated since OpenSSL 3.0, and can be
330 The following function has been deprecated since OpenSSL 1.1.0, and can be
339 The EVP cipher routines are a high-level interface to certain
379 \&\fIThis is a legacy method.\fR \fBEVP_CIPHER_CTX_set_params()\fR and
383 Performs cipher-specific control actions on context \fIctx\fR. The control command
429 using legacy functions such as \fBEVP_aes_256_cbc()\fR, but this is not recommended
441 This legacy function is similar to \fBEVP_EncryptInit_ex2()\fR when \fIimpl\fR is NULL.
[all …]
/freebsd/sys/contrib/zstd/
H A DCHANGELOG2 perf: Regain Minimal memset()-ing During Reuse of Compression Contexts (@Cyan4973, #2969)
11 perf: new row64 mode, used notably in level 12, by @senhuang42
12 perf: faster mid-level compression speed in presence of highly repetitive patterns, by @senhuang42
16 perf: on-demand reduced ZSTD_DCtx state size, using build macro ZSTD_DECODER_INTERNAL_BUFFER, at a …
20 build: improved meson unofficial build, by @eli-schwartz
22 …t advanced parameters information when compressing in very verbose mode (``-vv`), by @Svetlitski-FB
25 api: Various functions promoted from experimental to stable API: (#2579-2581, @senhuang42)
39 api: ZSTDMT_NBWORKERS_MAX reduced to 64 for 32-bit environments (@Cyan4973)
42 perf: Decompression loop refactor, speed improvements on `clang` and for `--long` modes (#2614 #263…
45 bug: Fix large dictionary non-determinism (#2607, @terrelln)
[all …]

12345678910>>...27