Home
last modified time | relevance | path

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

123456

/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
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
30 - label: Name of the input source
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DEVP_PKEY_verify.31 .\" -*- mode: troff; coding: utf-8 -*-
29 .\" Escape single quotes in literal strings from groff's Unicode transform.
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
135 followed by a single \fBEVP_PKEY_verify_update()\fR call with \fItbs\fR and \fItbslen\fR,
[all …]
H A DEVP_PKEY_sign.31 .\" -*- mode: troff; coding: utf-8 -*-
29 .\" Escape single quotes in literal strings from groff's Unicode transform.
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
[all …]
H A DCOMP_CTX_new.31 .\" -*- mode: troff; coding: utf-8 -*-
29 .\" Escape single quotes in literal strings from groff's Unicode transform.
58 .TH COMP_CTX_NEW 3ossl 2025-09-30 3.5.4 OpenSSL
81 \&\- Compression support
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 -*-
29 .\" Escape single quotes in literal strings from groff's Unicode transform.
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.
[all …]
/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 ------------------------
33 The current OpenSSL implementation of XOF only supports a single call to squeeze.
46 -------------------------
[all …]
/freebsd/share/man/man4/
H A Dattimer.436 .Bl -ohang
53 The same value is also available at run-time via the
63 platform-dependent frequency.
65 one-shot.
66 The output of each channel has platform-defined wiring: one channel is wired
73 driver uses a single hardware channel to provide both time counter and event
76 As a result, the one-shot event timer mode is supported only when time counter
H A Dhpet.435 .Bd -ragged -offset indent
41 .Bl -ohang
57 .Bd -literal
63 controls how much per-CPU event timers should driver attempt to register.
72 This hardware includes single main counter with known increment frequency
81 Interrupt can be either edge- or level-triggered.
84 If it is not possible, it uses single sharable IRQ from PCI range.
88 Event timers provided by the driver support both one-shot an periodic modes
92 comparator as separate event timer or group them into one or several per-CPU
H A Dads111x.435 .Bd -ragged -offset indent
42 .Bd -literal -offset indent
63 directs it to make a single measurement, and returns the measured value
67 While device is directed to make a single measurement, it still averages
71 second, a single measurement would require 8 milliseconds.
75 making either single-ended or differential measurements.
107 .Bl -tag -width indent
125 Because measurements are always made in single-shot mode, think of
126 this variable as controlling the averaging time for a single sample;
141 sysctl variables -- you must access it specifically by name, because
[all …]
/freebsd/sys/arm64/coresight/
H A Dcoresight_etm4x.h1 /*-
2 * Copyright (c) 2018-2020 Ruslan Bukin <br@bsdpad.com>
7 * FA8650-15-C-7558 ("CADETS"), as part of the DARPA Transparent Computing
99 … << 10) /* The trace unit does not trace the address or value portions of PC-relative transfers. */
104 #define TRCVDSACCTLR 0x0A4 /* Trace ViewData Include/Exclude Single Address Comparator Control Reg…
106 …e TRCSEQEVR(n) (0x100 + (n) * 0x4) /* Trace Sequencer State Transition Control Register [n=0-2] */
110 #define TRCCNTRLDVR(n) (0x140 + (n) * 0x4) /* 32 Trace Counter Reload Value Register [n=0-3] */
111 #define TRCCNTCTLR(n) (0x150 + (n) * 0x4) /* 32 Trace Counter Control Register [n=0-3] */
112 #define TRCCNTVR(n) (0x160 + (n) * 0x4) /* 32 Trace Counter Value Register [n=0-3] */
113 #define TRCIMSPEC(n) (0x1C0 + (n) * 0x4) /* Trace IMPLEMENTATION DEFINED register [n=0-7] */
[all …]
/freebsd/secure/lib/libcrypto/man/man7/
H A DEVP_SIGNATURE-ED25519.71 .\" -*- mode: troff; coding: utf-8 -*-
29 .\" Escape single quotes in literal strings from groff's Unicode transform.
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
[all …]
H A DEVP_SIGNATURE-SLH-DSA.71 .\" -*- mode: troff; coding: utf-8 -*-
29 .\" Escape single quotes in literal strings from groff's Unicode transform.
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,
[all …]
H A DEVP_SIGNATURE-ML-DSA.71 .\" -*- mode: troff; coding: utf-8 -*-
29 .\" Escape single quotes in literal strings from groff's Unicode transform.
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
81 \&\fBEVP_PKEY_verify\fR\|(3) to perform one-shot message signing or signature verification.
[all …]
H A DEVP_MAC-HMAC.71 .\" -*- mode: troff; coding: utf-8 -*-
29 .\" Escape single quotes in literal strings from groff's Unicode transform.
57 .IX Title "EVP_MAC-HMAC 7ossl"
58 .TH EVP_MAC-HMAC 7ossl 2025-09-30 3.5.4 OpenSSL
64 EVP_MAC\-HMAC \- The HMAC EVP_MAC implementation
95 .IP """digest-noinit"" (\fBOSSL_MAC_PARAM_DIGEST_NOINIT\fR) <integer>" 4
96 .IX Item """digest-noinit"" (OSSL_MAC_PARAM_DIGEST_NOINIT) <integer>"
102 .IP """digest-oneshot"" (\fBOSSL_MAC_PARAM_DIGEST_ONESHOT\fR) <integer>" 4
103 .IX Item """digest-oneshot"" (OSSL_MAC_PARAM_DIGEST_ONESHOT) <integer>"
104 A flag to set the MAC digest to be a one-shot operation.
[all …]
H A Dprovider-signature.71 .\" -*- mode: troff; coding: utf-8 -*-
29 .\" Escape single quotes in literal strings from groff's Unicode transform.
57 .IX Title "PROVIDER-SIGNATURE 7ossl"
58 .TH PROVIDER-SIGNATURE 7ossl 2025-09-30 3.5.4 OpenSSL
64 provider\-signature \- The signature library <\-> provider functions
173 (see "Provider Functions" in \fBprovider\-base\fR\|(7)).
188 macros in \fBopenssl\-core_dispatch.h\fR\|(7), as follows:
273 When present, it should return a NULL-terminated array of strings
281 See \fBprovider\-keymgmt\fR\|(7) for further details.
308 \&\fBprovider\-keymgmt\fR\|(7)).
[all …]
/freebsd/crypto/openssl/doc/man3/
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
76 followed by a single EVP_PKEY_verify_update() call with I<tbs> and I<tbslen>,
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.
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-8040-mcbin-singleshot.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 #include <dt-bindings/leds/common.h>
10 #include "armada-8040-mcbin.dtsi"
13 model = "Marvell 8040 MACCHIATOBin Single-shot";
14 compatible = "marvell,armada8040-mcbin-singleshot",
15 "marvell,armada8040-mcbin", "marvell,armada8040",
16 "marvell,armada-ap806-quad", "marvell,armada-ap806";
19 compatible = "gpio-leds";
20 pinctrl-0 = <&cp0_led18_pins>;
21 pinctrl-names = "default";
[all …]
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dnvidia,tegra-timer.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/timer/nvidia,tegra-timer.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Stephen Warren <swarren@nvidia.com>
13 - if:
17 const: nvidia,tegra210-timer
21 # Either a single combined interrupt or up to 14 individual interrupts
27 - if:
31 - items:
[all …]
H A Darm,sp804.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Haojian Zhuang <haojian.zhuang@linaro.org>
14 16 or 32 bit operation and capable of running in one-shot, periodic, or
15 free-running mode. The input clock is shared, but can be gated and prescaled
18 There is a viriant of Arm SP804: Hisilicon 64-bit SP804 timer. Some Hisilicon
27 - arm,sp804
28 - hisilicon,sp804
30 - compatible
[all …]
/freebsd/sys/contrib/xen/
H A Dvcpu.h37 * @extra_args == Operation-specific extra arguments (NULL if none).
42 * newly-initialised VCPU will not run until it is brought up by VCPUOP_up.
58 * Bring down a VCPU (i.e., make it non-runnable).
62 * idea to ensure that the VCPU has entered a non-critical loop before
157 * Set or stop a VCPU's single-shot timer. Every VCPU has one single-shot
170 /* Require the timeout to be in the future (return -ETIME if it's passed). */
177 * structure in a convenient place, such as in a per-cpu data area.
197 * processor. The physical ID informmation is architecture-specific.
199 * This command returns -EINVAL if it is not a valid operation for this VCPU.
243 * c-file-style: "BSD"
[all …]
/freebsd/share/dict/
H A Dweb2a12 A-b-c book
13 A-b-c method
14 abdomino-uterotomy
15 Abdul-baha
16 a-be
20 able-bodied
21 able-bodiedness
22 able-minded
23 able-mindedness
27 Abor-miri
[all …]
/freebsd/share/doc/papers/malloc/
H A Dintro.ms2 .\" ----------------------------------------------------------------------------
3 .\" "THE BEER-WARE LICENSE" (Revision 42):
6 .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7 .\" ----------------------------------------------------------------------------
14 to whatever static storage the compiler reserved at compile-time.
22 The stack is usually put at the far upper end of the address-space,
29 There isn't really a kernel-interface to the stack as such.
37 to do in the first place, the process will usually be shot down by the
44 done to the stack-pointer such that space will be available and
51 This is the cause of much grief, and probably the single most important
[all …]
/freebsd/sys/arm/freescale/imx/
H A Dimx_gpt.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
51 bus_space_write_4((_sc)->sc_iot, (_sc)->sc_ioh, (_r), (_v))
53 bus_space_read_4((_sc)->sc_iot, (_sc)->sc_ioh, (_r))
97 { -1, 0 }
101 {"fsl,imx6dl-gpt", 1},
102 {"fsl,imx6q-gpt", 1},
103 {"fsl,imx6ul-gpt", 1},
104 {"fsl,imx53-gpt", 1},
105 {"fsl,imx51-gpt", 1},
[all …]
/freebsd/share/man/man9/
H A Dcallout.960 .Bd -literal
182 Callouts only provide a single-shot mode.
210 .Dq multi-processor safe ;
239 A sleepable read-mostly lock
261 .Bl -tag -width ".Dv CALLOUT_RETURNUNLOCKED"
340 Non-positive values of
363 A non-zero value for
374 .Bl -tag -width ".Dv C_DIRECT_EXEC"
393 divided by acceptable time deviation: 1 -- 1/2, 2 -- 1/4, etc.
414 which uses the user-supplied
[all …]
/freebsd/sys/dev/vge/
H A Dif_vgereg.h1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
18 * 4. Neither the name of the author nor the names of any co-contributors
37 * Definitions for the built-in copper PHY can be found in vgphy.h.
41 * using 32-bit I/O cycles, but some of them are less than 32 bits
119 #define VGE_SSTIMER 0x74 /* single-shot timer */
218 #define VGE_CR1_TIMER0_ENABLE 0x20 /* enable single shot timer */
233 #define VGE_CR3_INT_SWPEND 0x01 /* disable multi-level int bits */
285 #define VGE_ISR_TIMER0 0x00010000 /* one shot timer expired */
323 #define VGE_IMR_TIMER0 0x00010000 /* one shot timer expired */
[all …]

123456