| /src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| 15-test_genec.t | 177 foreach my $outform (@output_formats) { 178 my $outfile = "ecgen.${curvename}.${paramenc}." . lc $outform; 183 '-outform', $outform, 185 "genpkey EC params ${curvename} with ec_param_enc:'${paramenc}' (${outform})"); 197 foreach my $outform (@output_formats) { 198 my $outfile = "ecgen.${curvename}.${paramenc}." . lc $outform; 203 '-outform', $outform, 205 "genpkey EC key on ${curvename} with ec_param_enc:'${paramenc}' (${outform})"); [all...] |
| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 15-test_genec.t | 213 foreach my $outform (@output_formats) { 214 my $outfile = "ecgen.${curvename}.${paramenc}." . lc $outform; 215 $fn->("genpkey EC params ${curvename} with ec_param_enc:'${paramenc}' (${outform})", 220 '-outform', $outform, 233 foreach my $outform (@output_formats) { 234 my $outfile = "ecgen.${curvename}.${paramenc}." . lc $outform; 235 my $outpubfile = "ecgen.${curvename}.${paramenc}-pub." . lc $outform; 236 $fn->("genpkey EC key on ${curvename} with ec_param_enc:'${paramenc}' (${outform})", 241 '-outform', $outform [all...] |
| 15-test_ml_dsa_codecs.t | 47 '-outform', 'DER', '-out', $der0]))); 58 '-outform', 'DER', '-out', $der]))); 169 "hexseed:$seed", qw(-outform DER -out), $real])), 173 "hexseed:$weed", qw(-outform DER -out), $fake])),
|
| 15-test_ml_kem_codecs.t | 43 '-outform', 'DER', '-out', $der0]))); 54 '-outform', 'DER', '-out', $der]))); 174 "hexseed:$seed", qw(-outform DER -out), $real])), 178 "hexseed:$weed", qw(-outform DER -out), $fake])),
|
| 80-test_ca.t | 48 '-extra-req', qq{-outform DER -section userreq -key "$eekey"}])),
|
| /src/crypto/external/bsd/openssl/dist/test/recipes/ |
| 15-test_genec.t | 213 foreach my $outform (@output_formats) { 214 my $outfile = "ecgen.${curvename}.${paramenc}." . lc $outform; 215 $fn->("genpkey EC params ${curvename} with ec_param_enc:'${paramenc}' (${outform})", 220 '-outform', $outform, 233 foreach my $outform (@output_formats) { 234 my $outfile = "ecgen.${curvename}.${paramenc}." . lc $outform; 235 $fn->("genpkey EC key on ${curvename} with ec_param_enc:'${paramenc}' (${outform})", 240 '-outform', $outform, [all...] |
| /src/external/gpl2/dtc/dist/ |
| dtc.c | 166 const char *outform = NULL; local 188 outform = optarg; 290 if (outform == NULL) { 291 outform = guess_type_by_name(outname, NULL); 292 if (outform == NULL) { 294 outform = "dtb"; 296 outform = "dts"; 299 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) 352 if (streq(outform, "dts")) { 355 } else if (streq(outform, "yaml")) [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/hx509/data/ |
| gen-req.sh | 161 -outform DER \ 172 -outform DER \ 184 -outform DER \ 195 -outform DER \ 206 -outform DER \ 217 -outform DER \ 226 -outform DER \ 236 -outform DER \ 246 -outform DER \ 256 -outform DER [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| a_mbstr.c | 49 int outform, outlen = 0; local 121 outform = MBSTRING_ASC; 132 outform = MBSTRING_BMP; 135 outform = MBSTRING_UNIV; 138 outform = MBSTRING_UTF8; 157 if (inform == outform) { 170 switch (outform) {
|
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| a_mbstr.c | 49 int outform, outlen = 0; local 118 outform = MBSTRING_ASC; 129 outform = MBSTRING_BMP; 132 outform = MBSTRING_UNIV; 135 outform = MBSTRING_UTF8; 154 if (inform == outform) { 167 switch (outform) {
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| a_mbstr.c | 48 int outform, outlen = 0; local 120 outform = MBSTRING_ASC; 131 outform = MBSTRING_BMP; 134 outform = MBSTRING_UNIV; 137 outform = MBSTRING_UTF8; 158 if (inform == outform) { 167 switch (outform) {
|
| /src/external/ibm-public/postfix/dist/conf/ |
| postfix-tls-script | 417 $openssl $cmd -pubin -outform DER | 431 $openssl $cmd -pubin -outform DER |
|