Searched refs:dh (Results 101 - 125 of 238) sorted by relevance

12345678910

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/util/
H A Dbat.sh72 return("") if $no_dh && $dir =~ /\/dh/;
124 @a=grep(!/(^dh$)|(^gendh$)/,@a) if $no_dh;
126 @a=grep(!/(^dh)|(_sha1$)|(m_dss1$)/,@a) if $no_sha1;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grodvi/
H A Ddvi.cpp649 int dh = p[0]; local
657 if (dh < 0) {
658 oh += dh;
659 dh = -dh;
664 out4(dh);
867 int dh = p[0]; local
868 if (dh == 0)
879 if (dh < 0) {
880 oh += dh;
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A DNTMakefile56 $(HCRYPTOINCLUDEDIR)\dh.h \
99 $(OBJ)\dh.obj \
100 $(OBJ)\dh-ltm.obj \
101 $(OBJ)\dh-tfm.obj \
H A Dengine.c57 const DH_METHOD *dh; member in struct:hc_engine
134 engine->dh = method;
166 return engine->dh;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dexcess-precision-3.c20 volatile double dh = 0x1.0p-24; variable
38 f = d1 + dh + d3;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/bin/
H A DMakefile34 SRCS+= verify.c asn1pars.c req.c dgst.c dh.c dhparam.c enc.c passwd.c gendh.c errstr.c ca.c \
64 # openssl dh \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/err/
H A Derr_all.c74 #include <openssl/dh.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/test/
H A Dtestfipsssl92 if ../util/shlib_wrap.sh ../apps/openssl no-dh; then
105 if ../util/shlib_wrap.sh ../apps/openssl no-dh; then
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/lib/libcrypto/man/
H A DMakefile50 for i in bio blowfish bn bn_internal buffer des dh ecdsa \
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dstree.c195 Tinsertavl(TREE ** t, const char *p, int find, int *dh) argument
203 *dh = 1;
209 *dh = 0;
223 *dh = deltah;
/netbsd-6-1-5-RELEASE/sys/fs/msdosfs/
H A Ddirentry.h126 void dos2unixtime(u_int dd, u_int dt, u_int dh, int gmtoff,
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dpcap-libdlpi.c104 dlpi_handle_t dh; local
113 retv = dlpi_open(p->opt.source, &dh, DLPI_RAW|DLPI_PASSIVE);
123 p->dlpi_hd = dh;
/netbsd-6-1-5-RELEASE/sys/crypto/des/arch/i386/
H A Ddes_cbc.S125 movb 6(%esi), %dh
128 movb 5(%esi), %dh
206 movb %dh, 5(%edi)
329 movb 6(%esi), %dh
332 movb 5(%esi), %dh
410 movb %dh, 5(%edi)
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/
H A Dbios_disk.S93 * %dh = head
107 movb 44(%esp), %dh
173 movb $1, %dh # max head
187 movb %dh, %cl # max head
/netbsd-6-1-5-RELEASE/sys/fs/smbfs/
H A Dsmbfs_subr.c219 smb_dos2unixtime(u_int dd, u_int dt, u_int dh, int tzoff, argument
236 + dh / 100;
260 tsp->tv_nsec = (dh % 100) * 10000000;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Dd1_srvr.c126 #include <openssl/dh.h>
1049 DH *dh=NULL,*dhp; local
1124 if (s->s3->tmp.dh != NULL)
1126 DH_free(dh);
1131 if ((dh=DHparams_dup(dhp)) == NULL)
1137 s->s3->tmp.dh=dh;
1142 if(!DH_generate_key(dh))
1151 dh->pub_key=BN_dup(dhp->pub_key);
1152 dh
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ts/
H A DMakefile91 ts_asn1.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
107 ts_conf.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
123 ts_err.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
139 ts_lib.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
154 ts_req_print.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
171 ts_req_utils.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
188 ts_rsp_print.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
205 ts_rsp_sign.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
222 ts_rsp_utils.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
239 ts_rsp_verify.o: ../../include/openssl/dh
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dtls_o.c299 DH *dh = NULL; local
310 while (( dh=PEM_read_bio_DHparams( bio, NULL, NULL, NULL ))) {
313 p->keylength = DH_size( dh ) * 8;
314 p->param = dh;
1215 DH *dh = NULL; local
1241 dh = PEM_read_bio_DHparams( b, NULL, NULL, NULL );
1246 if ( !dh ) {
1247 dh = DH_generate_parameters( key_length, DH_GENERATOR_2, NULL, NULL );
1249 if ( dh ) {
1253 p->param = dh;
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/qbus/
H A Dif_dmc.c560 struct dmc_header *dh; local
608 dh = (struct dmc_header *)ifrw->ifrw_addr;
609 dh->dmc_type = ntohs((u_short)dh->dmc_type);
625 switch (dh->dmc_type) {
770 struct dmc_header *dh; local
788 dh = (struct dmc_header *)dst->sa_data;
789 type = dh->dmc_type;
808 dh = mtod(m, struct dmc_header *);
809 dh
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/crypto/
H A Ddh_groups.c550 * @dh: Selected Diffie-Hellman group
554 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv) argument
559 if (dh == NULL)
563 *priv = wpabuf_alloc(dh->prime_len);
567 if (os_get_random(wpabuf_put(*priv, dh->prime_len), dh->prime_len)) {
573 if (os_memcmp(wpabuf_head(*priv), dh->prime, dh->prime_len) > 0) {
579 pv_len = dh->prime_len;
583 if (crypto_mod_exp(dh
605 dh_derive_shared(const struct wpabuf *peer_public, const struct wpabuf *own_private, const struct dh_group *dh) argument
[all...]
/netbsd-6-1-5-RELEASE/etc/etc.vax/
H A DMAKEDEV.conf119 dhu[0-9]*|dh[0-9]*|dmf[0-9]*|dmz[0-9]*|vt[0-9]*)
167 dh*) name=dh; major=12; count=16
168 unit=${i#dh}
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dlocal2.c689 int sl, sh, dl, dh; local
697 dh = rh[d-RD0];
700 if (sl == dh || sh == dl) {
703 SW(dl, dh);
707 if (sh != dh)
708 printf("\tcopy\t%s,%s\n", rnames[sh], rnames[dh]);
/netbsd-6-1-5-RELEASE/sys/crypto/blowfish/arch/i386/
H A Dbf_cbc.S131 movb 6(%esi), %dh
134 movb 5(%esi), %dh
236 movb %dh, 5(%edi)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dp_lib.c74 #include <openssl/dh.h>
355 DH_up_ref(pkey->pkey.dh);
356 return pkey->pkey.dh;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dsysdump.c42 static void dh (unsigned char *, int);
84 dh (unsigned char *ptr, int size) function
140 dh (ptr, size);

Completed in 307 milliseconds

12345678910