Searched refs:dh (Results 201 - 225 of 238) sorted by relevance

12345678910

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_lib.c157 #include <openssl/dh.h>
3105 * \param dh the callback
3109 void SSL_CTX_set_tmp_dh_callback(SSL_CTX *ctx,DH *(*dh)(SSL *ssl,int is_export,
3112 SSL_CTX_callback_ctrl(ctx,SSL_CTRL_SET_TMP_DH_CB,(void (*)(void))dh);
3115 void SSL_set_tmp_dh_callback(SSL *ssl,DH *(*dh)(SSL *ssl,int is_export,
3118 SSL_callback_ctrl(ssl,SSL_CTRL_SET_TMP_DH_CB,(void (*)(void))dh);
H A Dssl_cert.c130 #include <openssl/dh.h>
H A DMakefile149 d1_clnt.o: ../include/openssl/dh.h ../include/openssl/dsa.h
272 d1_srvr.o: ../include/openssl/dh.h ../include/openssl/dsa.h
573 s3_clnt.o: ../include/openssl/dh.h ../include/openssl/dsa.h
615 s3_lib.o: ../include/openssl/crypto.h ../include/openssl/dh.h
677 s3_srvr.o: ../include/openssl/dh.h ../include/openssl/dsa.h
740 ssl_cert.o: ../include/openssl/dh.h ../include/openssl/dsa.h
817 ssl_lib.o: ../include/openssl/dh.h ../include/openssl/dsa.h
H A Dd1_clnt.c128 #include <openssl/dh.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ts/
H A Dts.h86 #include <openssl/dh.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/test/
H A DMakefile519 bntest.o: ../include/openssl/crypto.h ../include/openssl/dh.h
539 dhtest.o: ../include/openssl/crypto.h ../include/openssl/dh.h
546 dsatest.o: ../include/openssl/crypto.h ../include/openssl/dh.h
742 ssltest.o: ../include/openssl/crypto.h ../include/openssl/dh.h
H A Dmaketests.com175 $ T_D_DHTEST := [-.crypto.dh]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/
H A Dconfig886 for i in aes bf camellia cast des dh dsa ec hmac idea md2 md5 mdc2 rc2 rc4 rc5 ripemd rsa seed sha
H A DMakefile.org147 bn ec rsa dsa ecdsa dh ecdh dso engine \
H A DMakefile149 bn ec rsa dsa ecdsa dh ecdh dso engine \
H A Dmakevms.com744 $ EXHEADER_DH := dh.h
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Dpa-risc2W.s794 EXTRD,U %r3,31,32,%r6 ; dh=(d&0xfff)>>32
802 CMPB,*=,N %r31,%r6,$D2 ; if ((h>>32) != dh)(forward) div
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/i386/
H A Dl1om.d24 [ ]*[a-f0-9]+: 00 f7 add %dh,%bh
H A Dx86_64.d22 [ ]*[a-f0-9]+: 00 f7 add %dh,%bh
H A Dopcode.s175 mov $0x90,%dh
H A Dintel.s176 mov dh, 0x90
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/aes/asm/
H A Daes-x86_64.pl1265 movz %dh,%esi # rk[i]>>8
1275 movz %dh,%esi # rk[i]>>24
1463 movz %dh,%esi # rk[11]>>8
1473 movz %dh,%esi # rk[11]>>24
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/dsa/
H A DMakefile145 dsa_lib.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/pem/
H A DMakefile82 pem_all.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/easy_tls/
H A Deasy-tls.c94 #include <openssl/dh.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/engines/ccgost/
H A DMakefile129 gost94_keyx.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/util/
H A Dmkdef.pl209 elsif (/^no-dh$/) { $no_dh=1; }
306 $crypto.=" crypto/dh/dh.h" ; # unless $no_dh;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/
H A Drefmpn.c455 /* set *dh,*dl to mh:ml - sh:sl, in full limbs */
457 refmpn_sub_ddmmss (mp_limb_t *dh, mp_limb_t *dl, argument
461 *dh = mh - sh - (ml < sl);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dmonitor_wrap.c43 #include <openssl/dh.h>
48 #include "dh.h"
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509.h102 #include <openssl/dh.h>

Completed in 398 milliseconds

12345678910