Searched refs:api (Results 1 – 15 of 15) sorted by relevance
/openssl/Configurations/ |
H A D | 15-android.conf | 55 my ($sysroot, $api, $arch); 62 ($api, $arch) = ($1, $2); 66 $api = "*"; 71 $api = $1; 81 die "no $ndk/platforms/android-$api" if ($#platforms < 0); 85 $api = $1; 86 } elsif ($api eq "*") { 92 $api = $1; 98 die "Could not get default API Level" if ($api eq "*"); 119 $user{CC} = "$tridefault$api-clang"; [all …]
|
/openssl/crypto/thread/ |
H A D | build.info | 12 api.c internal.c $THREADS_ARCH 17 $THREADS=api.c arch/thread_win.c
|
/openssl/ |
H A D | Configure | 1023 my $api = $1; 1024 die "Unknown API compatibility level $api" 1025 unless defined $apitable->{$api}; 1026 $config{api}=$apitable->{$api}; 1750 $config{api} = $config{major} * 10000 + $config{minor} * 100 1751 unless $config{api}; 1754 if $disabled{deprecated} && $config{api} >= $apitable->{$_}; 1769 "OPENSSL_CONFIGURED_API=".$config{api},
|
H A D | NOTES-ANDROID.md | 55 variable set to `$ANDROID_NDK_ROOT/platforms/android-<api>/arch-<arch>` to
|
H A D | INSTALL.md | 17 - [API Level](#api-level) 288 --api=x.y[.z] 295 --api=1.1.0 no-deprecated 301 If `--api` isn't given, it defaults to the current (minor) OpenSSL version. 747 given with `--api` (or the current version, if `--api` wasn't specified). 1077 Build with support for the integrated tracing api.
|
H A D | README.md | 269 <https://ci.appveyor.com/api/projects/status/8e10o7xfrg73v98f/branch/master?svg=true>
|
H A D | NEWS.md | 809 argument, or via the "--api=1.1.0|1.0.0|0.9.8" option.
|
H A D | CHANGES.md | 2845 * Change the interpretation of the '--api' configuration option to 5585 should be used with the --api=1.1.0 option to entirely remove 20804 * Changed some BIGNUM api stuff.
|
/openssl/util/ |
H A D | mkdef.pl | 204 $verdict = 0 if $config{api} >= $symdep;
|
/openssl/doc/internal/man7/ |
H A D | deprecation.pod | 28 configuration option C<--api>, or if the user chooses to do so, with
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api.md | 8 - [QUIC API Overview](#quic-api-overview) 83 [quic-api-ssl-funcs.md](./quic-api-ssl-funcs.md). 87 APIs are not listed here; see [quic-api-ssl-funcs.md](./quic-api-ssl-funcs.md)
|
H A D | record-layer.md | 149 [Appendix A](#appendix-a-the-internal-record-method-api).
|
H A D | quic-api-ssl-funcs.md | 4 This document is a companion to the [QUIC API Overview](./quic-api.md) which
|
/openssl/providers/ |
H A D | fips.module.sources | 374 crypto/thread/api.c
|
H A D | fips-sources.checksums | 374 c0c4fd0f112465c6766072e25268c2f9019430e2c08c3c0a4271603d24d79f04 crypto/thread/api.c
|
Completed in 135 milliseconds