Searched refs:macros (Results 1 – 25 of 152) sorted by relevance
1234567
/openssl/util/perl/OpenSSL/ |
H A D | paramnames.pm | 594 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 D | stackhash.pm | 27 my $macros = <<END_MACROS; 56 return $macros; 86 my $macros = <<END_MACROS; 104 return $macros;
|
/openssl/doc/internal/man3/ |
H A D | OSSL_DEPRECATED.pod | 5 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 D | ctags.sh | 71 macros=.ctags.d/openssl-stage2/50macro-definitons.ctags 72 cat > "$macros" <<EOF 82 -l >> "$macros" &&
|
/openssl/include/crypto/ |
H A D | dso_conf.h.in | 25 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 D | openssl-core_dispatch.h.pod | 18 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 D | openssl_user_macros.pod.in | 6 - 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 D | openssl-core_names.h.pod | 13 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 D | opensslv.h.in | 25 * 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 D | OSSL_CORE_MAKE_FUNC.pod | 20 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 D | OPENSSL_FILE.pod | 7 - generic C programming utility macros 11 #include <openssl/macros.h> 22 The macros B<OPENSSL_FILE> and B<OPENSSL_LINE>
|
H A D | OSSL_trace_enabled.pod | 25 /* 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 D | BIO_ctrl.pod | 50 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 D | X509_load_http.pod | 18 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 D | ERR_new.pod | 20 rather through macros such as L<ERR_raise(3)>. 22 macros.
|
/openssl/crypto/hmac/ |
H A D | build.info | 12 # appropriate ones, and define the appropriate macros
|
/openssl/doc/internal/man7/ |
H A D | deprecation.pod | 31 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 D | README-dev.md | 140 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 D | build.info | 12 # appropriate ones, and define the appropriate macros
|
/openssl/doc/man1/ |
H A D | openssl-version.pod.in | 92 B<OPENSSLDIR>, B<MODULESDIR> and B<ENGINESDIR> build time macros. These macros
|
/openssl/crypto/rc5/ |
H A D | build.info | 8 # appropriate one, and define the appropriate macros
|
/openssl/providers/implementations/exchange/ |
H A D | build.info | 17 # appropriate one, and define the appropriate macros
|
/openssl/ |
H A D | NOTES-POSIX.md | 14 unless the following macros are defined:
|
/openssl/crypto/ripemd/ |
H A D | build.info | 8 # appropriate one, and define the appropriate macros
|
/openssl/doc/HOWTO/ |
H A D | documenting-functions-and-macros.md | 112 # 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