Searched refs:no_seed (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Decparam.c109 * -no_seed - if 'explicit' parameters are chosen do not use the seed
128 int list_curves = 0, no_seed = 0, check = 0, local
207 } else if (strcmp(*argv, "-no_seed") == 0)
208 no_seed = 1;
272 BIO_printf(bio_err, " -no_seed if 'explicit'"
409 if (no_seed) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Decparam.c109 * -no_seed - if 'explicit' parameters are chosen do not use the seed
128 int list_curves = 0, no_seed = 0, check = 0, local
207 } else if (strcmp(*argv, "-no_seed") == 0)
208 no_seed = 1;
272 BIO_printf(bio_err, " -no_seed if 'explicit'"
409 if (no_seed) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Decparam.c108 * -no_seed - if 'explicit' parameters are choosen do not use the seed
127 int list_curves = 0, no_seed = 0, check = 0, local
220 else if (strcmp(*argv, "-no_seed") == 0)
221 no_seed = 1;
291 BIO_printf(bio_err, " -no_seed if 'explicit'"
454 if (no_seed)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dmk1mf.pl258 $cflags.=" -DOPENSSL_NO_SEED" if $no_seed;
842 return("") if $no_seed && $dir =~ /\/seed/;
882 @a=grep(!/^e_seed$/,@a) if $no_seed;
1179 "no-seed" => \$no_seed,
1227 \$no_aes, \$no_camellia, \$no_seed, \$no_srp],
H A Dmkdef.pl142 my $no_cast; my $no_whirlpool; my $no_camellia; my $no_seed;
224 elsif (/^no-seed$/) { $no_seed=1; }
313 $crypto.=" crypto/seed/seed.h"; # unless $no_seed;
1197 if ($keyword eq "SEED" && $no_seed) { return 0; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dmk1mf.pl258 $cflags.=" -DOPENSSL_NO_SEED" if $no_seed;
842 return("") if $no_seed && $dir =~ /\/seed/;
882 @a=grep(!/^e_seed$/,@a) if $no_seed;
1179 "no-seed" => \$no_seed,
1227 \$no_aes, \$no_camellia, \$no_seed, \$no_srp],
H A Dmkdef.pl142 my $no_cast; my $no_whirlpool; my $no_camellia; my $no_seed;
224 elsif (/^no-seed$/) { $no_seed=1; }
313 $crypto.=" crypto/seed/seed.h"; # unless $no_seed;
1197 if ($keyword eq "SEED" && $no_seed) { return 0; }

Completed in 73 milliseconds