Searched refs:dh (Results 176 - 200 of 238) sorted by relevance

12345678910

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/i386/
H A Dx86_64.s17 add bh,dh
/netbsd-6-1-5-RELEASE/regress/lib/libc/ieeefp/testfloat/arch/i386/
H A Dsystfloat.S340 movb $12,%dh
/netbsd-6-1-5-RELEASE/sys/fs/smbfs/
H A Dsmbfs_subr.h187 void smb_dos2unixtime (u_int dd, u_int dt, u_int dh, int tzoff, struct timespec *tsp);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Dssl.h1644 #define SSL_CTX_set_tmp_dh(ctx,dh) \
1645 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_DH,0,(char *)dh)
1653 #define SSL_set_tmp_dh(ssl,dh) \
1654 SSL_ctrl(ssl,SSL_CTRL_SET_TMP_DH,0,(char *)dh)
2018 DH *(*dh)(SSL *ssl,int is_export,
2021 DH *(*dh)(SSL *ssl,int is_export,
H A Dssl3.h497 DH *dh; member in struct:ssl3_state_st::__anon718
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/engines/ibmca/
H A Dhw_ibmca.c121 static int ibmca_mod_exp_dh(const DH *dh, BIGNUM *r,
865 /* This function is aliased to mod_exp (with the dh and mont dropped). */
866 static int ibmca_mod_exp_dh(DH const *dh, BIGNUM *r, argument
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/conf/
H A Dpostfix-script73 def_config_directory=`$command_directory/postconf -dh config_directory` || {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/pem/
H A Dpem_all.c126 #include <openssl/dh.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/engines/
H A De_aep.c86 #include <openssl/dh.h>
147 static int aep_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
852 /* This function is aliased to mod_exp (with the dh and mont dropped). */
853 static int aep_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a, argument
H A De_chil.c72 #include <openssl/dh.h>
123 static int hwcrhk_mod_exp_dh(const DH *dh, BIGNUM *r,
1094 /* This function is aliased to mod_exp (with the dh and mont dropped). */
1095 static int hwcrhk_mod_exp_dh(const DH *dh, BIGNUM *r, argument
H A De_cswift.c72 #include <openssl/dh.h>
138 static int cswift_mod_exp_dh(const DH *dh, BIGNUM *r,
1031 /* This function is aliased to mod_exp (with the dh and mont dropped). */
1032 static int cswift_mod_exp_dh(const DH *dh, BIGNUM *r, argument
H A De_sureware.c67 #include <openssl/dh.h>
145 /* This function is aliased to mod_exp (with the dh and mont dropped). */
146 static int surewarehk_modexp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a, argument
157 surewarehk_modexp_dh, /*dh mod exp*/
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/
H A Drc5-586.S451 movb 6(%esi),%dh
454 movb 5(%esi),%dh
527 movb %dh,5(%edi)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dmonitor.c38 #include <openssl/dh.h>
62 #include "dh.h"
627 DH *dh; local
643 dh = choose_dh(min, want, max);
644 if (dh == NULL) {
650 buffer_put_bignum2(m, dh->p);
651 buffer_put_bignum2(m, dh->g);
653 DH_free(dh);
H A Dmoduli.c46 #include <openssl/dh.h>
55 #include "dh.h"
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/evp/
H A Devp.h144 struct dh_st *dh; /* DH */ member in union:evp_pkey_st::__anon591
461 #define EVP_PKEY_assign_DH(pkey,dh) EVP_PKEY_assign((pkey),EVP_PKEY_DH,\
462 (char *)(dh))
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/masmx64/
H A Dgvmat64.asm505 db 0dh,0ah,"asm686 with masm, optimised assembly code from Brian Raiter, written 1998, converted to amd 64 by Gilles Vollant 2005",0dh,0ah,0
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/engine/
H A Dengine.h82 #include <openssl/dh.h>
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/eap_server/
H A Deap_server_ikev2.c109 data->ikev2.proposal.dh = DH_GROUP2_1024BIT_MODP;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/masmx64/
H A Dgvmat64.asm505 db 0dh,0ah,"asm686 with masm, optimised assembly code from Brian Raiter, written 1998, converted to amd 64 by Gilles Vollant 2005",0dh,0ah,0
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/mbr/
H A Dmbr.S528 movb 1(%si), %dh /* head */
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/masmx86/
H A Dgvmat32.asm538 db 0dh,0ah,"GVMat32 optimised assembly code written 1996-98 by Gilles Vollant",0dh,0ah
944 db 0dh,0ah,"asm686 with masm, optimised assembly code from Brian Raiter, written 1998",0dh,0ah
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/sha/
H A Dsha512.c331 asm("xchgb %%ah,%%al;xchgb %%dh,%%dl;"\
333 "xchgb %%ah,%%al;xchgb %%dh,%%dl;" \
361 _asm xchg dh,dl local
365 _asm xchg dh,dl local
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/dst/
H A Dt_dst.c164 dh(dns_name_t *name1, int id1, dns_name_t *name2, int id2, isc_mem_t *mctx, function
487 isc_buffer_init(&b, "dh.", 3);
497 dh(name, 18602, name, 48957, mctx, ISC_R_SUCCESS, &nfails, &nprobs);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/masmx86/
H A Dgvmat32.asm538 db 0dh,0ah,"GVMat32 optimised assembly code written 1996-98 by Gilles Vollant",0dh,0ah
944 db 0dh,0ah,"asm686 with masm, optimised assembly code from Brian Raiter, written 1998",0dh,0ah

Completed in 207 milliseconds

12345678910