Searched refs:arch (Results 1 – 25 of 42) sorted by relevance
12
/openssl/.github/workflows/ |
H A D | cross-compiles.yml | 22 # prefix {arch}- and the Debian compiler package gcc-{arch} 51 arch: aarch64-linux-gnu, 55 arch: alpha-linux-gnu, 71 arch: hppa-linux-gnu, 77 arch: m68k-linux-gnu, 83 arch: mips-linux-gnu, 110 arch: s390x-linux-gnu, 114 arch: sh4-linux-gnu, 124 arch: hppa-linux-gnu, 129 arch: m68k-linux-gnu, [all …]
|
H A D | windows.yml | 21 - arch: win64 24 - arch: win64 27 - arch: win32 37 arch: ${{ matrix.platform.arch }} 40 platform: ${{ matrix.platform.arch }} 86 if: ${{ matrix.platform.arch == 'win64' }} 174 - arch: win64 177 # - arch: win32
|
/openssl/crypto/thread/ |
H A D | build.info | 4 arch.c \ 5 arch/thread_win.c arch/thread_posix.c arch/thread_none.c 17 $THREADS=api.c arch/thread_win.c
|
/openssl/Configurations/ |
H A D | 15-android.conf | 55 my ($sysroot, $api, $arch); 58 $arch = $1; 61 $sysroot =~ m|/android-([0-9]+)/arch-(\w+)/?$|; 62 ($api, $arch) = ($1, $2); 83 $sysroot = "@platforms[$#platforms]/arch-$arch"; 84 $sysroot =~ m|/android-([0-9]+)/arch-$arch|; 102 my $triarch = $triplet{$arch}; 165 bn_ops => $arch =~ m/64$/ ? "SIXTY_FOUR_BIT_LONG"
|
/openssl/VMS/ |
H A D | openssl_startup.com.in | 55 $ arch := VAX 57 $ arch = F$EDIT(F$GETSYI("ARCH_NAME"),"UPCASE") 58 $ IF arch .EQS. "" THEN GOTO unknown_arch 80 .OR. F$SEARCH("WRK_INSTALLTOP:[LIB]''arch'.DIR;1") .EQS. "" - 81 .OR. F$SEARCH("WRK_INSTALLTOP:[EXE]''arch'.DIR;1") .EQS. "" - 84 $ WRITE SYS$ERROR "''INSTALLTOP' doesn't look like an OpenSSL installation for ''arch'" 98 $ DEF OSSL$LIB OSSL$INSTROOT:[LIB.'arch'] 99 $ DEF OSSL$SHARE OSSL$INSTROOT:[LIB.'arch'] 100 $ DEF OSSL$ENGINES'sv''pz' OSSL$INSTROOT:[ENGINES'sv''pz'.'arch'] 101 $ DEF OSSL$MODULES'pz' OSSL$INSTROOT:[MODULES'pz'.'arch'] [all …]
|
H A D | openssl_shutdown.com.in | 21 $ arch := VAX 23 $ arch := F$EDIT(F$GETSYI("ARCH_NAME"),"UPCASE") 24 $ IF arch .EQS. "" THEN GOTO unknown_arch
|
/openssl/crypto/async/ |
H A D | build.info | 3 async.c async_wait.c async_err.c arch/async_posix.c arch/async_win.c \ 4 arch/async_null.c
|
/openssl/crypto/perlasm/ |
H A D | ppc-xlate.pl | 92 my $arch = shift; 94 { $arch =~ s/\"//g; 95 $arch = ($flavour=~/64/) ? "ppc970-64" : "ppc970" if ($arch eq "any"); 97 ".machine $arch";
|
H A D | arm-xlate.pl | 23 my $arch = sub {
|
/openssl/util/perl/OpenSSL/ |
H A D | config.pm | 363 my ($vendor, $arch, $version, $extra) = 947 my $arch = $CL_ARCH // $1; 950 if ($arch) { 956 } -> {$arch}; 959 I do not know how to handle ${arch}.
|
/openssl/crypto/hmac/ |
H A D | build.info | 11 # Now that we have defined all the arch specific variables, use the
|
/openssl/ |
H A D | NOTES-ANDROID.md | 55 variable set to `$ANDROID_NDK_ROOT/platforms/android-<api>/arch-<arch>` to 86 env EXE_SHELL=qemu-<arch> make test
|
H A D | NOTES-VMS.md | 127 How the value of 'arch' is determined 130 'arch' is mentioned in INSTALL. It's value is determined like this: 132 arch = f$edit( f$getsyi( "arch_name"), "upcase")
|
/openssl/crypto/sm3/ |
H A D | build.info | 11 # Now that we have defined all the arch specific variables, use the
|
/openssl/crypto/bf/ |
H A D | build.info | 7 # Now that we have defined all the arch specific variables, use the
|
/openssl/crypto/cast/ |
H A D | build.info | 8 # Now that we have defined all the arch specific variables, use the
|
/openssl/crypto/rc5/ |
H A D | build.info | 7 # Now that we have defined all the arch specific variables, use the
|
/openssl/providers/implementations/exchange/ |
H A D | build.info | 16 # Now that we have defined all the arch specific variables, use the
|
/openssl/crypto/camellia/ |
H A D | build.info | 9 # Now that we have defined all the arch specific variables, use the
|
/openssl/crypto/ripemd/ |
H A D | build.info | 7 # Now that we have defined all the arch specific variables, use the
|
/openssl/crypto/whrlpool/ |
H A D | build.info | 12 # Now that we have defined all the arch specific variables, use the
|
/openssl/providers/implementations/keymgmt/ |
H A D | build.info | 26 # Now that we have defined all the arch specific variables, use the
|
/openssl/providers/implementations/ciphers/ |
H A D | build.info | 61 # Now that we have defined all the arch specific variables, use the 79 # Now that we have defined all the arch specific variables, use the
|
/openssl/crypto/rc4/ |
H A D | build.info | 12 # Now that we have defined all the arch specific variables, use the
|
/openssl/crypto/sm4/ |
H A D | build.info | 10 # Now that we have defined all the arch specific variables, use the
|
Completed in 28 milliseconds
12