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

/freebsd-10.0-release/crypto/openssl/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;
777 return("") if $no_dh && $dir =~ /\/dh/;
830 @a=grep(!/_dhp$/,@a) if $no_dh;
843 @a=grep(!/(^dh$)|(^gendh$)/,@a) if $no_dh;
1109 "no-dh" => \$no_dh,
1137 \$no_md2, \$no_sha, \$no_mdc2, \$no_dsa, \$no_dh,
H A Dmkdef.pl140 my $no_rsa; my $no_dsa; my $no_dh; my $no_hmac=0; my $no_aes; my $no_krb5;
213 elsif (/^no-dh$/) { $no_dh=1; }
312 $crypto.=" crypto/dh/dh.h" ; # unless $no_dh;
1183 if ($keyword eq "DH" && $no_dh) { return 0; }
/freebsd-10.0-release/sys/compat/ndis/
H A Dsubr_ntoskrnl.c3440 InitializeListHead((&nr->no_dh.dh_waitlisthead));
3442 nr->no_dh.dh_type = DISP_TYPE_THREAD;
3443 nr->no_dh.dh_sigstate = 0;
3444 nr->no_dh.dh_size = (uint8_t)(sizeof(struct thread) /
3574 nr->no_dh.dh_sigstate = 1;
3575 ntoskrnl_waittest(&nr->no_dh, IO_NO_INCREMENT);
H A Dntoskrnl_var.h352 nt_dispatch_header no_dh; member in struct:nt_objref

Completed in 179 milliseconds