Home
last modified time | relevance | path

Searched +full:one +full:- +full:shot (Results 1 – 25 of 248) sorted by relevance

12345678910

/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dina3221.txt5 - compatible: Must be "ti,ina3221"
6 - reg: I2C address
9 - ti,single-shot: This chip has two power modes: single-shot (chip takes one
13 but the single-shot mode is more power-friendly and useful
14 for battery-powered device which cares power consumptions
16 If this property is present, the single-shot mode will be
17 used, instead of the default continuous one for monitoring.
22 - #address-cells: Required only if a child node is present. Must be 1.
23 - #size-cells: Required only if a child node is present. Must be 0.
27 - reg: Must be 0, 1 or 2, corresponding to IN1, IN2 or IN3 port of INA3221
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/light/
H A Dus5182d.txt4 - compatible: must be "upisemi,usd5182"
5 - reg: the I2C address of the device
8 - upisemi,glass-coef: glass attenuation factor - compensation factor of
11 - upisemi,dark-ths: array of 8 elements containing 16-bit thresholds (adc
14 - upisemi,upper-dark-gain: 8-bit dark gain compensation factor(4 int and 4
15 fractional bits - Q4.4) applied when light > threshold
17 - upisemi,lower-dark-gain: 8-bit dark gain compensation factor(4 int and 4
18 fractional bits - Q4.4) applied when light < threshold
20 - upisemi,continuous: This chip has two power modes: one-shot (chip takes one
22 chip takes continuous measurements). The one-shot mode is
[all …]
H A Dupisemi,us5182.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jonathan Cameron <jic23@kernel.org>
19 upisemi,glass-coef:
22 glass attenuation factor - compensation factor of resolution 1000
26 upisemi,dark-ths:
27 $ref: /schemas/types.yaml#/definitions/uint16-array
31 16-bit thresholds (adc counts) corresponding to every scale.
33 upisemi,upper-dark-gain:
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DEVP_PKEY_sign.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH EVP_PKEY_SIGN 3ossl 2025-09-30 3.5.4 OpenSSL
66 EVP_PKEY_sign_message_final \- sign using a public key algorithm
98 signing a pre-computed message digest using the algorithm given by \fIalgo\fR and
100 A context \fIctx\fR without a pre-loaded key cannot be used with this function.
102 but is uniquely intended to be used with a pre-computed message digest, and
103 allows pre-determining the exact conditions for that message digest, if a
104 composite signature algorithm (such as RSA\-SHA256) was fetched.
111 Passing the message is supported both in a one-shot fashion using
115 length, such as ED25519, RSA\-SHA256 and similar.
[all …]
H A DEVP_PKEY_verify.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH EVP_PKEY_VERIFY 3ossl 2025-09-30 3.5.4 OpenSSL
66 EVP_PKEY_verify_message_final, EVP_PKEY_CTX_set_signature \- signature
101 A context \fIctx\fR without a pre-loaded key cannot be used with this function.
103 treatment of the input to \fBEVP_PKEY_verify()\fR may be pre-determined, and in that
111 Passing the message is supported both in a one-shot fashion using
115 length, such as ED25519, RSA\-SHA256 and similar.
133 \&\fBEVP_PKEY_verify()\fR is a one-shot function that performs the same thing as
151 to produce the digest internally, and while RSA\-SHA256 can be expected to
158 \&\fBEVP_PKEY_CTX_set_rsa_padding\fR\|(3) and similar others), while an RSA\-SHA256
[all …]
H A DCOMP_CTX_new.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH COMP_CTX_NEW 3ossl 2025-09-30 3.5.4 OpenSSL
81 \&\- Compression support
132 Methods (\fBCOMP_METHOD\fR) may be specified by one of these functions. These functions
136 \&\fBCOMP_zlib()\fR returns a \fBCOMP_METHOD\fR for stream-based ZLIB compression.
138 \&\fBCOMP_zlib_oneshot()\fR returns a \fBCOMP_METHOD\fR for one-shot ZLIB compression.
140 \&\fBCOMP_brotli()\fR returns a \fBCOMP_METHOD\fR for stream-based Brotli compression.
142 \&\fBCOMP_brotli_oneshot()\fR returns a \fBCOMP_METHOD\fR for one-shot Brotli compression.
144 \&\fBCOMP_zstd()\fR returns a \fBCOMP_METHOD\fR for stream-based Zstandard compression.
146 \&\fBCOMP_zstd_oneshot()\fR returns a \fBCOMP_METHOD\fR for one-shot Zstandard compression.
[all …]
H A DOSSL_trace_enabled.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH OSSL_TRACE_ENABLED 3ossl 2025-09-30 3.5.4 OpenSSL
71 \&\- OpenSSL Tracing API
93 \& /* one\-shot trace macros */
126 Tracing for a specific category is enabled at run-time if a so-called
233 so-called one-shot macros:
238 printf-style trace output with n format field arguments (n=1,...,9).
247 Internally, all one-shot macros are implemented using a generic \fBOSSL_TRACEV()\fR
324 necessary to configure and build OpenSSL with the 'enable\-trace' option.
371 \&\fBOSSL_trace_string()\fR returns the number of characters emitted, or \-1 on error.
[all …]
/freebsd/share/man/man4/
H A Deventtimers.432 Kernel uses several types of time-related devices, such as: real time clocks,
39 periodically, to run different time-based events.
42 Kernel uses time-based events for many different purposes: scheduling,
47 .Bl -tag -width ".Fn hardclock"
65 that hardware, and to use it, supplying kernel with all required time-based
72 .Bd -literal
89 .Bl -inset
93 .Bl -tag -offset indent -width indent -compact
97 one-shot mode supported,
99 timer is per-CPU,
[all …]
H A Dattimer.436 .Bl -ohang
53 The same value is also available at run-time via the
59 to supply the kernel with one timecounter and one event timer, and to generate
63 platform-dependent frequency.
65 one-shot.
66 The output of each channel has platform-defined wiring: one channel is wired
67 to the interrupt controller and may be used as event timer, one channel is
68 wired to the speaker and used to generate sound tones, and one timer is reserved
76 As a result, the one-shot event timer mode is supported only when time counter
/freebsd/crypto/openssl/doc/designs/
H A Dxof.md5 --------------
7 An extendable output function (XOF) is defined as a variable-length hash
10 At a minimum an XOF needs to support the following pseudo-code
23 - absorb can be called multiple times
24 - finalize ends the absorb process (by adding padding bytes and doing a final
27 - finalize may be done as part of the first squeeze operation
28 - squeeze can be called multiple times.
31 ------------------------
46 -------------------------
69 - New API is not required
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_sign.pod7 EVP_PKEY_sign_message_final - sign using a public key algorithm
39 signing a pre-computed message digest using the algorithm given by I<algo> and
41 A context I<ctx> without a pre-loaded key cannot be used with this function.
43 but is uniquely intended to be used with a pre-computed message digest, and
44 allows pre-determining the exact conditions for that message digest, if a
45 composite signature algorithm (such as RSA-SHA256) was fetched.
52 Passing the message is supported both in a one-shot fashion using
56 length, such as ED25519, RSA-SHA256 and similar.
70 EVP_PKEY_sign() is a one-shot function that can be used with all the init
105 i.e. to produce the message digest internally, and while RSA-SHA256 can be
[all …]
H A DEVP_PKEY_verify.pod7 EVP_PKEY_verify_message_final, EVP_PKEY_CTX_set_signature - signature
42 A context I<ctx> without a pre-loaded key cannot be used with this function.
44 treatment of the input to EVP_PKEY_verify() may be pre-determined, and in that
52 Passing the message is supported both in a one-shot fashion using
56 length, such as ED25519, RSA-SHA256 and similar.
74 EVP_PKEY_verify() is a one-shot function that performs the same thing as
100 to produce the digest internally, and while RSA-SHA256 can be expected to
107 L<EVP_PKEY_CTX_set_rsa_padding(3)> and similar others), while an RSA-SHA256
108 implementation usually has these details pre-set and immutable.
114 words, it's not possible to specify a I<ctx> pre-loaded with an RSA pkey, or
[all …]
H A DCOMP_CTX_new.pod22 - Compression support
73 Methods (B<COMP_METHOD>) may be specified by one of these functions. These functions
81 COMP_zlib() returns a B<COMP_METHOD> for stream-based ZLIB compression.
85 COMP_zlib_oneshot() returns a B<COMP_METHOD> for one-shot ZLIB compression.
89 COMP_brotli() returns a B<COMP_METHOD> for stream-based Brotli compression.
93 COMP_brotli_oneshot() returns a B<COMP_METHOD> for one-shot Brotli compression.
97 COMP_zstd() returns a B<COMP_METHOD> for stream-based Zstandard compression.
101 COMP_zstd_oneshot() returns a B<COMP_METHOD> for one-shot Zstandard compression.
112 While compressing non-compressible data, the output may be larger than the
138 COMP_zlib(), COMP_brotli() and COMP_zstd() are stream-based compression methods.
[all …]
H A DOSSL_trace_enabled.pod12 - OpenSSL Tracing API
36 /* one-shot trace macros */
69 Tracing for a specific category is enabled at run-time if a so-called
172 so-called one-shot macros:
177 printf-style trace output with n format field arguments (n=1,...,9).
184 Internally, all one-shot macros are implemented using a generic OSSL_TRACEV()
253 necessary to configure and build OpenSSL with the 'enable-trace' option.
307 OSSL_trace_string() returns the number of characters emitted, or -1 on error.
322 Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved.
/freebsd/share/man/man9/
H A Deventtimers.92 .\" Copyright (c) 2011-2013 Alexander Motin <mav@FreeBSD.org>
33 .Bd -literal
87 or periodically, to run different time-based events.
89 .Bl -tag -width "Consumers"
110 .Bl -tag -width Va
115 .Bl -tag -width "ET_FLAGS_PERIODIC" -compact
119 One-shot mode supported.
121 Timer is per-CPU.
162 The NULL value there specifies the one-shot mode.
163 At least one of these two arguments should be not NULL.
[all …]
/freebsd/crypto/openssl/doc/man7/
H A DEVP_SIGNATURE-ED25519.pod5 EVP_SIGNATURE-ED25519,
6 EVP_SIGNATURE-ED448,
9 - EVP_PKEY Ed25519 and Ed448 support
14 generation, one-shot digest-sign and digest-verify using the EdDSA
35 B<context-string> as input to sign and verify operations (and for
36 Ed25519ctx, the context-string must be nonempty). For the Ed25519
37 instance, a nonempty context-string is not permitted.
51 B<instance name> and the B<context-string value>. They can be set by
58 One of the five strings "Ed25519", "Ed25519ctx", "Ed25519ph", "Ed448", "Ed448ph".
64 =item * "context-string" (B<OSSL_SIGNATURE_PARAM_CONTEXT_STRING>) <octet string>
[all …]
H A DEVP_SIGNATURE-SLH-DSA.pod5 EVP_SIGNATURE-SLH-DSA,
6 EVP_SIGNATURE-SLH-DSA-SHA2-128s, EVP_SIGNATURE-SLH-DSA-SHA2-128f,
7 EVP_SIGNATURE-SLH-DSA-SHA2-192s, EVP_SIGNATURE-SLH-DSA-SHA2-192f,
8 EVP_SIGNATURE-SLH-DSA-SHA2-256s, EVP_SIGNATURE-SLH-DSA-SHA2-256f,
9 EVP_SIGNATURE-SLH-DSA-SHAKE-128s, EVP_SIGNATURE-SLH-DSA-SHAKE-128f,
10 EVP_SIGNATURE-SLH-DSA-SHAKE-192s, EVP_SIGNATURE-SLH-DSA-SHAKE-192f,
11 EVP_SIGNATURE-SLH-DSA-SHAKE-256s, EVP_SIGNATURE-SLH-DSA-SHAKE-256f
12 - EVP_PKEY SLH-DSA support
16 The B<SLH-DSA-SHA2-128s>, B<EVP_PKEY-SLH-DSA-SHA2-128f>,
17 B<SLH-DSA-SHA2-192s>, B<EVP_PKEY-SLH-DSA-SHA2-192f>,
[all …]
H A DEVP_SIGNATURE-ML-DSA.pod5 EVP_SIGNATURE-ML-DSA,
6 EVP_SIGNATURE-ML-DSA-44, EVP_SIGNATURE-ML-DSA-65, EVP_SIGNATURE-ML-DSA-87,
7 - EVP_SIGNATURE ML-DSA support
11 The B<ML-DSA-44>, B<ML-DSA-65> and B<ML-DSA-87> EVP_PKEY implementations
12 support key generation, and one-shot sign and verify using the ML-DSA
20 L<EVP_SIGNATURE_fetch(3)> can be used to explicitely fetch one of the 3
23 L<EVP_PKEY_verify(3)> to perform one-shot message signing or signature verification.
25 The normal signing process (called Pure ML-DSA Signature Generation)
31 testing. OpenSSL does not support Pre Hash ML-DSA Signature Generation, but this
35 =head2 ML-DSA Signature Parameters
[all …]
/freebsd/secure/lib/libcrypto/man/man7/
H A DEVP_SIGNATURE-ED25519.71 .\" -*- mode: troff; coding: utf-8 -*-
57 .IX Title "EVP_SIGNATURE-ED25519 7ossl"
58 .TH EVP_SIGNATURE-ED25519 7ossl 2025-09-30 3.5.4 OpenSSL
64 EVP_SIGNATURE\-ED25519,
65 EVP_SIGNATURE\-ED448,
68 \&\- EVP_PKEY Ed25519 and Ed448 support
72 generation, one-shot digest-sign and digest-verify using the EdDSA
92 \&\fBcontext-string\fR as input to sign and verify operations (and for
93 Ed25519ctx, the context-string must be nonempty). For the Ed25519
94 instance, a nonempty context-string is not permitted.
[all …]
H A DEVP_SIGNATURE-SLH-DSA.71 .\" -*- mode: troff; coding: utf-8 -*-
57 .IX Title "EVP_SIGNATURE-SLH-DSA 7ossl"
58 .TH EVP_SIGNATURE-SLH-DSA 7ossl 2025-09-30 3.5.4 OpenSSL
64 EVP_SIGNATURE\-SLH\-DSA,
65 EVP_SIGNATURE\-SLH\-DSA\-SHA2\-128s, EVP_SIGNATURE\-SLH\-DSA\-SHA2\-128f,
66 EVP_SIGNATURE\-SLH\-DSA\-SHA2\-192s, EVP_SIGNATURE\-SLH\-DSA\-SHA2\-192f,
67 EVP_SIGNATURE\-SLH\-DSA\-SHA2\-256s, EVP_SIGNATURE\-SLH\-DSA\-SHA2\-256f,
68 EVP_SIGNATURE\-SLH\-DSA\-SHAKE\-128s, EVP_SIGNATURE\-SLH\-DSA\-SHAKE\-128f,
69 EVP_SIGNATURE\-SLH\-DSA\-SHAKE\-192s, EVP_SIGNATURE\-SLH\-DSA\-SHAKE\-192f,
70 EVP_SIGNATURE\-SLH\-DSA\-SHAKE\-256s, EVP_SIGNATURE\-SLH\-DSA\-SHAKE\-256f
[all …]
H A DEVP_SIGNATURE-ML-DSA.71 .\" -*- mode: troff; coding: utf-8 -*-
57 .IX Title "EVP_SIGNATURE-ML-DSA 7ossl"
58 .TH EVP_SIGNATURE-ML-DSA 7ossl 2025-09-30 3.5.4 OpenSSL
64 EVP_SIGNATURE\-ML\-DSA,
65 EVP_SIGNATURE\-ML\-DSA\-44, EVP_SIGNATURE\-ML\-DSA\-65, EVP_SIGNATURE\-ML\-DSA\-87,
66 \&\- EVP_SIGNATURE ML\-DSA support
69 The \fBML\-DSA\-44\fR, \fBML\-DSA\-65\fR and \fBML\-DSA\-87\fR EVP_PKEY implementations
70 support key generation, and one-shot sign and verify using the ML-DSA
78 \&\fBEVP_SIGNATURE_fetch\fR\|(3) can be used to explicitely fetch one of the 3
81 \&\fBEVP_PKEY_verify\fR\|(3) to perform one-shot message signing or signature verification.
[all …]
/freebsd/tests/sys/netpfil/pf/
H A Donce.sh2 # SPDX-License-Identifier: BSD-2-Clause
32 atf_set descr 'Basic one shot rule test'
48 atf_check -s exit:0 -o ignore \
49 ping -c 1 192.0.2.1
51 jexec alcatraz pfctl -e
57 atf_check -s exit:0 -o ignore \
58 ping -c 3 192.0.2.1
61 atf_check -s exit:0 -e ignore \
62 -o match:'pass in inet from 192.0.2.2 to any flags S/SA keep state once # expired' \
63 jexec alcatraz pfctl -sr -vv
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DInitLLVM.cpp1 //===-- InitLLVM.cpp --------
[all...]
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Dnotif-wait.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2005-2014, 2023 Intel Corporation
4 * Copyright (C) 2015-2017 Intel Deutschland GmbH
11 #include "iwl-trans.h"
22 * struct iwl_notification_wait - notification wait entry
41 * Each notification is one
[all...]
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dnvidia,tegra210-timer.txt3 The Tegra210 timer provides fourteen 29-bit timer counters and one 32-bit
5 from the oscillator clock (TMR0-TMR9) or directly at the oscillator clock
6 (TMR10-TMR13). Each TMR can be programmed to generate one-shot, periodic,
10 - compatible : "nvidia,tegra210-timer".
11 - reg : Specifies base physical address and size of the registers.
12 - interrupts : A list of 14 interrupts; one per each timer channels 0 through
14 - clocks : Must contain one entry, for the module clock.
15 See ../clocks/clock-bindings.txt for details.
18 compatible = "nvidia,tegra210-timer";
35 clock-names = "timer";

12345678910