/freebsd/sys/contrib/device-tree/Bindings/rng/ |
H A D | st,stm32-rng.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/rng/st,stm32-rng.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: STMicroelectronics STM32 RNG 14 - Lionel Debieve <lionel.debieve@foss.st.com> 19 - st,stm32-rng 20 - st,stm32mp13-rng 31 clock-error-detect: 35 st,rng-lock-conf: [all …]
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_rng.c | 31 #include <sys/lock.h> 56 #define RNG_CTRL 0x00 /* RNG Control Register */ 67 #define RNG_RBGEN_BIT 0x00000001 /* Enable RNG bit */ 69 #define BCM2835_RNG_STATUS 0x04 /* BCM2835 RNG status register */ 70 #define BCM2838_RNG_STATUS 0x18 /* BCM2838 RNG status register */ 77 #define BCM2835_RND_VAL_WARM_CNT 0x40000 /* RNG Warm Up count */ 78 #define BCM2835_RND_WARM_CNT 0xfffff /* RNG Warm Up Count mask */ 80 #define BCM2835_RNG_DATA 0x08 /* RNG Data Register */ 144 struct bcm_rng_conf const* conf; member 153 {"broadcom,bcm2835-rng", (uintptr_t)&bcm2835_rng_conf}, [all …]
|
/freebsd/crypto/openssl/crypto/rand/ |
H A D | rand_lib.c | 2 * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved. 26 # include <openssl/conf.h> 34 /* non-NULL if default_RAND_meth is ENGINE-provided */ 86 if (meth != NULL && meth->cleanup != NULL) in ossl_rand_cleanup_int() 87 meth->cleanup(); in ossl_rand_cleanup_int() 115 * RAND_poll() reseeds the default RNG using random input 119 * configurable via the --with-rand-seed configure option. 133 /* fill random pool and seed the current legacy RNG */ in RAND_poll() 144 if (meth->add == NULL in RAND_poll() 145 || meth->add(ossl_rand_pool_buffer(pool), in RAND_poll() [all …]
|
/freebsd/sys/dev/random/ |
H A D | armv8rng.c | 1 /*- 33 #include <sys/conf.h> 35 #include <sys/lock.h> 48 .rs_ident = "Armv8 rndr RNG", 67 } while (ret != 0 && --loop > 0); in random_rndr_read_one()
|
H A D | nehemiah.c | 1 /*- 2 * Copyright (c) 2013-2015 Mark R V Murray 31 #include <sys/conf.h> 32 #include <sys/lock.h> 48 .rs_ident = "VIA Nehemiah Padlock RNG", 83 for (count = c; count > 0; count -= ret) { in random_nehemiah_read()
|
H A D | darn.c | 1 /*- 36 #include <sys/conf.h> 37 #include <sys/lock.h> 49 * Power ISA 3.0 adds a "darn" instruction (Deliver A Random Number). The RNG 50 * backing this instruction conforms to NIST SP800-90B and SP800-90C at the 71 for (retry = RETRY_COUNT; retry > 0; --retry) { in darn_rng_store() 75 * 0 - 32-bit conditional random number in darn_rng_store() 76 * 1 - Conditional random number (conditioned to remove bias) in darn_rng_store() 77 * 2 - Raw random number (unprocessed, may include bias) in darn_rng_store() 78 * 3 - Reserved in darn_rng_store() [all …]
|
H A D | ivy.c | 1 /*- 35 #include <sys/conf.h> 36 #include <sys/lock.h> 55 .rs_ident = "Intel Secure Key RNG", 65 "If non-zero, use more expensive and slow, but safer, seeded samples " 78 …tps://software.intel.com/en-us/articles/intel-digital-random-number-generator-drng-software-implem… in x86_rdrand_store() 91 "dec %0\n\t" /* otherwise, retry-- */ in x86_rdrand_store() 113 "dec %0\n\t" /* otherwise, retry-- */ in x86_rdseed_store() 150 for (count = c; count > 0; count -= sizeof(*b)) { in random_ivy_read() 155 return (c - count); in random_ivy_read()
|
H A D | random_harvestq.c | 1 /*- 4 * Copyright (c) 2000-2015 Mark R V Murray 35 #include <sys/conf.h> 42 #include <sys/lock.h> 54 #include <crypto/rijndael/rijndael-api-fst.h> 100 /* 1 to let the kernel thread run, 0 to terminate, -1 to mark completion */ 122 * this make is a bit easier to lock and protect. 129 /* Round-robin destination cache. */ 174 p_random_alg_context->ra_event_processor(event); in random_harvestq_fast_process_event() 195 if (!--maxloop) in random_kthread() [all …]
|
/freebsd/share/man/man7/ |
H A D | hier.7 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-3-Clause 40 .Bl -tag -width "/libexec/" 56 .Bl -tag -width "loader.conf.d/" -compact 59 .Xr loader.conf 5 69 .Bl -tag -width "overlays/" -compact 76 .Xr loader.conf 5 87 .Xr loader.conf 5 99 .It Pa loader.conf 101 .Xr loader.conf 5 [all …]
|
/freebsd/sys/i386/conf/ |
H A D | GENERIC | 2 # GENERIC -- Generic kernel configuration file for FreeBSD/i386 7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config 15 # device lines is also present in the ../../conf/NOTES and NOTES files. 25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 42 options UFS_GJOURNAL # Enable gjournal-based UFS journaling 47 options NFSLOCKD # Network Lock Manager 52 options PSEUDOFS # Pseudo-filesystem framework 69 options SYSVSHM # SYSV-style shared memory 70 options SYSVMSG # SYSV-styl [all...] |
H A D | NOTES | 2 # NOTES -- Lines that can be cut/pasted into kernel and hints configs. 5 # machine independent notes, look in /sys/conf/NOTES. For notes shared 6 # with amd64, look in /sys/x86/conf/NOTES. 61 # CPU_BLUELIGHTNING_3X enables triple-clock mode on IBM Blue Lightning 62 # CPU if CPU supports it. The default is double-clock mode on 76 # mapped mode. Default is 2-way set associative mode. 124 # K5/K6/K6-2 CPUs. 130 # without cache flush at hold state, and (2) write-back CPU cache on 134 # Pentiums) from locking up when a LOCK CMPXCHG8 [all...] |
/freebsd/sys/amd64/conf/ |
H A D | GENERIC | 2 # GENERIC -- Generic kernel configuration file for FreeBSD/amd64 7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config 15 # device lines is also present in the ../../conf/NOTES and NOTES files. 23 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 27 options NUMA # Non-Uniform Memory Architecture support 46 options UFS_GJOURNAL # Enable gjournal-based UFS journaling 51 options NFSLOCKD # Network Lock Manager 56 options PSEUDOFS # Pseudo-filesystem framework 75 options SYSVSHM # SYSV-styl [all...] |
/freebsd/sys/conf/ |
H A D | options | 7 # compile as much code as possible. Try to structure option-using 9 # code off, to make it possible to have a full compile-test. If 13 # All new options shall also be listed in either "conf/options" or 14 # "conf/options.<machine>". Options that affect a single source-file 17 # this is a kernel-wide option (used just about everywhere), or in 18 # "opt_<option-name-in-lower-case>.h" if it affects only some files. 20 # header-file-name in conf/options (and cousins) is that the last 30 # opt_<name-of-option-in-lower-case>.h 266 # options in a never-included header. 291 # In-kernel GSS-API [all …]
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ChangeLog-2.0 | 1 Changes in version 2.0.21-stable (18 Nov 2012) 6 o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev) 9 o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4) 18 Changes in version 2.0.20-stable (23 Aug 2012) 44 o Fix various check-after-dereference issues in unit tests: found by coverity (4f3732d) 54 Changes in version 2.0.19-stable (3 May 2012) 58 …o If a higher-priority event becomes active, don't continue running events of the current priority… 61 o Fixed potential double-readcb execution with openssl bufferevents. (4e62cd1 Mark Ellzey) 66 o When retransmitting a timed-out DNS request, pick a fresh nameserver. (3d9e52a) 76 o Generate event-config.h with a single sed script (30b6f88 Zack Weinberg) [all …]
|
H A D | ChangeLog | 1 Changes in version 2.1.12-stable (05 Jul 2020) 18 o Merge branch 'event_rpcgen.py-cleanup' (f0ded5f3, 48e04887 Enji Cooper) 23 o Merge branch 'osx-clock' (e85afbe3 Azat Khuzhin) 24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh… 28 o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin) 32 …po in GetAdaptersAddresses windows library. It should be iphlpapi.dll (891adda9 Aleksandr-Melnikov) 33 o Merge branch 'EV_CLOSED-and-EV_ET-fixes' (db2efdf5 Azat Khuzhin) 41 o Merge branch 'fix-signal-leak' (poll/select now needs reinit) (1c9cc07b Azat Khuzhin) 56 o https-client: load certificates from the system cert store on Windows (e9478640 yuangongji) 71 o Merge branch 'http-connect' (e2424229 Azat Khuzhin) [all …]
|
/freebsd/contrib/libevent/ |
H A D | ChangeLog-2.0 | 1 Changes in version 2.0.21-stable (18 Nov 2012) 6 o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev) 9 o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4) 18 Changes in version 2.0.20-stable (23 Aug 2012) 44 o Fix various check-after-dereference issues in unit tests: found by coverity (4f3732d) 54 Changes in version 2.0.19-stable (3 May 2012) 58 …o If a higher-priority event becomes active, don't continue running events of the current priority… 61 o Fixed potential double-readcb execution with openssl bufferevents. (4e62cd1 Mark Ellzey) 66 o When retransmitting a timed-out DNS request, pick a fresh nameserver. (3d9e52a) 76 o Generate event-config.h with a single sed script (30b6f88 Zack Weinberg) [all …]
|
H A D | ChangeLog | 1 Changes in version 2.1.12-stable (05 Jul 2020) 18 o Merge branch 'event_rpcgen.py-cleanup' (f0ded5f3, 48e04887 Enji Cooper) 23 o Merge branch 'osx-clock' (e85afbe3 Azat Khuzhin) 24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh… 28 o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin) 32 …po in GetAdaptersAddresses windows library. It should be iphlpapi.dll (891adda9 Aleksandr-Melnikov) 33 o Merge branch 'EV_CLOSED-and-EV_ET-fixes' (db2efdf5 Azat Khuzhin) 41 o Merge branch 'fix-signal-leak' (poll/select now needs reinit) (1c9cc07b Azat Khuzhin) 56 o https-client: load certificates from the system cert store on Windows (e9478640 yuangongji) 71 o Merge branch 'http-connect' (e2424229 Azat Khuzhin) [all …]
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 2 - Fix for dnsoverquic and dnstap to use the correct dnstap 6 - Fix for dnstap with dnscrypt and dnstap without dnsoverquic. 9 - Fix to display warning if quic-port is set but dnsoverquic is not 11 - Fix dnsoverquic to extend the number of streams when one is closed. 14 - Fix to disable detection of quic configured ports when quic is 16 - Fix harden-unverified-glue for AAAA cache_fill_missing lookups. 17 - Fix contrib/aaaa-filter-iterator.patch for change in call 21 - Fix cookie_file test sporadic fails for time change during 23 - Fix add reallocarray to alloc stats unit test, and disable 24 override of strdup in unbound-host, and the result of config [all …]
|
/freebsd/sys/dev/hifn/ |
H A D | hifn7751.c | 3 /*- 4 * SPDX-License-Identifier: BSD-3-Clause 9 * Copyright (c) 2000-2001 Network Security Technologies, Inc. 14 * requested: Please send any comments, feedback, bug-fixes, or feature 42 * Materiel Command, USAF, under agreement number F30602-01-2-0537. 59 #include <sys/lock.h> 89 #include <sys/conf.h> 171 u_int32_t v = bus_space_read_4(sc->sc_st0, sc->sc_sh0, reg); in READ_REG_0() 172 sc->sc_bar0_lastreg = (bus_size_t) -1; in READ_REG_0() 180 u_int32_t v = bus_space_read_4(sc->sc_st1, sc->sc_sh1, reg); in READ_REG_1() [all …]
|
/freebsd/contrib/ntp/ |
H A D | NEWS | 1 --- 10 - changes crypto (OpenSSL or compatible) detection and default build behavior. 11 Previously, crypto was supported if available unless the --without-crypto 13 falling back to a crypto-free build if usable libcrypto was not found has 15 The --withou [all...] |
H A D | ChangeLog | 1 --- 7 * [Bug 3913] Avoid duplicate IPv6 link-local manycast associations. 10 * [Bug 3910] Memory leak using openssl-3 <hart@ntp.org> 13 * [Bug 3903] lib/isc/win32/strerror.c NTstrerror() is not thread-safe. 15 * [Bug 3901] LIB_GETBUF isn't thread-safe. <hart@ntp.org> 18 * [Bug 3888] ntpd with multiple same-subnet IPs using manycastclient creates 25 * [Bug 3869] Remove long-gone "calldelay" & "crypto sign" from docs. 29 * [Bug 3864] ntpd IPv6 refid different for big-endia [all...] |
H A D | CommitLog | 1 ChangeSet@1.4062, 2024-05-25 00:06:49-07:00, ntpreleng@ntp-build.tal1.ntfo.org 5 ChangeLog@1.2103 +1 -0 8 ntpd/invoke-ntp.conf.texi@1.231 +1 -1 11 ntpd/invoke-ntp.keys.texi@1.214 +1 - [all...] |
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 4 This is a high-level summary of the most important changes. 11 ---------------- 13 - [OpenSSL 3.0](#openssl-30) 14 - [OpenSSL 1.1.1](#openssl-111) 15 - [OpenSSL 1.1.0](#openssl-110) 16 - [OpenSSL 1.0.2](#openssl-102) 17 - [OpenSSL 1.0.1](#openssl-101) 18 - [OpenSSL 1.0.0](#openssl-100) 19 - [OpenSSL 0.9.x](#openssl-09x) 22 ----------- [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 2 %%% BibTeX-file{ 23 %%% (incompletely) 1970 -- 1979. 50 %%% covering 1958--1996 became too large (about 65 %%% Algorithms 1--492. For Algorithms 493--686, 72 %%% cross-referenced in both directions, so 75 %%% Corrigenda. Cross-referenced entries are 77 %%% that each is completely self-contained. 83 %%% ftp://netlib.bell-labs.com/netlib/toms. 88 %%% http://ciir.cs.umass.edu/cgi-bin/web_query_form/public/cacm2.1. 90 %%% The initial draft of entries for 1981 -- [all …]
|