Home
last modified time | relevance | path

Searched +full:num +full:- +full:sources (Results 1 – 25 of 170) sorted by relevance

1234567

/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Driscv,aplic.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/riscv,aplic.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: RISC-V Advanced Platform Level Interrupt Controller (APLIC)
10 - Anup Patel <anup@brainfault.org>
13 The RISC-V advanced interrupt architecture (AIA) defines an advanced
15 in a RISC-V platform. The RISC-V AIA specification can be found at
16 https://github.com/riscv/riscv-aia.
18 The RISC-V APLIC is implemented as hierarchical APLIC domains where all
[all …]
H A Dimg,meta-intc.txt8 - compatible: Specifies the compatibility list for the interrupt controller.
9 The type shall be <string> and the value shall include "img,meta-intc".
11 - num-banks: Specifies the number of interrupt banks (each of which can
12 handle 32 interrupt sources).
14 - interrupt-controller: The presence of this property identifies the node
17 - #interrupt-cells: Specifies the number of cells needed to encode an
20 - #address-cells: Specifies the number of cells needed to encode an
22 'interrupt-map' nodes do not have to specify a parent unit address.
26 - no-mask: The controller doesn't have any mask registers.
32 - <1st-cell>: The interrupt-number that identifies the interrupt source.
[all …]
H A Dimg,pdc-intc.txt10 - compatible: Specifies the compatibility list for the interrupt controller.
11 The type shall be <string> and the value shall include "img,pdc-intc".
13 - reg: Specifies the base PDC physical address(s) and size(s) of the
14 addressable register space. The type shall be <prop-encoded-array>.
16 - interrupt-controller: The presence of this property identifies the node
19 - #interrupt-cells: Specifies the number of cells needed to encode an
22 - num-perips: Number of waking peripherals.
24 - num-syswakes: Number of SysWake inputs.
26 - interrupts: List of interrupt specifiers. The first specifier shall be the
34 - <1st-cell>: The interrupt-number that identifies the interrupt source.
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DRAND_add.pod7 - add randomness to the PRNG or get its status
16 void RAND_add(const void *buf, int num, double randomness);
17 void RAND_seed(const void *buf, int num);
32 In general, manual (re-)seeding of the default OpenSSL random generator
33 (L<RAND_OpenSSL(3)>) is not necessary (but allowed), since it does (re-)seed
34 itself automatically using trusted system entropy sources.
42 random input obtained from polling various trusted entropy sources.
46 RAND_add() mixes the B<num> bytes at B<buf> into the internal state
51 B<buf>, in bytes, and should be a number between zero and B<num>.
52 Details about sources of randomness and how to estimate their randomness
[all …]
H A DRAND_bytes.pod6 RAND_pseudo_bytes, RAND_set1_random_provider - generate random data
12 int RAND_bytes(unsigned char *buf, int num);
13 int RAND_priv_bytes(unsigned char *buf, int num);
15 int RAND_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num,
17 int RAND_priv_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num,
26 int RAND_pseudo_bytes(unsigned char *buf, int num);
30 RAND_bytes() generates B<num> random bytes using a cryptographically
53 of the built-in in DRBGs and entropy source. Pass NULL for the provider
54 to disable the random provider functionality. In this case, the built-in DRBGs
61 On all major platforms supported by OpenSSL (including the Unix-like platforms
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DRAND_add.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH RAND_ADD 3ossl 2025-09-30 3.5.4 OpenSSL
66 \&\- add randomness to the PRNG or get its status
75 \& void RAND_add(const void *buf, int num, double randomness);
76 \& void RAND_seed(const void *buf, int num);
93 In general, manual (re\-)seeding of the default OpenSSL random generator
94 (\fBRAND_OpenSSL\fR\|(3)) is not necessary (but allowed), since it does (re\-)seed
95 itself automatically using trusted system entropy sources.
103 random input obtained from polling various trusted entropy sources.
107 \&\fBRAND_add()\fR mixes the \fBnum\fR bytes at \fBbuf\fR into the internal state
[all …]
H A DRAND_bytes.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH RAND_BYTES 3ossl 2025-09-30 3.5.4 OpenSSL
65 RAND_pseudo_bytes, RAND_set1_random_provider \- generate random data
71 \& int RAND_bytes(unsigned char *buf, int num);
72 \& int RAND_priv_bytes(unsigned char *buf, int num);
74 \& int RAND_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num,
76 \& int RAND_priv_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num,
87 \& int RAND_pseudo_bytes(unsigned char *buf, int num);
91 \&\fBRAND_bytes()\fR generates \fBnum\fR random bytes using a cryptographically
114 of the built-in in DRBGs and entropy source. Pass NULL for the provider
[all …]
/freebsd/sys/contrib/device-tree/Bindings/nios2/
H A Dnios2.txt6 Users can use sopc2dts tool for generating device tree sources (dts) from a
11 - compatible: Compatible property value should be "altr,nios2-1.0".
12 - reg: Contains CPU index.
13 - interrupt-controller: Specifies that the node is an interrupt controller
14 - #interrupt-cells: Specifies the number of cells needed to encode an
16 - clock-frequenc
[all...]
/freebsd/contrib/bmake/unit-tests/
H A Dsuff-transform-debug.exp6 # Files that are only sources:
24 .MAKEFLAGS = -r -k -d g1
34 MFLAGS = -r -k -d g1
35 #*** Command-line Variables:
43 # ".a" (num 1, ref 2)
47 # ".c" (num 2, ref 2)
51 # ".cpp" (num 3, ref 3)
H A Dsuff-main-several.exp1 Parsing suff-main-several.mk:8: .1.2 .1.3 .1.4:
4 Parsing suff-main-several.mk:9: : Making ${.TARGET} from ${.IMPSRC}.
5 Parsing suff-main-several.mk:14: next-main:
6 ParseDependency(next-main:)
7 Parsing suff-main-several.mk:15: : Making ${.TARGET}
8 Parsing suff-main-several.mk:19: .SUFFIXES: .1 .2 .3 .4
28 Setting main node to "next-main"
29 Parsing suff-main-several.mk:24: .SUFFIXES:
32 Parsing suff-main-several.mk:32: .SUFFIXES: .4 .3 .2 .1
38 Parsing suff-main-several.mk:33: .SUFFIXES:
[all …]
/freebsd/secure/usr.bin/openssl/man/
H A Dopenssl-verify.11 .\" -*- mode: troff; coding: utf-8 -*-
57 .IX Title "OPENSSL-VERIFY 1ossl"
58 .TH OPENSSL-VERIFY 1ossl 2025-09-30 3.5.4 OpenSSL
64 openssl\-verify \- certificate verification command
68 [\fB\-help\fR]
69 [\fB\-CRLfile\fR \fIfilename\fR|\fIuri\fR]
70 [\fB\-crl_download\fR]
71 [\fB\-show_chain\fR]
72 [\fB\-verbose\fR]
73 [\fB\-trusted\fR \fIfilename\fR|\fIuri\fR]
[all …]
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap4-droid4-xt894.dts1 // SPDX-License-Identifier: GPL-2.0-only
2 /dts-v1/;
4 #include "motorola-mapphone-xt8xx.dtsi"
11 stdout-path = &uart3;
20 compatible = "gpio-keys";
26 linux,can-disabl
[all...]
H A Domap4-droid-bionic-xt875.dts1 // SPDX-License-Identifier: GPL-2.0-only
2 /dts-v1/;
4 #include "motorola-mapphone-xt8xx.dtsi"
8 compatible = "motorola,droid-bionic", "ti,omap4430", "ti,omap4";
11 stdout-path = &uart3;
21 keypad,num
[all...]
/freebsd/crypto/openssl/crypto/perlasm/
H A DREADME.md1 Perl scripts for assembler sources
34 &stack_push(num) Basically a 'sub esp, num*4' with extra
35 &stack_pop(num) inverse of stack_push
45 &swtmp(num) Address on stack temp word.
46 &wparam(num) Parameter number num, that was push in
127 &cbc("BF_cbc_encrypt","BF_encrypt","BF_encrypt",1,4,5,3,-1,-1);
129 &cbc("des_ncbc_encrypt","des_encrypt","des_encrypt",0,4,5,3,5,-1);
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dqcom,coresight-tpdm.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 ---
5 $id: http://devicetree.org/schemas/arm/qcom,coresight-tpdm.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Trace, Profiling and Diagnostics Monitor - TPDM
13 Basic Counts (BC), Tenure Counts (TC), Continuous Multi-Bit (CMB), and Discrete
19 sources and send it to a TPDA for packetization, timestamping, and funneling.
22 - Mao Jinlong <quic_jinlmao@quicinc.com>
23 - Tao Zhang <quic_taozha@quicinc.com>
31 - qcom,coresight-tpdm
[all …]
/freebsd/crypto/openssl/providers/
H A Dbuild.info17 # libfips.a the sources from providers/implementations.
21 # -o {modulename}.so {object files...} lib{modulename}.a libcommon.a
59 # used is determined by non-weak dependencies.
98 # diverse build.info files. libfips.a, fips.so and their sources aren't
101 IF[{- !$disabled{fips} -}]
113 IF[{- defined $target{shared_defflag} -}]
115 GENERATE[fips.ld]=../util/providers.num
119 GENERATE[fipsmodule.cnf]=../util/mk-fipsmodule-cnf.pl \
120 -module $(FIPSMODULE) -section_name fips_sect -key $(FIPSKEY)
124 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-|BC-)/ -}]
[all …]
/freebsd/crypto/openssl/Configurations/
H A Dunix-Makefile.tmpl4 ## {- join("\n## ", @autowarntext) -}
5 {-
11 our $makedepcmd = platform->makedepcmd();
17 # shared_target style aix-solib. In that mode, create
18 # libcrypto.so as a link-import library that inserts runtime
21 sub sharedaix { !$disabled{shared} && $target{shared_target} =~ /^aix(?!-solib$)/ }
22 sub sharedaix_solib { !$disabled{shared} && $target{shared_target} =~ /^aix-solib$/ }
24 our $sover_dirname = platform->shlib_version_as_filename();
37 $COLUMNS = int($COLUMNS) - 2; # 2 to leave space for ending ' \'
69 -}
[all …]
/freebsd/sys/contrib/xen/arch-x86/
H A Dxen-x86_64.h2 * xen-x86_64.h
4 * Guest OS interface to x86 64-bit Xen.
24 * Copyright (c) 2004-2006, K A Fraser
32 * Input: %rdi, %rsi, %rdx, %r10, %r8, %r9 (arguments 1-6)
35 * call hypercall_page + hypercall-number * 32
36 * Clobbered: argument registers (e.g., 2-arg hypercall clobbers %rdi,%rsi)
40 * 64-bit segment selectors
41 * These flat segments are in the Xen-private section of every GDT. Since these
85 #define MACH2PHYS_NR_ENTRIES ((MACH2PHYS_VIRT_END-MACH2PHYS_VIRT_START)>>3)
92 * @which == SEGBASE_* ; @base == 64-bit base address
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Dti,omap-mailbox.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mailbox/ti,omap-mailbo
[all...]
H A Domap-mailbox.txt19 sources on the appropriate interrupt lines.
25 routed to different processor sub-systems on DRA7xx as they are routed through
38 a SoC. The sub-mailboxes are represented as child nodes of this parent node.
41 --------------------
42 - compatible: Should be one of the following,
43 "ti,omap2-mailbox" for OMAP2420, OMAP2430 SoCs
44 "ti,omap3-mailbox" for OMAP3430, OMAP3630 SoCs
45 "ti,omap4-mailbox" for OMAP44xx, OMAP54xx, AM33xx,
47 "ti,am654-mailbox" for K3 AM65x and J721E SoCs
48 "ti,am64-mailbox" for K3 AM64x SoCs
[all …]
/freebsd/crypto/openssl/
H A DHACKING.md5 sources.
8 ------------------------------------
13 - In `crypto/` or any of its subdirectories (intended for `libcrypto`):
15 SOURCE[../libcrypto]={name-of-C-source-file}
17 - In `ssl/` or any of its subdirectories (intended for `libssl`):
19 SOURCE[../libssl]={name-of-C-source-file}
25 - For `crypto/build.info`, the library path should be `../libcrypto`
26 - For `crypto/evp/build.info`, the library path should be
28 - For `ssl/build.info`, the library path should be `../libssl`
29 - For `ssl/quic/build.info`, the library path should be `../../libssl`
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dibm,emac.txt8 correct clock-frequency property.
13 - device_type : "network"
15 - compatible : compatible list, contains 2 entries, first is
16 "ibm,emac-CHIP" where CHIP is the host ASIC (440gx,
18 "ibm,emac4". For Axon, thus, we have: "ibm,emac-axon",
20 - interrupts : <interrupt mapping for EMAC IRQ and WOL IRQ>
21 - reg : <registers mapping>
22 - local-mac-address : 6 bytes, MAC address
23 - mal-device : phandle of the associated McMAL node
24 - mal-tx-channel : 1 cell, index of the tx channel on McMAL associated
[all …]
/freebsd/lib/libmd/
H A Dsha1c.c1 /*-
61 c->h0 = INIT0; in SHA1_Init()
62 c->h1 = INIT1; in SHA1_Init()
63 c->h2 = INIT2; in SHA1_Init()
64 c->h3 = INIT3; in SHA1_Init()
65 c->h4 = INIT4; in SHA1_Init()
66 c->Nl = 0; in SHA1_Init()
67 c->Nh = 0; in SHA1_Init()
68 c->num = 0; in SHA1_Init()
77 nn = (uint64_t)c->Nl | (uint64_t)c->Nh << 32; in SHA1_Update()
[all …]
/freebsd/usr.bin/calendar/
H A Dcalendar.136 .Op Fl A Ar num
38 .Op Fl B Ar num
45 .Bk -words
52 .Op Fl U Ar UTC-offset
53 .Op Fl W Ar num
64 .Bl -tag -width Ds
65 .It Fl A Ar num
67 .Ar num
87 This option requires super-user privileges.
88 .It Fl B Ar num
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dsilabs,si5341.txt6 https://www.silabs.com/documents/public/data-sheets/Si5341-40-D-DataSheet.pdf
8 https://www.silabs.com/documents/public/reference-manuals/Si5341-40-D-RM.pdf
10 https://www.silabs.com/documents/public/reference-manuals/Si5345-44-42-D-RM.pdf
13 clocks. The chip contains a PLL that sources 5 (or 4) multisynth clocks, which
21 chip at boot, in case you have a (pre-)programmed device. If the PLL is not
33 - compatible: shall be one of the following:
34 "silabs,si5340" - Si5340 A/B/C/D
35 "silabs,si5341" - Si5341 A/B/C/D
36 "silabs,si5342" - Si5342 A/B/C/D
37 "silabs,si5344" - Si5344 A/B/C/D
[all …]

1234567