/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | mv-xor.txt | 1 * Marvell XOR engines 4 - compatible: Should be one of the following: 5 - "marvell,orion-xor" 6 - "marvell,armada-380-xor" 7 - "marvell,armada-3700-xor". 8 - reg: Should contain registers location and length (two sets) 11 - clocks: pointer to the reference clock 13 The DT node must also contains sub-nodes for each XOR channel that the 14 XOR engine has. Those sub-nodes have the following required 16 - interrupts: interrupt of the XOR channel [all …]
|
/freebsd/crypto/openssl/doc/man5/ |
H A D | config.pod | 5 config - OpenSSL CONF library configuration files 26 is the first non-space character in a line, the entire line is ignored. 45 available on systems with POSIX IO support.) Any sub-directories found 76 B<true> or B<on>, then C<foo$bar> is a single seven-character name and 121 In order to support this, commands like L<openssl-req(1)> ignore any 187 engines = engines 202 [engines] 231 OPENSSL_CONF=example.cnf openssl asn1parse -genstr OID:1.2.3.4.1 244 for that provider. The provider-specific section is used to specify how 273 All parameters in the section as well as sub-sections are made [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/tegra/ |
H A D | nvidia,tegra194-cbb.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/arm/tegra/nvidia,tegra194-cbb.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sumit Gupta <sumitg@nvidia.com> 15 multiple hierarchical sub-NOCs (Network-on-Chip) and connects various 20 "AON-NOC, SCE-NOC, RCE-NOC, BPMP-NOC, CV-NOC" and "CBB Central NOC" 28 - For CCPLEX (CPU Complex) initiator, the driver sets ERD bit. So, the 31 - For other initiators, the ERD is disabled. So, the access issuing 34 include all engines using Cortex-R5 (which is ARMv7 CPU cluster) and [all …]
|
/freebsd/secure/lib/libcrypto/man/man5/ |
H A D | config.5 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ERR_put_error.pod | 10 - record an error 64 It appends '\0' to the BIO contents if not already NUL-terminated. 67 error strings so that the application can a generate human-readable 74 Each OpenSSL sub-library has library code B<ERR_LIB_XXX> and has its own set 101 with any sub-library code. 110 system, such as engines or applications, must normally get their own 182 Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
|
H A D | OPENSSL_init_crypto.pod | 8 OPENSSL_thread_stop_ex, OPENSSL_thread_stop - OpenSSL initialisation 35 application is multi-threaded), and these resources must be freed prior to the 120 sub-library (see L<ASYNC_start_job(3)>). This is a default option. 167 built in engines listed above with the exception of the openssl and afalg 168 engines. This not a default option and is deprecated 199 on auto-deinitialisation. This is to avoid error conditions where both an 208 readable error (see L<openssl-errstr(1)>). 241 non-null B<OPENSSL_INIT_SETTINGS> object. 270 multi-threaded and if dlclose() is subsequently called prior to the threads 293 Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved.
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | random.cppm |
|
/freebsd/crypto/openssl/Configurations/ |
H A D | windows-makefile.tmpl | 4 ## {- join("\n## ", @autowarntext) -} 5 {- 9 our $sover_dirname = platform->shlib_version_as_filename(); 12 my $install_flavour = $build_scheme->[$#$build_scheme]; # last element 14 $install_flavour eq "VC-WOW" ? "ProgramFiles(x86)" 17 $install_flavour eq "VC-WOW" ? "CommonProgramFiles(x86)" 30 sub dependmagic { 36 -} 38 PLATFORM={- $config{target} -} 39 SRCDIR={- $config{sourcedir} -} [all …]
|
H A D | descrip.mms.tmpl | 3 ## {- join("\n## ", @autowarntext) -} 4 {- 9 (our $osslprefix_q = platform->osslprefix()) =~ s/\$/\\\$/; 11 our $sover_dirname = platform->shlib_version_as_filename(); 16 sub make_unix_path { 18 (my $vol, my $dirs, my $file) = File::Spec->splitpath($_[0]); 19 my @dirs = File::Spec->splitdir($dirs); 23 return File::Spec::Unix->catpath( 24 '', File::Spec::Unix->catdir('', $vol ? $vol : (), @dirs), $file); 26 sub sourcefile { [all …]
|
H A D | unix-Makefile.tmpl | 4 ## {- join("\n## ", @autowarntext) -} 5 {- 9 our $makedepcmd = platform->makedepcmd(); 11 sub windowsdll { $config{target} =~ /^(?:Cygwin|mingw)/ } 15 sub sharedaix { !$disabled{shared} && $config{target} =~ /^aix/ } 17 our $sover_dirname = platform->shlib_version_as_filename(); 21 sub dependmagic { 29 $COLUMNS = int($COLUMNS) - 2; # 2 to leave space for ending ' \' 34 sub fill_line [all...] |
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | ERR_put_error.3 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
/freebsd/crypto/openssl/test/ |
H A D | run_tests.pl | 2 # Copyright 2015-2022 The OpenSSL Project Authors. All Rights Reserved. 39 $ENV{OPENSSL_ENGINES} = rel2abs(catdir($bldtop, "engines")); 45 switches => '-w', 60 # TAP::Harness->new(), they will be accessed directly, see the 81 sub reorder { 86 $key =~ s/(\d+)-/01-/; 95 (my $x = basename($_)) =~ s|^[0-9][0-9]-(.*)\.t$|$1|; 104 } elsif ($arg =~ m/^(-?)(.*)/) { 109 # If '-foo' is the first arg, it's short for 'alltests -foo' 110 if ($sign eq '-' && $initial_arg) { [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/ |
H A D | qe.txt | 16 - compatible : should be "fsl,qe"; 17 - model : precise model of the QE, Can be "QE", "CPM", or "CPM2" 18 - reg : offset and length of the device registers. 19 - bus-frequency : the clock frequency for QUICC Engine. 20 - fsl,qe-num-riscs: define how many RISC engines the QE has. 21 - fsl,qe-snums: This property has to be specified as '/bits/ 8' value, 26 - fsl,firmware-phandle: 27 Usage: required only if there is no fsl,qe-firmware child node 32 "fsl,qe-firmware". 35 - brg-frequency : the internal clock source frequency for baud-rate [all …]
|
/freebsd/sys/dev/qat_c2xxx/ |
H A D | qat_c2xxxreg.h | 1 /* SPDX-License-Identifier: BSD-2-Clause AND BSD-3-Clause */ 31 * Copyright(c) 2007-2013 Intel Corporation. All rights reserved. 69 /* Max number of accelerators and engines */ 91 * 4K EP CSRs, 4K MSI-X Tables 124 /* BAR sub-regions */
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | fsl,fman.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Frank Li <Frank.Li@nxp.com> 13 Due to the fact that the FMan is an aggregation of sub-engines (ports, MACs, 19 - fsl,fman 26 cell-index: 31 The cell-index value may be used by the SoC, to identify the 33 there's a description of the cell-index use in each SoC: 35 - P1023: [all …]
|
H A D | fsl-fman.txt | 5 - FMan Node 6 - FMan Port Node 7 - FMan MURAM Node 8 - FMan dTSEC/XGEC/mEMAC Node 9 - FMan IEEE 1588 Node 10 - FMan MDIO Node 11 - Example 18 Due to the fact that the FMan is an aggregation of sub-engines (ports, MACs, 23 - compatible 32 - cell-index [all …]
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 90-test_store.t | 2 # Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved. 52 "rsa-key-pkcs1.pem", "rsa-key-pkcs1.der", 53 "rsa-key-pkcs1-aes128.pem", 54 "rsa-key-pkcs8.pem", "rsa-key-pkcs8.der", 55 "rsa-key-pkcs8-pbes2-sha1.pem", "rsa-key-pkcs8-pbes2-sha1.der", 56 "rsa-key-pkcs8-pbes2-sha256.pem", "rsa-key-pkcs8-pbes2-sha256.der", 59 "rsa-key-pkcs8-pbes1-sha1-3des.pem", "rsa-key-pkcs8-pbes1-sha1-3des.der", 62 "rsa-key-sha1-3des-sha1.p12", "rsa-key-sha1-3des-sha256.p12", 63 "rsa-key-aes256-cbc-sha256.p12", 64 "rsa-key-md5-des-sha1.p12", [all …]
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | hw.h | 1 /* SPDX-License-Identifier: ISC */ 3 * Copyright (c) 2005-2011 Atheros Communications Inc. 4 * Copyright (c) 2011-2017 Qualcomm Atheros, Inc. 140 #define ATH10K_FW_API2_FILE "firmware-2.bin" 141 #define ATH10K_FW_API3_FILE "firmware-3.bin" 144 #define ATH10K_FW_API4_FILE "firmware-4.bin" 147 #define ATH10K_FW_API5_FILE "firmware-5.bin" 149 /* the firmware-6.bin blob */ 150 #define ATH10K_FW_API6_FILE "firmware-6.bin" 153 #define ATH10K_FW_UTF_API2_FILE "utf-2.bin" [all …]
|
/freebsd/crypto/openssl/ |
H A D | Configure | 2 # -*- mode: perl; -*- 3 # Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved. 10 ## Configure -- OpenSSL source tree configuration script 30 …-<cipher> ...] [enable-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[n… 42 *** perl configdata.pm --dump *** 52 # --config add the given configuration file, which will be read after 55 # --prefix prefix for the OpenSSL installation, which includes the 59 # --openssldir OpenSSL data area, such as openssl.cnf, certificates and keys. 61 # given with --prefix. 64 # --banner=".." Output specified text instead of default completion banner [all …]
|
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/bearssl/src/x509/ |
H A D | asn1.t0 | 25 \ This file contains code which is common to all engines that do some 31 \ -- In the preamble, a macro called "CTX" that evaluates to the current 34 \ -- In the preamble, a macro called "CONTEXT_NAME" that evaluates to the 37 \ -- A word called "read8-low" ( -- x ) that reads the next byte, or -1 40 \ -- A word called "read-blob-inner" ( addr len -- addr len ) that is 41 \ the multi-byte version of read8-low. 43 \ -- A word called "skip-remaining-inner" ( lim -- lim ) which reads but 53 : skip-blanks begin char dup 32 > if ret then drop again ; 55 : fail-oid 60 : parse-number ( -- val nextchar ) [all …]
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-genpkey.pod.in | 4 {- join("\n", @autowarntext) -} 10 openssl-genpkey - generate a private key 15 [B<-help>] 16 [B<-out> I<filename>] 17 [B<-outform> B<DER>|B<PEM>] 18 [B<-quiet>] 19 [B<-pass> I<arg>] 20 [B<-I<cipher>>] 21 [B<-paramfile> I<file>] 22 [B<-algorithm> I<alg>] [all …]
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | fips_module.pod | 5 fips_module - OpenSSL fips module guide 18 L<https://github.com/openssl/openssl/blob/master/README-FIPS.md>. 34 Engines 44 All of the above APIs are deprecated in OpenSSL 3.0 - so a simple rule is to 63 $ openssl version -d 70 $ openssl version -v 71 OpenSSL 3.0.0-dev xx XXX xxxx (Library: OpenSSL 3.0.0-dev xx XXX xxxx) 96 See L<https://github.com/openssl/openssl/blob/master/README-FIPS.md>. 99 enabled to prevent accidental use of non-FIPS validated algorithms via broken 153 application to be executed with a non-standard config file location: [all …]
|
/freebsd/secure/usr.bin/openssl/man/ |
H A D | openssl-genpkey.1 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | fips_module.7 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|