Searched refs:scripts (Results 1 – 25 of 36) sorted by relevance
12
/openssl/test/recipes/95-test_external_oqsprovider_data/ |
H A D | oqsprovider.sh | 71 export OQS_PROVIDER_TESTSCRIPTS=$SRCTOP/oqs-provider/scripts 75 …st/recipes/95-test_external_oqsprovider_data/oqsprovider-pkcs12gen.sh $SRCTOP/oqs-provider/scripts/ 76 $SRCTOP/oqs-provider/scripts/runtests.sh -V
|
/openssl/VMS/ |
H A D | msg_install.com | 4 $ ! P1 startup / setup / shutdown scripts directory
|
H A D | msg_staging.com | 9 $ ! P5 startup / setup / shutdown scripts directory
|
/openssl/ |
H A D | NOTES-UNIX.md | 13 configuration scripts MUST be in a form that the compiler can accept. 29 scripts do NOT generally set the runtime shared library search path for 49 OpenSSL's configuration scripts recognise all these options and pass
|
H A D | Configure | 2059 my @scripts = (); 2354 scripts => [ @scripts ] ); 2787 scripts => { script => { src => [ 'sources' ], 2911 "script" => [ @{$unified_info{scripts}} ],
|
/openssl/crypto/perlasm/ |
H A D | README.md | 1 Perl scripts for assembler sources 4 The perl scripts in this directory are my 'hack' to generate
|
/openssl/demos/certs/ |
H A D | README.txt | 7 automatically using scripts. Example creates a root CA, an intermediate CA
|
/openssl/dev/release-aux/ |
H A D | README.md | 29 Fixup scripts for specific files, to be done for the release
|
/openssl/Configurations/ |
H A D | common0.tmpl | 27 @{$unified_info{scripts}} ) );
|
H A D | README-design.md | 29 as scripts, library files and programs) and source files (such as C 50 scripts to be produced, source files, dependencies, etc etc etc. 106 using some script, in this case a perl script, and how such scripts 222 'scripts', and the array of files list the files of 231 scripts => a list of scripts. There are directly inferred from
|
H A D | windows-makefile.tmpl | 74 SCRIPTS={- our @SCRIPTS = @{$unified_info{scripts}}; join(" ", @SCRIPTS) -} 148 grep { !$unified_info{attributes}->{scripts}->{$_}->{noinst} 149 && !$unified_info{attributes}->{scripts}->{$_}->{misc} } 150 @{$unified_info{scripts}}) 154 grep { !$unified_info{attributes}->{scripts}->{$_}->{noinst} 155 && $unified_info{attributes}->{scripts}->{$_}->{misc} } 156 @{$unified_info{scripts}})
|
H A D | README.md | 13 *.pm Helper scripts / modules for the main `Configure` 14 script. See 'Configure helper scripts for more 657 Configure helper scripts 660 Configure uses helper scripts in this directory: 662 Checker scripts 665 These scripts are per platform family, to check the integrity of the
|
H A D | descrip.mms.tmpl | 76 grep { !$unified_info{attributes}->{scripts}->{$_}->{noinst} 77 && !$unified_info{attributes}->{scripts}->{$_}->{misc} } 78 @{$unified_info{scripts}}; 80 grep { !$unified_info{attributes}->{scripts}->{$_}->{noinst} 81 && $unified_info{attributes}->{scripts}->{$_}->{misc} } 82 @{$unified_info{scripts}}; 330 SCRIPTS={- join(", ", map { "-\n\t".$_ } @{$unified_info{scripts}}) -} 575 {- join("\n\t", map { "- DELETE $_;*" } @{$unified_info{scripts}}) || "@ !" -} 696 @ ! Install scripts
|
H A D | gentemplate.pm | 28 foreach (@{$generator->{info}->{scripts}}) { $generator->doscript($_); }
|
H A D | unix-Makefile.tmpl | 122 fill_lines(" ", $COLUMNS - 8, @{$unified_info{scripts}})) -} 222 map { my $x = $unified_info{attributes}->{scripts}->{$_}->{linkname}; 224 grep { !$unified_info{attributes}->{scripts}->{$_}->{noinst} 225 && !$unified_info{attributes}->{scripts}->{$_}->{misc} } 226 @{$unified_info{scripts}})) 231 map { my $x = $unified_info{attributes}->{scripts}->{$_}->{linkname}; 233 grep { !$unified_info{attributes}->{scripts}->{$_}->{noinst} 234 && $unified_info{attributes}->{scripts}->{$_}->{misc} } 235 @{$unified_info{scripts}})) 534 {- dependmagic('build_programs', 'Build the openssl executables and scripts'); -}: build_programs_n…
|
/openssl/test/ |
H A D | json_test.c | 490 static const info_func scripts[] = { 685 for (i = 0; i < OSSL_NELEM(scripts); ++i) in test_json_enc() 686 if (!TEST_true(run_script(scripts[i]()))) in test_json_enc()
|
H A D | quic_txp_test.c | 1259 static const struct script_op *const scripts[] = { variable 1612 return run_script(idx, scripts[idx]); in test_script() 1698 ADD_ALL_TESTS(test_script, OSSL_NELEM(scripts)); in setup_tests()
|
/openssl/doc/man1/ |
H A D | openssl-info.pod.in | 26 makes useful for scripts.
|
H A D | openssl-gendsa.pod.in | 70 be handy during batch scripts and pipelines.
|
H A D | openssl-dsaparam.pod.in | 89 be handy during batch scripts and pipelines.
|
H A D | openssl-genrsa.pod.in | 85 be handy during batch scripts and pipelines.
|
H A D | openssl-dhparam.pod.in | 118 undesirable in batch scripts or pipelines.
|
/openssl/.github/workflows/ |
H A D | interop-tests.yml | 32 fips-mode-setup crypto-policies-scripts
|
/openssl/doc/internal/man7/ |
H A D | build.info.pod | 73 (programs, libraries, modules or scripts) are to be produced, and from 142 C<awesome-plugin>, a couple of scripts C<tool1> and C<tool2>, and 417 Collects names of scripts that should be built, or that just exist. 422 scripts given in such a statement. For example: 582 This is used with B<SCRIPTS>, to specify that some scripts should be
|
/openssl/crypto/chacha/asm/ |
H A D | chacha-armv8-sve.pl | 902 $scripts = <<___; 934 print FH $scripts;
|
Completed in 87 milliseconds
12