Home
last modified time | relevance | path

Searched refs:PATH (Results 1 – 22 of 22) sorted by relevance

/openssl/util/
H A Dopensslwrap.sh22 PATH="${HERE}..:$PATH"; export PATH
H A Dshlib_wrap.sh.in101 # Even though $PATH is adjusted [for Windows sake], it doesn't
106 PATH="${THERE}:$PATH"; export PATH
/openssl/
H A DNOTES-ANDROID.md25 you still need to know the prefix to extend your PATH, in order to
29 Apart from `PATH` adjustment, you need to set `ANDROID_NDK_ROOT` environment
41PATH=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin:$ANDROID_NDK_ROOT/toolchains/arm-…
50 PATH=$ANDROID_NDK_ROOT/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin:$PATH
62 One can engage clang by adjusting PATH to cover the same NDK's clang. Just
64 Also, PATH would need even further adjustment to cover unprefixed, yet
71 target name to Configure and shouldn't use `-D__ANDROID_API__=N`. `PATH`
72 adjustment becomes simpler, `$ANDROID_NDK_ROOT/bin:$PATH` suffices.
H A DNOTES-WINDOWS.md63 3. Make sure both Perl and NASM are on your %PATH%
194 These compilers must be on your MSYS2 $PATH.
195 A common error is to not have these on your $PATH.
274 and ensure it is in the $PATH
H A DNOTES-NONSTOP.md123 Your `PATH` must include the bin directory for the c99 cross-compiler, as in:
125 export PATH=/cygdrive/c/Program\ Files\ \(x86\)/HPE\ NonStop/L16.05/usr/bin:$PATH
H A DINSTALL.md1409 $ /PATH/TO/OPENSSL/SOURCE/Configure [options...]
1416 $ perl D:[PATH.TO.OPENSSL.SOURCE]Configure [options...]
1423 $ perl d:\PATH\TO\OPENSSL\SOURCE\Configure [options...]
H A DCHANGES.md16440 in the bctest version that searches along $PATH).
16479 * Enhance bctest to search for a working bc along $PATH and print
18142 $PATH. Just exploiting of the BWX extension results in 20-30%
19210 *directory* in $PATH was also accepted as the interpreter.
/openssl/tools/
H A Dc_rehash.in64 $ENV{PATH} = "$prefix/bin" . ($ENV{PATH} ? $path_delim . $ENV{PATH} : "");
68 foreach (split /$path_delim/, $ENV{PATH}) {
/openssl/test/recipes/95-test_external_gost_engine_data/
H A Dgost_engine.sh32 export PATH="$O_EXE:$PATH"
/openssl/test/recipes/95-test_external_pyca_data/
H A Dcryptography.sh22 export PATH=$O_EXE:$PATH
/openssl/Configurations/
H A DREADME-design.md426 generatesrc(src => "PATH/TO/tobegenerated",
430 incs => [ "INCL/PATH", ... ],
454 src2obj(obj => "PATH/TO/objectfile",
457 incs => [ "INCL/PATH", ... ]
477 obj2lib(lib => "PATH/TO/libfile",
498 obj2shlib(shlib => "PATH/TO/shlibfile",
499 lib => "PATH/TO/libfile",
518 obj2dso(lib => "PATH/TO/libfile",
520 deps => [ "PATH/TO/otherlibfile",
532 obj2bin(bin => "PATH/TO/binfile",
[all …]
H A DREADME.md516 generatesrc(src => "PATH/TO/tobegenerated",
521 incs => [ "INCL/PATH", ... ],
545 src2obj(obj => "PATH/TO/objectfile",
548 incs => [ "INCL/PATH", ... ]
568 obj2lib(lib => "PATH/TO/libfile",
589 obj2shlib(shlib => "PATH/TO/shlibfile",
590 lib => "PATH/TO/libfile",
609 obj2dso(lib => "PATH/TO/libfile",
611 deps => [ "PATH/TO/otherlibfile",
623 obj2bin(bin => "PATH/TO/binfile",
[all …]
H A Dunix-Makefile.tmpl1423 ( echo >&2 "ERROR: unifdef not in your \$$PATH, FIPS checksums not calculated"; \
/openssl/test/recipes/95-test_external_tlsfuzzer_data/
H A Dtlsfuzzer.sh31 export PATH="$O_EXE:$PATH"
/openssl/test/recipes/95-test_external_oqsprovider_data/
H A Doqsprovider.sh32 export PATH="$O_EXE:$PATH"
/openssl/doc/man1/
H A Dopenssl-info.pod.in65 This is typically used to construct C<$PATH> (C<%PATH%> on Windows)
H A Dopenssl-rehash.pod.in51 like the Unix B<PATH> variable.
80 fingerprints. If not found in the user's B<PATH>, then set the
/openssl/exporters/cmake/
H A DOpenSSLConfig.cmake.in90 get_filename_component(_ossl_prefix "${CMAKE_CURRENT_LIST_FILE}" PATH)
98 $OUT .= 'get_filename_component(_ossl_prefix "${_ossl_prefix}" PATH)' . "\n"
/openssl/doc/man3/
H A DOpenSSL_version.pod202 value of the environment variable C<$PATH> on Unix (where the
203 separator is C<:>) or C<%PATH%> on Windows (where the separator is
/openssl/.github/workflows/
H A Dwindows.yml186 # Checkout before cygwin can mess with PATH...
/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl102 die "no assembler found on %PATH%" if (!($nasm || $masm));
/openssl/doc/man7/
H A Dfips_module.pod67 to not have the correct version of OpenSSL in your $PATH. Check that you are

Completed in 95 milliseconds