/freebsd/crypto/openssl/include/openssl/ |
H A D | engine.h | 2 * Copyright 2000-2022 The OpenSSL Project Authors. All Rights Reserved. 54 /* Obvious all-or-nothing cases. */ 60 * internally to control registration of ENGINE implementations, and can be 66 /* ENGINE flags that can be set by ENGINE_set_flags(). */ 71 * This flag is for ENGINEs that wish to handle the various 'CMD'-related 73 * these control commands on behalf of the ENGINE using their "cmd_defns" 80 * via "ENGINE_by_id()". When an ENGINE must store state (eg. if 82 * process like key-generation setup and execution), it can set this flag - 83 * then each attempt to obtain the ENGINE will result in it being copied into 85 * ENGINE_by_id() just increments the existing ENGINE's structural reference [all …]
|
/freebsd/crypto/openssl/ |
H A D | README-ENGINES.md | 5 ---------------- 7 The ENGINE API was introduced in OpenSSL version 0.9.6 as a low level 11 The ENGINE interface has its limitations and it has been superseeded 12 by the [PROVIDER API](README-PROVIDERS.md), it is deprecated in OpenSSL 14 users who need to maintain or support existing ENGINE implementations. 19 Built-in ENGINE implementations 20 ------------------------------- 22 There are currently built-in ENGINE implementations for the following 29 In addition, dynamic binding to external ENGINE implementations is now 30 provided by a special ENGINE called "dynamic". See the "DYNAMIC ENGINE" [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README-NAN-USD | 1 Wi-Fi Aware unsynchronized service discovery (NAN USD) 5 in the Wi-Fi Aware specification v4.0 can be used with wpa_spplicant. 7 More information about Wi-Fi Aware is available from this Wi-Fi 9 https://www.wi-fi.org/discover-wi-fi/wi-fi-aware 12 ------------------ 18 --------------------------- 25 ------------------------------------- 29 …name> [ttl=<time-to-live-in-sec>] [freq=<in MHz>] [freq_list=<comma separate list of MHz>] [srv_pr… 43 the Wi-Fi Aware specification. 47 This command maps to the Publish() method in the NAN Discovery Engine. [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | ENGINE_add.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/doc/man3/ |
H A D | ENGINE_add.pod | 43 - ENGINE cryptographic module support 47 #include <openssl/engine.h> 53 ENGINE *ENGINE_get_first(void); 54 ENGINE *ENGINE_get_last(void); 55 ENGINE *ENGINE_get_next(ENGINE *e); 56 ENGINE *ENGINE_get_prev(ENGINE *e); 58 int ENGINE_add(ENGINE *e); 59 int ENGINE_remove(ENGINE *e); 61 ENGINE *ENGINE_by_id(const char *id); 63 int ENGINE_init(ENGINE *e); [all …]
|
/freebsd/crypto/openssl/crypto/engine/ |
H A D | README.md | 1 Notes on engines of 2001-09-24 7 the "ENGINE" code. So it serves a double purpose of being a "ENGINE internals 9 lynched for sticking all this in CHANGES.md or the commit mails :-). 37 selection, eg. in SSL/TLS, or by user-controllable configuration. 49 into ENGINE is storage - the OBJ_NAME-based storage used by EVP to register 50 ciphers simultaneously registers cipher *types* and cipher *implementations* - 53 solution is necessarily that ENGINE-provided ciphers simply are not registered, 55 especially necessary considering the fact ENGINE uses reference counts to allow 56 for cleanup, modularity, and DSO support - yet EVP_CIPHERs, as exposed to 59 Another sticking point for integrating cipher support into ENGINE is linkage. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | nand-chip.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mtd/nand-chip.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Miquel Raynal <miquel.raynal@bootlin.com> 13 - $ref: mtd.yaml# 18 SPI-NAND devices are concerned by this description. 23 Contains the chip-select IDs. 25 nand-ecc-engine: 27 A phandle on the hardware ECC engine if any. There are [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/fsi/ |
H A D | fsi.txt | 1 FSI bus & engine generic device tree bindings 4 The FSI bus is probe-able, so the OS is able to enumerate FSI slaves, and 6 nodes to probed engines. This allows for fsi engines to expose non-probeable 7 busses, which are then exposed by the device tree. For example, an FSI engine 8 that is an I2C master - the I2C bus can be described by the device tree under 9 the engine's device tree node. 13 the fsi-master-* binding specifications. 18 fsi-master { 19 /* top-level of FSI bus topology, bound to an FSI master driver and 22 fsi-slave@<link,id> { [all …]
|
/freebsd/usr.sbin/bsnmpd/bsnmpd/ |
H A D | snmpd.config | 15 # Set the SNMP engine ID. 20 # engine := 0x80:0x10:0x08:0x10:0x80:0x25 21 # snmpEngineID = $(engine) 31 # Declarations for SNMP-USER-BASED-SM-MIB authentication and privacy options 42 # Enumerations from SNMP-FRAMEWORK-MIB 66 # 'bsnmpget -v 3 -D -K -o verbose' against the running bsnmpd(1). For other 68 # with a private password "bsnmptest", localized for the above engine ID. 89 # Be sure to understand the security implications of SNMPv2 - the community 107 # Use domain name and IPv6 link-local address with scope zone id as address 130 # Control configuration for the modules in the module specific sections, e.g. [all …]
|
/freebsd/contrib/kyua/cli/ |
H A D | config.cpp | 15 // without specific prior written permission. 32 #include "engine/config.hpp" 33 #include "engine/exceptions.hpp" 70 /// initialization due to the side-effects it may have. Therefore, fixing this 79 /// This is a helper function that does not apply user-specified overrides. See 87 /// \throw engine::error If the parsing of the configuration file fails. 100 return engine::default_config(); in load_config_file() 102 return engine::load_config(filename); in load_config_file() 109 return engine::load_config(path); in load_config_file() 111 // Fall through. If we fail to load the user-specific configuration in load_config_file() [all …]
|
/freebsd/secure/usr.bin/openssl/man/ |
H A D | openssl.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 …]
|
H A D | openssl-dgst.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/crypto/openssl/doc/man1/ |
H A D | openssl.pod | 5 openssl - OpenSSL command line program 14 B<openssl> B<no->I<XXX> [ I<options> ] 43 (e.g., L<openssl-x509(1)>). The subcommand L<openssl-list(1)> may be used to list 46 The command B<no->I<XXX> tests whether a command of the 48 returns 0 (success) and prints B<no->I<XXX>; otherwise it returns 1 53 availability of ciphers in the B<openssl> program. (B<no->I<XXX> is 54 not able to detect pseudo-commands such as B<quit>, 55 B<list>, or B<no->I<XXX> itself.) 60 arguments and have a B<-config> option to specify that file. 62 storage area, which can be determined from the L<openssl-version(1)> [all …]
|
H A D | openssl-format-options.pod | 5 openssl-format-options - OpenSSL command input and output format options 25 In order to access a key via an engine the input format B<ENGINE> may be used; 27 option may be preceded by C<org.openssl.engine:>. 28 See L<openssl(1)/Engine Options> for an example usage of the latter. 39 =item B<-inform> I<format>, B<-outform> I<format> 43 =item B<-keyform> I<format> 47 =item B<-CRLform> I<format> 68 =item B<ENGINE> 70 Used to specify that the cryptographic material is in an OpenSSL B<engine>. 71 An engine must be configured or specified using the B<-engine> option. [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/man/man3/ |
H A D | hcrypto_rsa.3 | 1 .TH "RSA functions" 3 "11 Jan 2012" "Version 1.5.2" "Heimdal crypto library" \" -*- nroff -*- 5 RSA functions \- 13 .RI "RSA * \fBRSA_new_method\fP (ENGINE *engine)" 36 See the \fBRSA - public-key cryptography\fP for description and examples. 81 Same as \fBRSA_new_method()\fP using NULL as engine. 89 .SS "RSA* RSA_new_method (ENGINE * engine)" 91 Allocate a new RSA object using the engine, if NULL is specified as the engine, use the default RSA… 95 \fIengine\fP Specific what ENGINE RSA provider should be used.
|
/freebsd/contrib/kyua/engine/ |
H A D | scanner_test.cpp | 15 // without specific prior written permission. 29 #include "engine/scanner.hpp" 35 #include <atf-c++.hpp> 37 #include "engine/filters.hpp" 66 test_program("unused-interface", binary_, fs::path("unused-root"), in mock_test_program() 67 "unused-suite", model::metadata_builder().build(), in mock_test_program() 109 /// NULL-terminated. 116 "unused-interface", fs::path(relative_path), fs::path("unused-root"), in new_test_program() 117 "unused-suite"); in new_test_program() 134 /// full set of matching test cases, not the specific behavior of every single [all …]
|
H A D | filters.cpp | 15 // without specific prior written permission. 29 #include "engine/filters.hpp" 51 engine::test_filter::test_filter(const fs::path& test_program_, in test_filter() 59 /// Parses a user-provided test filter. 61 /// \param str The user-provided string representing a filter for tests. Must 67 engine::test_filter 68 engine::test_filter::parse(const std::string& str) in parse() 77 if (pos == str.length() - 1) in parse() 106 /// \return A user-friendly string representing the filter. Note that this does 110 engine::test_filter::str(void) const in str() [all …]
|
H A D | plain_test.cpp | 15 // without specific prior written permission. 29 #include "engine/plain.hpp" 35 #include <atf-c++.hpp> 37 #include "engine/config.hpp" 38 #include "engine/scheduler.hpp" 55 namespace scheduler = engine::scheduler; 63 /// Copies the plain helper to the work directory, selecting a specific helper. 71 const fs::path srcdir(tc->get_config_var("srcdir")); in copy_plain_helper() 83 /// \param user_config User-provided configuration variables. 88 const config::tree& user_config = engine::empty_config()) in run_one() [all …]
|
H A D | exceptions.cpp | 15 // without specific prior written permission. 29 #include "engine/exceptions.hpp" 35 /// Constructs a new error with a plain-text message. 37 /// \param message The plain-text error message. 38 engine::error::error(const std::string& message) : in error() 45 engine::error::~error(void) throw() in ~error() 53 engine::format_error::format_error(const std::string& reason_) : in format_error() 60 engine::format_error::~format_error(void) throw() in ~format_error() 69 engine::load_error::load_error(const fs::path& file_, in load_error() 79 engine::load_error::~load_error(void) throw() in ~load_error()
|
H A D | tap_test.cpp | 15 // without specific prior written permission. 29 #include "engine/tap.hpp" 35 #include <atf-c++.hpp> 37 #include "engine/config.hpp" 38 #include "engine/scheduler.hpp" 55 namespace scheduler = engine::scheduler; 63 /// Copies the tap helper to the work directory, selecting a specific helper. 71 const fs::path srcdir(tc->get_config_var("srcdir")); in copy_tap_helper() 83 /// \param user_config User-provided configuration variables. 88 const config::tree& user_config = engine::empty_config()) in run_one() [all …]
|
/freebsd/contrib/kyua/drivers/ |
H A D | list_tests.cpp | 15 // without specific prior written permission. 31 #include "engine/exceptions.hpp" 32 #include "engine/filters.hpp" 33 #include "engine/kyuafile.hpp" 34 #include "engine/scanner.hpp" 35 #include "engine/scheduler.hpp" 41 namespace scheduler = engine::scheduler; 57 /// \param user_config The end-user configuration properties. 64 const std::set< engine::test_filter >& filters, in drive() 70 const engine::kyuafile kyuafile = engine::kyuafile::load( in drive() [all …]
|
H A D | debug_test.cpp | 15 // without specific prior written permission. 34 #include "engine/filters.hpp" 35 #include "engine/kyuafile.hpp" 36 #include "engine/scanner.hpp" 37 #include "engine/scheduler.hpp" 48 namespace scheduler = engine::scheduler; 58 /// \param user_config The end-user configuration properties. 68 const engine::test_filter& filter, in drive() 75 const engine::kyuafile kyuafile = engine::kyuafile::load( in drive() 77 std::set< engine::test_filter > filters; in drive() [all …]
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls.h | 3 * Copyright (c) 2004-2013, Jouni Malinen <j@w1.fi> 125 * struct tls_connection_params - Parameters for TLS connection 130 * @ca_path: Path to CA certificates (OpenSSL specific) 138 * must have a full case-insensitive match. 141 * case-insensitive match. 159 * @engine: 1 = use engine (e.g., a smartcard) for private key operations 160 * (this is OpenSSL specific for now) 161 * @engine_id: engine id string (this is OpenSSL specific for now) 163 * (this is OpenSSL specific for now) 164 * @key_id: the private key's id when using engine (this is OpenSSL [all …]
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | qat.h | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 11 * See the License for the specific language governing permissions 57 * Number of jobs submitted to QAT compression engine. 61 * Total bytes sent to QAT compression engine. 65 * Total bytes output from QAT compression engine. 69 * Number of jobs submitted to QAT de-compression engine. 73 * Total bytes sent to QAT de-compression engine. 77 * Total bytes output from QAT de-compression engine. 81 * Number of fails in the QAT compression / decompression engine. [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
H A D | fmd_serd.h | 1 // SPDX-License-Identifier: CDDL-1.0 11 * or https://opensource.org/licenses/CDDL-1.0. 12 * See the License for the specific language governing permissions 46 char *sg_name; /* string name for this engine */ 47 struct fmd_serd_eng *sg_next; /* next engine on hash chain */ 50 uint_t sg_flags; /* engine flags (see below) */ 51 uint_t sg_n; /* engine N parameter (event count) */ 52 hrtime_t sg_t; /* engine T parameter (nanoseconds) */ 56 #define FMD_SERD_DIRTY 0x2 /* engine needs to be checkpointed */
|