Home
last modified time | relevance | path

Searched +full:rng +full:- +full:tools (Results 1 – 22 of 22) sorted by relevance

/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-3-deps-vm.sh11 set -eu
14 echo "##[group]Running pacman -Syu"
16 sudo pacman -Syu --noconfirm
19 echo "##[group]Install Development Tools"
20 sudo pacman -Sy --noconfirm base-devel bc cpio cryptsetup dhclient dkms \
21 fakeroot fio gdb inetutils jq less linux linux-headers lsscsi nfs-utils \
22 parted pax perf python-packaging python-setuptools qemu-guest-agent ksh \
23 samba strace sysstat rng-tools rsync wget xxhash
30 echo "##[group]Running apt-get update+upgrade"
31 sudo sed -i '/[[:alpha:]]-backports/d' /etc/apt/sources.list
[all …]
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dzfs-tests.yml1 name: zfs-tests-sanity
9 runs-on: ubuntu-latest
11 - uses: actions/checkout@v2
14 - name: Install dependencies
16 sudo apt-get update
17 sudo apt-get install --yes -qq build-essential autoconf libtool gdb lcov \
20 nfs-kernel-server samba rng-tools xz-utils \
21 zlib1g-dev uuid-dev libblkid-dev libselinux-dev \
22 xfslibs-dev libattr1-dev libacl1-dev libudev-dev libdevmapper-dev \
23 libssl-dev libffi-dev libaio-dev libelf-dev libmount-dev \
[all …]
/freebsd/contrib/bearssl/inc/
H A Dbearssl_rsa.h50 * such integers are represented with big-endian unsigned notation:
55 * relevant bytes. As a general rule, minimal-length encoding is not
60 * - the modulus (`n`);
61 * - the public exponent (`e`).
64 * [PKCS#1](https://tools.ietf.org/html/rfc3447), contain eight integers:
66 * - the modulus (`n`);
67 * - the public exponent (`e`);
68 * - the private exponent (`d`);
69 * - the first prime factor (`p`);
70 * - the second prime factor (`q`);
[all …]
H A Dbearssl_ssl.h51 * registry](http://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4).
93 * Implementation note: SSL-level error codes should be in the 1..31
101 /** \brief SSL status: caller-provided parameter is incorrect. */
267 * `*len` is set to 0 and a non-`NULL` pointer is returned.
306 * preceded by a 5-byte space which will receive the record
310 * both `*start` and `*end` to make room for any record-specific
326 * performed), _including_ the 5-byte header, and `*len` is
343 * \brief Context for a no-encryption engine.
345 * The no-encryption engine processes outgoing records during the initial
349 /** \brief No-encryption engine vtable. */
[all …]
/freebsd/sys/amd64/amd64/
H A Dinitcpu.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
58 * -1: automatic (default)
62 static int hw_clflush_disable = -1;
79 * dual-cores (or future) k8 family. Affected models range is in init_amd()
89 * after a long series of push and/or near-call instructions, in init_amd()
90 * or a long series of pop and/or near-return instructions. in init_amd()
111 * So, do it here or otherwise some tools could be confused by in init_amd()
139 * See Revision Guide for AMD Family 16h Models 00h-0Fh Processors, in init_amd()
221 /* Enable RNG if present. */ in init_via()
[all …]
/freebsd/share/man/man7/
H A Dhier.71 .\"-
2 .\" SPDX-License-Identifier: BSD-3-Clause
40 .Bl -tag -width "/libexec/"
56 .Bl -tag -width "loader.conf.d/" -compac
[all...]
/freebsd/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.1.txt27 There is a work-in-progress book with reference manual at
28 http://www.wangafu.net/~nickm/libevent-book/ .
31 on the mailing list at libevent-users@freehaven.net. The mailing list
32 is subscribers-only, so you will need to subscribe before you post.
36 Our source-compatibility policy is that correct code (that is to say,
44 probably need to be recompiled against Libevent 2.1.4-alpha if you
52 We now provide an --enable-gcc-hardening configure option to turn on
55 There is also an --enable-silent-rules configure option to make
58 You no longer need to use the --enable-gcc-warnings option to turn on
66 There is now an alternative cmake-based build process; cmake users
[all …]
H A DChangeLog1 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 Dwhatsnew-2.1.txt27 There is a work-in-progress book with reference manual at
28 http://www.wangafu.net/~nickm/libevent-book/ .
31 on the mailing list at libevent-users@freehaven.net. The mailing list
32 is subscribers-only, so you will need to subscribe before you post.
36 Our source-compatibility policy is that correct code (that is to say,
44 probably need to be recompiled against Libevent 2.1.4-alpha if you
52 We now provide an --enable-gcc-hardening configure option to turn on
55 There is also an --enable-silent-rules configure option to make
58 You no longer need to use the --enable-gcc-warnings option to turn on
66 There is now an alternative cmake-based build process; cmake users
[all …]
H A DChangeLog1 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/crypto/openssl/
H A DINSTALL.md11 - [Prerequisites](#prerequisites)
12 - [Notational Conventions](#notational-conventions)
13 - [Quick Installation Guide](#quick-installation-guide)
14 - [Building OpenSSL](#building-openssl)
15 - [Installing OpenSSL](#installing-openssl)
16 - [Configuration Options](#configuration-options)
17 - [API Level](#api-level)
18 - [Cross Compile Prefix](#cross-compile-prefix)
19 - [Build Type](#build-type)
20 - [Directories](#directories)
[all …]
H A DCHANGES.md4 This is a detailed breakdown of significant changes. For a high-level overview
13 ----------------
15 - [OpenSSL 3.5](#openssl-35)
16 - [OpenSSL 3.4](#openssl-34)
17 - [OpenSSL 3.3](#openssl-33)
18 - [OpenSSL 3.2](#openssl-32)
19 - [OpenSSL 3.1](#openssl-31)
20 - [OpenSSL 3.0](#openssl-30)
21 - [OpenSSL 1.1.1](#openssl-111)
22 - [OpenSSL 1.1.0](#openssl-110)
[all …]
/freebsd/sys/sys/
H A Delf_common.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
65 #define ODK_TAGS 6 /* reserved space for tools */
92 #define OHW_R4KEOP 0x00000001 /* patch for R4000 branch at end-of-page bug */
94 #define OHW_R5KEOP 0x00000004 /* patch for R5000 branch at end-of-page bug */
101 #define OHWA0_R4KEOP_CHECKED 0x00000001 /* object checked for R4000 end-of-page bug */
102 #define OHWA0_R4KEOP_CLEAN 0x00000002 /* object verified clean for R4000 end-of-page bug */
109 #define OGP_SELF 0x00010000 /* GP group is self-contained */
112 * The header for GNU-style hash sections.
153 #define ELFCLASS32 1 /* 32-bit architecture. */
[all …]
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3 * Generated: 2019-11-15 15:01:56.628356
4 * ----------------------------------------------------------
34 # pragma clang diagnostic ignored "-Wpadded"
35 # pragma clang diagnostic ignored "-Wswitch-enum"
36 # pragma clang diagnostic ignored "-Wcovered-switch-default"
39 // Because REQUIREs trigger GCC's -Wparentheses, and because still
42 # pragma GCC diagnostic ignored "-Wparentheses" // See #674 for details
45 # pragma GCC diagnostic ignored "-Wunused-variable"
46 # pragma GCC diagnostic ignored "-Wpadded"
106 // Detect a number of compiler features - by compiler
[all …]
/freebsd/crypto/openssh/
H A DChangeLog11 upstream: openssh-10.0
13 OpenBSD-Commit-ID: db5b4a1f1c9e988f8f166b56dc5643606294b403
24 OpenBSD-Commit-ID: fffc89195968f7eedd2fc57f0b1f1ef3193f5ed1
32 OpenBSD-Commit-ID: f485f79bf3e9ebbe1de13ac96150cf458956cfd8
40 OpenBSD-Commit-ID: f912725c7d303720706b3ccfb2cb846d46296d13
54 OpenBSD-Regress-ID: 08477b936d1d0c1e8a98aa1c0e1bdde8871894c9
62 OpenBSD-Commit-ID: 6e683e13e72bf1e43bbd3bbc6a8332d5a98bdc99
72 OpenBSD-Commit-ID: 04ca29b8eaae1860c7adde3e770baa1866e30a54
82 OpenBSD-Commit-ID: ed01a7c102243f84e4a317aefb431916d98aab15
88 remove all instances of -pie from LDFLAGS
[all …]
/freebsd/crypto/libecc/
H A DREADME.md11 Copyright (C) 2017-2023
20 * Jean-Pierre FLORI (<mailto:jpflori@gmail.com>)
30 in the [ISO 14888-3:2018](https://www.iso.org/standard/76382.html)
34 * Core ISO 14888-3:2018 algorithms: ECDSA, ECKCDSA, ECGDSA, ECRDSA, EC{,O}SDSA, ECFSDSA, SM2.
36 …* BIGN (as standardized in [STB 34.101.45-2013](https://github.com/bcrypto/bign)). We allow a more…
38 … "Schnorr" Bitcoin proposal, as specified in [bip-0340](https://github.com/bitcoin/bips/blob/maste…
39 …tandard as we allow any curve and any hash function (the standard mandates SECP256K1 with SHA-256).
42-CDH (Elliptic Curve Cryptography Cofactor Diffie-Hellman) as described in [section 5.7.1.2 of the…
45 …STR3410-2001-CryptoPro{A,B,C,XchA,XchB,Test}-ParamSet, GOSTR3410-2012-{256,512}-ParamSet{A,B,C}, G…
47 * **Hash functions**: SHA-2 and SHA-3 hash functions (224, 256, 384, 512), SM3, RIPEMD-160,
[all …]
/freebsd/contrib/ntp/
H A DNEWS1 ---
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 DChangeLog1 ---
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 DCommitLog1 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 -1
14 ntpd/invoke-ntp
[all...]
/freebsd/contrib/unbound/doc/
H A DChangelog2 - Too many quotes for the EDE message debug printout.
5 - Small debug output improvement when attaching an EDE.
8 - Fix to print warning for when so-sndbuf setsockopt is not granted.
11 - version set to 1.24.0 for release.
12 - tag for 1.24.0rc1.
13 - Update contrib/aaaa-filter-iterator.patch so it applies on 1.24.0.
16 - Fix #1332: CNAME chains are sometimes not followed when RPZs add a
20 - Update documentation for using "SET ... EX" in Redis.
21 - Document max buffer sizes for Redis commands.
22 - Update man pages.
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in2 %%% 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 …]
/freebsd/share/misc/
H A Dusb_vendors6 # http://www.linux-usb.org/usb-ids.html
7 # or send entries as patches (diff -u old new) in the
10 # http://www.linux-usb.org/usb.ids
13 # Date: 2025-09-15 20:34:02
20 # device device_name <-- single tab
21 # interface interface_name <-- two tabs
38 5301 GW-US54ZGL 802.11bg
54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211]
64 0200 TP-Link
86 120e ASI120MC-S Planetary Camera
[all …]