Searched refs:no_dh (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/test/
H A Dtestssl.com172 $ no_dh=$SEVERITY
174 $ if no_dh
191 $ if no_dh
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/util/
H A Dbat.sh72 return("") if $no_dh && $dir =~ /\/dh/;
114 @a=grep(!/_dhp$/,@a) if $no_dh;
124 @a=grep(!/(^dh$)|(^gendh$)/,@a) if $no_dh;
H A Dmk1mf.pl149 $no_ssl3=1 if ($no_rsa && $no_dh);
265 $cflags.=" -DOPENSSL_NO_DH" if $no_dh;
783 return("") if $no_dh && $dir =~ /\/dh/;
836 @a=grep(!/_dhp$/,@a) if $no_dh;
849 @a=grep(!/(^dh$)|(^gendh$)/,@a) if $no_dh;
1110 "no-dh" => \$no_dh,
1137 \$no_md2, \$no_sha, \$no_mdc2, \$no_dsa, \$no_dh,
H A Dmkdef.pl136 my $no_rsa; my $no_dsa; my $no_dh; my $no_hmac=0; my $no_aes; my $no_krb5;
209 elsif (/^no-dh$/) { $no_dh=1; }
306 $crypto.=" crypto/dh/dh.h" ; # unless $no_dh;
1177 if ($keyword eq "DH" && $no_dh) { return 0; }
/netbsd-6-1-5-RELEASE/sys/compat/ndis/
H A Dsubr_ntoskrnl.c2315 INIT_LIST_HEAD((&nr->no_dh.dh_waitlisthead));
2317 nr->no_dh.dh_size = OTYPE_THREAD;
2423 ntoskrnl_wakeup(&nr->no_dh);
H A Dntoskrnl_var.h325 nt_dispatch_header no_dh; member in struct:nt_objref

Completed in 201 milliseconds