Home
last modified time | relevance | path

Searched refs:macros (Results 1 – 25 of 152) sorted by relevance

1234567

/openssl/util/perl/OpenSSL/
H A Dparamnames.pm594 my @macros = ();
605 push(@macros, $def)
607 return join("\n", sort @macros);
613 my @macros = ();
637 push(@macros, $def)
639 return "#define NUM_PIDX $count\n\n" . join("\n", sort @macros);
H A Dstackhash.pm27 my $macros = <<END_MACROS;
56 return $macros;
86 my $macros = <<END_MACROS;
104 return $macros;
/openssl/doc/internal/man3/
H A DOSSL_DEPRECATED.pod5 OSSL_DEPRECATED, OSSL_DEPRECATED_FOR - General deprecation macros
9 #include <openssl/macros.h>
27 These macros are used to define the version specific deprecation macros
32 [RETURN VALUES isn't relevant for these macros, but find-doc-nits demands
/openssl/util/
H A Dctags.sh71 macros=.ctags.d/openssl-stage2/50macro-definitons.ctags
72 cat > "$macros" <<EOF
82 -l >> "$macros" &&
/openssl/include/crypto/
H A Ddso_conf.h.in25 my @macros = ( "DSO_$scheme" );
27 @macros = ( "DSO_DLFCN", "HAVE_DLFCN_H" );
29 @macros = ( "DSO_DLFCN" );
31 join("\n", map { "# define $_" } @macros); -}
/openssl/doc/man7/
H A Dopenssl-core_dispatch.h.pod18 The operation and dispatch numbers are represented with macros, which
25 These macros have the form C<OSSL_OP_I<opname>>.
29 These macros have the form C<OSSL_FUNC_I<opname>_I<funcname>>, where
45 The types and macros described here were added in OpenSSL 3.0.
H A Dopenssl_user_macros.pod.in6 - User defined macros
10 User defined macros allow the programmer to control certain aspects of
19 user defined macros.
21 =head2 The macros
H A Dopenssl-core_names.h.pod13 The F<< <openssl/core_names.h> >> header defines a multitude of macros
28 The macros described here were added in OpenSSL 3.0.
/openssl/include/openssl/
H A Dopensslv.h.in25 * Base version macros
27 * These macros express version number MAJOR.MINOR.PATCH exactly
56 * be related to the API version expressed with the macros above.
72 * with the values from the corresponding OPENSSL_VERSION_ macros) and the
108 # include <openssl/macros.h>
/openssl/doc/man3/
H A DOSSL_CORE_MAKE_FUNC.pod20 There are certain macros that may appear in OpenSSL header files that are
24 All the macros listed in the synopsis above are reserved.
32 The macros described here were added in OpenSSL 3.0.
H A DOPENSSL_FILE.pod7 - generic C programming utility macros
11 #include <openssl/macros.h>
22 The macros B<OPENSSL_FILE> and B<OPENSSL_LINE>
H A DOSSL_trace_enabled.pod25 /* trace group macros */
36 /* one-shot trace macros */
90 but rather uses a set of convenience macros, see the L</Macros> section below.
120 There are a number of convenience macros defined, to make tracing
172 so-called one-shot macros:
184 Internally, all one-shot macros are implemented using a generic OSSL_TRACEV()
185 macro, since C90 does not support variadic macros. This helper macro has a rather
271 the convenience macros are defined to produce dead code.
H A DBIO_ctrl.pod50 These functions are not normally called directly, various macros
51 are used instead. The standard macros are described below, macros
82 macros which call BIO_ctrl().
174 The BIO_get_ktls_send() and BIO_get_ktls_recv() macros were added in
H A DX509_load_http.pod18 The following macros have been deprecated since OpenSSL 3.0, and can be
44 X509_http_nbio() and X509_CRL_http_nbio() are macros for backward compatibility
H A DERR_new.pod20 rather through macros such as L<ERR_raise(3)>.
22 macros.
/openssl/crypto/hmac/
H A Dbuild.info12 # appropriate ones, and define the appropriate macros
/openssl/doc/internal/man7/
H A Ddeprecation.pod31 Deprecation is done using attribute macros named
34 Simulating removal is done with C<#ifndef> preprocessor guards using macros
38 defined in F<< <openssl/macros.h> >>.
/openssl/test/
H A DREADME-dev.md140 You should use the `TEST_xxx` macros provided by `testutil.h` to test all failure
141 conditions. These macros produce an error message in a standard format if the
146 macros are guaranteed to evaluate their arguments exactly once. This means
/openssl/crypto/sm3/
H A Dbuild.info12 # appropriate ones, and define the appropriate macros
/openssl/doc/man1/
H A Dopenssl-version.pod.in92 B<OPENSSLDIR>, B<MODULESDIR> and B<ENGINESDIR> build time macros. These macros
/openssl/crypto/rc5/
H A Dbuild.info8 # appropriate one, and define the appropriate macros
/openssl/providers/implementations/exchange/
H A Dbuild.info17 # appropriate one, and define the appropriate macros
/openssl/
H A DNOTES-POSIX.md14 unless the following macros are defined:
/openssl/crypto/ripemd/
H A Dbuild.info8 # appropriate one, and define the appropriate macros
/openssl/doc/HOWTO/
H A Ddocumenting-functions-and-macros.md112 # 1 macros undocumented (count is approximate)
167 # 1 macros undocumented (count is approximate)
175 are recorded is different between functions and macros,

Completed in 35 milliseconds

1234567