Home
last modified time | relevance | path

Searched full:exporter (Results 1 – 25 of 70) sorted by relevance

123

/freebsd/crypto/openssl/exporters/
H A Dbuild.info2 GENERATE[OpenSSLConfig.cmake]{exporter=cmake}=cmake/OpenSSLConfig.cmake.in
4 GENERATE[OpenSSLConfigVersion.cmake]{exporter=cmake}=cmake/OpenSSLConfigVersion.cmake.in
11 GENERATE[libcrypto.pc]{exporter=pkg-config}=pkg-config/libcrypto.pc.in
13 GENERATE[libssl.pc]{exporter=pkg-config}=pkg-config/libssl.pc.in
15 GENERATE[openssl.pc]{exporter=pkg-config}=pkg-config/openssl.pc.in
/freebsd/sbin/pflowctl/
H A Dpflowctl.849 exporter.
53 exporter.
64 exporter.
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DGlob.pm8 use Exporter;
12 @ISA = qw(Exporter);
H A Dstackhash.pm14 require Exporter;
15 our @ISA = qw(Exporter);
H A DOID.pm18 use Exporter;
20 @ISA = qw(Exporter);
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterJson.h1 //===- CoverageExporterJson.h - Code coverage JSON exporter ---------------===//
9 // This class implements a code coverage exporter for JSON format.
H A DCoverageExporterLcov.h1 //===- CoverageExporterLcov.h - Code coverage lcov exporter ---------------===//
9 // This class implements a code coverage exporter for lcov trace file format.
H A DCoverageExporter.h1 //===- CoverageExporter.h - Code coverage exporter ------------------------===//
9 // This class defines a code coverage exporter interface.
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/
H A DMakefile.PL22 "Exporter" => 0,
47 "Exporter" => 0,
H A DMETA.yml35 Exporter: '0'
H A DMETA.json36 "Exporter" : "0", string
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceExporter.h21 /// Trace exporter plug-ins operate on traces, converting the trace data
30 /// Create an instance of a trace exporter plugin given its name.
/freebsd/crypto/openssl/util/perl/OpenSSL/Test/
H A DSimple.pm13 use Exporter;
16 @ISA = qw(Exporter);
H A DUtils.pm13 use Exporter;
16 @ISA = qw(Exporter);
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-object.pod79 I<An object exporter in the originating implementation>
81 The originating implementation (X) may have an exporter function. This
82 exporter function can be used to export the object in L<OSSL_PARAM(3)> form,
/freebsd/secure/lib/libcrypto/man/man7/
H A Dprovider-object.7119 \&\fIAn object exporter in the originating implementation\fR
121 The originating implementation (X) may have an exporter function. This
122 exporter function can be used to export the object in \fBOSSL_PARAM\fR\|(3) form,
/freebsd/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.868 Prometheus node exporter's textfile collector.
110 Prometheus node exporter:
/freebsd/crypto/openssl/doc/man3/
H A DSSL_export_keying_material.pod59 the IANA Exporter Label Registry
60 (L<https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#exporter-labels>).
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_export_keying_material.3118 the IANA Exporter Label Registry
119 (<https://www.iana.org/assignments/tls\-parameters/tls\-parameters.xhtml#exporter\-labels>).
/freebsd/crypto/openssl/include/openssl/
H A Dhpke.h24 * Max for ikm, psk, pskid, info and exporter contexts.
67 # define OSSL_HPKE_AEADSTR_EXP "exporter" /* AEAD id 0xff */
/freebsd/crypto/openssl/util/perl/OpenSSL/Util/
H A DPod.pm13 use Exporter;
16 @ISA = qw(Exporter);
/freebsd/crypto/openssl/ssl/
H A Dtls13_enc.c705 /* Now we create the exporter master secret */ in tls13_change_cipher_state()
854 /* ASCII: "exporter", in hex for EBCDIC compatibility */ in tls13_export_keying_material()
893 /* ASCII: "exporter", in hex for EBCDIC compatibility */ in tls13_export_keying_material_early()
916 * the empty string is used is that the definition of TLS-Exporter in tls13_export_keying_material_early()
919 * TLS-Exporter(label, context_value, key_length) = in tls13_export_keying_material_early()
921 * "exporter", Hash(context_value), key_length) in tls13_export_keying_material_early()
/freebsd/usr.sbin/inetd/
H A Dinetd.conf118 # Example entry for the Prometheus sysctl metrics exporter
122 # Example entry for the CTL exporter
/freebsd/crypto/openssl/util/
H A Dmkinstallvars.pl110 use Exporter;
111 our \@ISA = qw(Exporter);
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/
H A DTraceExporterCTF.h17 /// Trace Exporter Plugin that can produce traces in Chrome Trace Format.

123