Home
last modified time | relevance | path

Searched refs:api (Results 1 – 15 of 15) sorted by relevance

/openssl/Configurations/
H A D15-android.conf55 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 Dbuild.info12 api.c internal.c $THREADS_ARCH
17 $THREADS=api.c arch/thread_win.c
/openssl/
H A DConfigure1023 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 DNOTES-ANDROID.md55 variable set to `$ANDROID_NDK_ROOT/platforms/android-<api>/arch-<arch>` to
H A DINSTALL.md17 - [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 DREADME.md269 <https://ci.appveyor.com/api/projects/status/8e10o7xfrg73v98f/branch/master?svg=true>
H A DNEWS.md809 argument, or via the "--api=1.1.0|1.0.0|0.9.8" option.
H A DCHANGES.md2845 * 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 Dmkdef.pl204 $verdict = 0 if $config{api} >= $symdep;
/openssl/doc/internal/man7/
H A Ddeprecation.pod28 configuration option C<--api>, or if the user chooses to do so, with
/openssl/doc/designs/quic-design/
H A Dquic-api.md8 - [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 Drecord-layer.md149 [Appendix A](#appendix-a-the-internal-record-method-api).
H A Dquic-api-ssl-funcs.md4 This document is a companion to the [QUIC API Overview](./quic-api.md) which
/openssl/providers/
H A Dfips.module.sources374 crypto/thread/api.c
H A Dfips-sources.checksums374 c0c4fd0f112465c6766072e25268c2f9019430e2c08c3c0a4271603d24d79f04 crypto/thread/api.c

Completed in 135 milliseconds