Searched refs:symbol (Results 1 – 23 of 23) sorted by relevance
/openssl/test/ |
H A D | moduleloadtest.c | 21 static int test_load(const char *path, const char *symbol) in test_load() argument 30 ret = symbol == NULL || sd_sym(sd, symbol, &sym); in test_load()
|
/openssl/doc/internal/man7/ |
H A D | deprecation.pod | 17 Deprecation of a symbol is adding an attribute to the declaration of that 18 symbol (function, type, variable, but we currently only do that for 21 Removal of a symbol is not the same thing as deprecation, as it actually 22 explicitly removes the symbol from public view. 46 The implementation of a deprecated symbol is kept for one of two reasons: 52 The symbol and its implementation are planned to be removed some time in the 59 The symbol is planned to be removed from public view, but will otherwise 64 the translation unit where the symbol is used or implemented, even when the 65 symbol is publicly unavailable through simulated removal. That's done by 72 use that symbol should adjust their header inclusions accordingly.
|
H A D | build.info.pod | 193 the C<main> symbol (C<has_main>). Most platforms don't need to know 526 dependency and symbol resolution (through B<DEPEND> statements).
|
/openssl/util/ |
H A D | mknum.pl | 142 my $symbol = $unassigned == 1 ? "symbol" : "symbols"; 144 print STDERR "${ordinals_file}: $unassigned $symbol $is without ordinal number\n";
|
H A D | find-doc-nits | 609 my $symbol = $1; 610 my $unmarked = $symbol; 613 err($id, "Malformed symbol: $symbol") 614 unless $symbol =~ /^B<.*?>$/ && $unmarked =~ /^${symbol_re}$/
|
H A D | check-format.pl | 526 my $symbol = pop @nested_symbols; 527 report("unclosed '$symbol' in $position"); 528 if ($symbol eq "{") { # repair stack of blocks
|
/openssl/doc/internal/man3/ |
H A D | OSSL_DEPRECATED.pod | 18 I<since> that should be set to the OpenSSL version where the symbol was
|
H A D | ossl_provider_new.pod | 144 dynamically loadable module, with the symbol B<OSSL_provider_init> as 210 will be located and loaded, then the symbol B<OSSL_provider_init> will
|
/openssl/.github/workflows/ |
H A D | run-checker-ci.yml | 60 - name: Check platform symbol usage
|
H A D | windows_comp.yml | 74 - name: Check platform symbol usage
|
H A D | windows.yml | 78 - name: Check platform symbol usage
|
/openssl/doc/designs/quic-design/ |
H A D | qlog.md | 108 event type). If this symbol is omitted, `+` is assumed.
|
/openssl/Configurations/ |
H A D | README.md | 136 any symbol versions (symbol versions are not used or 144 symbol versions associated with the variant library 147 into symbol versions is obtained by mapping all
|
H A D | descrip.mms.tmpl | 1258 die "More than one symbol vector" if scalar @defs > 1; 1308 die "More than one symbol vector" if scalar @defs > 1; 1417 # bar.obj happens to have a symbol that also exists in libsomething.exe,
|
H A D | unix-Makefile.tmpl | 1797 die "More than one exported symbol map" if scalar @defs > 1;
|
/openssl/external/perl/Text-Template-1.56/ |
H A D | Changes | 272 strict' by default. Otherwise, you get a lot of `Global symbol "$v"
|
/openssl/include/openssl/ |
H A D | crypto.h.in | 47 * Resolve problems on some operating systems with symbol names that clash
|
H A D | ssl.h.in | 1520 * The following symbol names are old and obsolete. They are kept
|
/openssl/doc/man5/ |
H A D | config.pod | 68 as a regular character in symbol names. Supporting this behavior can be
|
/openssl/doc/man3/ |
H A D | ENGINE_add.pod | 504 lower than this symbol is considered a "generic" command is handled directly
|
/openssl/crypto/err/ |
H A D | openssl.txt | 585 DSO_R_SYM_FAILURE:106:could not bind to the requested symbol name
|
/openssl/ |
H A D | NEWS.md | 703 * Claim the namespaces OSSL and OPENSSL, represented as symbol prefixes
|
H A D | CHANGES.md | 12279 this change is covered by the OPENSSL_NO_DEPRECATED symbol. As always, 12280 developers should define this symbol when building and using openssl to 12640 the new ones. The OPENSSL_NO_DEPRECATED symbol can be used to hide 16958 about each symbol, as well as presenting variables as well 17756 to 1 it signals that the assembler should use a symbol whose 17826 one of these sections, a pre-processor symbol `OPENSSL_..._DEFINES` 18065 string with an "undefined" symbol (neither command nor alphanumeric 20017 * Fix Win32 symbol export lists for BIO functions: Added
|
Completed in 208 milliseconds