Home
last modified time | relevance | path

Searched refs:env (Results 1 – 25 of 40) sorted by relevance

12

/openssl/crypto/
H A Dcpuid.c100 const variant_char *env; in OPENSSL_cpuid_setup() local
106 if ((env = ossl_getenv("OPENSSL_ia32cap")) != NULL) { in OPENSSL_cpuid_setup()
107 int off = (env[0] == '~') ? 1 : 0; in OPENSSL_cpuid_setup()
109 vec = ossl_strtouint64(env + off); in OPENSSL_cpuid_setup()
125 } else if (env[0] == ':') { in OPENSSL_cpuid_setup()
129 if ((env = ossl_strchr(env, ':')) != NULL) { in OPENSSL_cpuid_setup()
132 env++; in OPENSSL_cpuid_setup()
133 off = (env[0] == '~') ? 1 : 0; in OPENSSL_cpuid_setup()
134 vecx = ossl_strtouint64(env + off); in OPENSSL_cpuid_setup()
H A Dinfo.c52 const char *env; in DEFINE_RUN_ONCE_STATIC() local
60 if ((env = getenv("OPENSSL_ia32cap")) != NULL) in DEFINE_RUN_ONCE_STATIC()
63 " env:%s", env); in DEFINE_RUN_ONCE_STATIC()
65 const char *env; in DEFINE_RUN_ONCE_STATIC()
69 if ((env = getenv("OPENSSL_armcap")) != NULL) in DEFINE_RUN_ONCE_STATIC()
72 " env:%s", env); in DEFINE_RUN_ONCE_STATIC()
74 const char *env; in DEFINE_RUN_ONCE_STATIC()
105 if ((env = getenv("OPENSSL_s390xcap")) != NULL) in DEFINE_RUN_ONCE_STATIC()
108 " env:%s", env); in DEFINE_RUN_ONCE_STATIC()
110 const char *env; in DEFINE_RUN_ONCE_STATIC()
[all …]
H A Ds390xcap.c80 static const char *env; variable
174 env = getenv("OPENSSL_s390xcap"); in OPENSSL_cpuid_setup()
175 if (env != NULL) { in OPENSSL_cpuid_setup()
177 env = NULL; in OPENSSL_cpuid_setup()
180 if (env != NULL) { in OPENSSL_cpuid_setup()
188 if (env != NULL) { in OPENSSL_cpuid_setup()
757 buff = malloc(strlen(env) + 1); in parse_env()
763 strcpy(buff, env); in parse_env()
/openssl/crypto/cms/
H A Dcms_env.c231 CMS_EnvelopedData *env; in CMS_EnvelopedData_create_ex() local
237 if (env == NULL) in CMS_EnvelopedData_create_ex()
264 if (env == NULL) { in CMS_EnvelopedData_decrypt()
273 ci->d.envelopedData = env; in CMS_EnvelopedData_decrypt()
1089 if (env->version >= 4) in cms_env_set_version()
1094 if (env->version >= 3) in cms_env_set_version()
1107 if (env->originatorInfo || env->unprotectedAttrs) in cms_env_set_version()
1108 env->version = 2; in cms_env_set_version()
1109 if (env->version == 2) in cms_env_set_version()
1111 env->version = 0; in cms_env_set_version()
[all …]
/openssl/crypto/async/arch/
H A Dasync_posix.h59 jmp_buf env; member
74 if (!r || !_setjmp(o->env)) { in async_fibre_swapcontext()
76 _longjmp(n->env, 1); in async_fibre_swapcontext()
/openssl/
H A DConfigure377 if (defined env($local_config_envname)) {
738 AR => env('AR'),
742 CC => env('CC'),
743 CFLAGS => [ env('CFLAGS') || () ],
744 CXX => env('CXX'),
750 CROSS_COMPILE => env('CROSS_COMPILE'),
751 HASHBANGPERL=> env('HASHBANGPERL') || env('PERL'),
758 RANLIB => env('RANLIB'),
759 RC => env('RC') || env('WINDRES'),
1217 $value //= env($_) unless $anyuseradd;
[all …]
H A DNOTES-DJGPP.md24 `WATT_ROOT="/dev/env/DJDIR/watt32"`.
29 ./Configure no-threads --prefix=/dev/env/DJDIR DJGPP
H A DNOTES-ANDROID.md86 env EXE_SHELL=qemu-<arch> make test
90 env EXE_SHELL="qemu-mips64el -cpu MIPS64R6-generic" make test
/openssl/Configurations/
H A D10-main.conf88 my $wceplatf = env('PLATFORM');
1666 add(combine(sub { defined(env('WCECOMPAT'))
1680 if (defined(env('WCECOMPAT'))) {
1690 if (defined(env('PORTSDK_LIBPATH')));
1692 if (env('TARGETCPU') =~ /^X86|^ARMV4[IT]/);
2057 CC => sub { env('CC') },
2062 dso_scheme => sub { env('LIBSSL_dlfcn') },
2065 ranlib => sub { env('RANLIB') },
2069 CC => sub { env('CC') },
2074 dso_scheme => sub { env('LIBSSL_dlfcn') },
[all …]
/openssl/.github/workflows/
H A Dwindows_comp.yml48 $env:Path+=";C:\vcpkg\packages\zstd_x64-windows\bin"
70 $env:Path+=";C:\vcpkg\packages\zstd_x64-windows\bin"
80 $env:Path+=";C:\vcpkg\packages\zstd_x64-windows\bin"
107 $env:Path+=";C:\vcpkg\packages\brotli_x64-windows\bin"
129 $env:Path+=";C:\vcpkg\packages\brotli_x64-windows\bin"
136 $env:Path+=";C:\vcpkg\packages\brotli_x64-windows\bin"
H A Ddeploy-docs-openssl-org.yml21 env:
H A Dprovider-compatibility.yml23 env:
72 ./config --banner=Configured enable-shared enable-fips ${{ env.opts }}
146 ./config --banner=Configured enable-shared enable-fips ${{ env.opts }}
H A Dstyle-checks.yml12 env:
H A Dprov-compat-label.yml18 env:
68 ./config --banner=Configured enable-shared enable-fips ${{ env.opts }}
147 ./config --banner=Configured enable-shared enable-fips ${{ env.opts }}
H A Drun-checker-ci.yml14 env:
H A Dinterop-tests.yml21 env:
H A Dcoveralls.yml89 git-commit: ${{ env.githubid }}
/openssl/VMS/
H A Dtest-includes.com8 $ define openssl 'f$env("DEFAULT")'
/openssl/doc/man3/
H A DCMS_EncryptedData_decrypt.pod16 BIO *CMS_EnvelopedData_decrypt(CMS_EnvelopedData *env, BIO *detached_data,
36 a CMS EnvelopedData object I<env> using the symmetric key I<secret> if it
H A DOPENSSL_ia32cap.pod9 env OPENSSL_ia32cap=... <application>
74 C<env OPENSSL_ia32cap=0x16980010 apps/openssl>, or better yet
75 C<env OPENSSL_ia32cap=~0x1000000 apps/openssl> would achieve the desired
H A DOPENSSL_riscvcap.pod9 env OPENSSL_riscvcap=... <application>
/openssl/apps/
H A Drehash.c515 const char *env, *prog; in rehash_main() local
563 } else if ((env = getenv(X509_get_default_cert_dir_env())) != NULL) { in rehash_main()
565 m = OPENSSL_strdup(env); in rehash_main()
/openssl/test/
H A DREADME-dev.md47 #! /usr/bin/env perl
70 #! /usr/bin/env perl
/openssl/doc/man1/
H A Dopenssl-passphrase-options.pod41 =item B<env:>I<var>
/openssl/doc/man7/
H A Dopenssl-env.pod5 openssl-env - OpenSSL environment variables

Completed in 50 milliseconds

12