Home
last modified time | relevance | path

Searched refs:symbol (Results 1 – 23 of 23) sorted by relevance

/openssl/test/
H A Dmoduleloadtest.c21 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 Ddeprecation.pod17 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 Dbuild.info.pod193 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 Dmknum.pl142 my $symbol = $unassigned == 1 ? "symbol" : "symbols";
144 print STDERR "${ordinals_file}: $unassigned $symbol $is without ordinal number\n";
H A Dfind-doc-nits609 my $symbol = $1;
610 my $unmarked = $symbol;
613 err($id, "Malformed symbol: $symbol")
614 unless $symbol =~ /^B<.*?>$/ && $unmarked =~ /^${symbol_re}$/
H A Dcheck-format.pl526 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 DOSSL_DEPRECATED.pod18 I<since> that should be set to the OpenSSL version where the symbol was
H A Dossl_provider_new.pod144 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 Drun-checker-ci.yml60 - name: Check platform symbol usage
H A Dwindows_comp.yml74 - name: Check platform symbol usage
H A Dwindows.yml78 - name: Check platform symbol usage
/openssl/doc/designs/quic-design/
H A Dqlog.md108 event type). If this symbol is omitted, `+` is assumed.
/openssl/Configurations/
H A DREADME.md136 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 Ddescrip.mms.tmpl1258 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 Dunix-Makefile.tmpl1797 die "More than one exported symbol map" if scalar @defs > 1;
/openssl/external/perl/Text-Template-1.56/
H A DChanges272 strict' by default. Otherwise, you get a lot of `Global symbol "$v"
/openssl/include/openssl/
H A Dcrypto.h.in47 * Resolve problems on some operating systems with symbol names that clash
H A Dssl.h.in1520 * The following symbol names are old and obsolete. They are kept
/openssl/doc/man5/
H A Dconfig.pod68 as a regular character in symbol names. Supporting this behavior can be
/openssl/doc/man3/
H A DENGINE_add.pod504 lower than this symbol is considered a "generic" command is handled directly
/openssl/crypto/err/
H A Dopenssl.txt585 DSO_R_SYM_FAILURE:106:could not bind to the requested symbol name
/openssl/
H A DNEWS.md685 * Claim the namespaces OSSL and OPENSSL, represented as symbol prefixes
H A DCHANGES.md12215 this change is covered by the OPENSSL_NO_DEPRECATED symbol. As always,
12216 developers should define this symbol when building and using openssl to
12576 the new ones. The OPENSSL_NO_DEPRECATED symbol can be used to hide
16894 about each symbol, as well as presenting variables as well
17692 to 1 it signals that the assembler should use a symbol whose
17762 one of these sections, a pre-processor symbol `OPENSSL_..._DEFINES`
18001 string with an "undefined" symbol (neither command nor alphanumeric
19953 * Fix Win32 symbol export lists for BIO functions: Added

Completed in 101 milliseconds