Searched refs:DH (Results 26 - 50 of 70) sorted by relevance

123

/freebsd-10.0-release/crypto/openssl/crypto/
H A Dossl_typ.h138 typedef struct dh_st DH; typedef in typeref:struct:dh_st
/freebsd-10.0-release/crypto/openssl/crypto/evp/
H A Dp_lib.c341 int EVP_PKEY_set1_DH(EVP_PKEY *pkey, DH *key)
349 DH *EVP_PKEY_get1_DH(EVP_PKEY *pkey)
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp537 case X86::DH: case X86::DL: case X86::DX: case X86::EDX: case X86::RDX:
538 return X86::DH;
549 case X86::DH: case X86::DL: case X86::DX: case X86::EDX: case X86::RDX:
586 case X86::DH: case X86::DL: case X86::DX: case X86::EDX: case X86::RDX:
622 case X86::DH: case X86::DL: case X86::DX: case X86::EDX: case X86::RDX:
658 case X86::DH: case X86::DL: case X86::DX: case X86::EDX: case X86::RDX:
/freebsd-10.0-release/crypto/openssl/engines/
H A De_ubsec.c120 static int ubsec_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
123 static int ubsec_dh_compute_key(unsigned char *key,const BIGNUM *pub_key,DH *dh);
124 static int ubsec_dh_generate_key(DH *dh);
185 "UBSEC DH method",
732 static int ubsec_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
875 static int ubsec_dh_compute_key(unsigned char *key,const BIGNUM *pub_key,DH *dh)
916 static int ubsec_dh_generate_key(DH *dh)
H A De_atalla.c116 /* DH stuff */
117 /* This function is alised to mod_exp (with the DH and mont dropped). */
118 static int atalla_mod_exp_dh(const DH *dh, BIGNUM *r,
177 "Atalla DH method",
583 static int atalla_mod_exp_dh(const DH *dh, BIGNUM *r,
H A De_nuron.c261 static int nuron_mod_exp_dh(const DH *dh, BIGNUM *r,
310 "Nuron DH method",
H A De_aep.c144 /* DH stuff */
145 /* This function is aliased to mod_exp (with the DH and mont dropped). */
147 static int aep_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
220 "Aep DH method",
853 static int aep_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
H A De_chil.c121 /* DH stuff */
122 /* This function is alised to mod_exp (with the DH and mont dropped). */
123 static int hwcrhk_mod_exp_dh(const DH *dh, BIGNUM *r,
204 "CHIL DH method",
1095 static int hwcrhk_mod_exp_dh(const DH *dh, BIGNUM *r,
H A De_cswift.c136 /* DH stuff */
137 /* This function is alised to mod_exp (with the DH and mont dropped). */
138 static int cswift_mod_exp_dh(const DH *dh, BIGNUM *r,
201 "CryptoSwift DH method",
1032 static int cswift_mod_exp_dh(const DH *dh, BIGNUM *r,
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dssltest.c237 static DH *get_dh512(void);
238 static DH *get_dh1024(void);
239 static DH *get_dh1024dsa(void);
415 /* The SSL API does not allow us to look at temporary RSA/DH keys,
528 DH *dh;
620 fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n");
628 fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n");
2407 /* These DH parameters have been generated as follows:
2413 static DH *get_dh512()
2426 DH *d
[all...]
H A Dssl3.h209 #define SSL3_TXT_DH_DSS_DES_40_CBC_SHA "EXP-DH-DSS-DES-CBC-SHA"
210 #define SSL3_TXT_DH_DSS_DES_64_CBC_SHA "DH-DSS-DES-CBC-SHA"
211 #define SSL3_TXT_DH_DSS_DES_192_CBC3_SHA "DH-DSS-DES-CBC3-SHA"
212 #define SSL3_TXT_DH_RSA_DES_40_CBC_SHA "EXP-DH-RSA-DES-CBC-SHA"
213 #define SSL3_TXT_DH_RSA_DES_64_CBC_SHA "DH-RSA-DES-CBC-SHA"
214 #define SSL3_TXT_DH_RSA_DES_192_CBC3_SHA "DH-RSA-DES-CBC3-SHA"
509 DH *dh;
H A Dssl_locl.h292 #define SSL_kDHr 0x00000002L /* DH cert, RSA CA cert */ /* no such ciphersuites supported! */
293 #define SSL_kDHd 0x00000004L /* DH cert, DSA CA cert */ /* no such ciphersuite supported! */
294 #define SSL_kEDH 0x00000008L /* tmp DH key no DH cert */
307 #define SSL_aDH 0x00000008L /* Fixed DH auth (kDHd or kDHr) */ /* no such ciphersuites supported! */
508 DH *dh_tmp;
509 DH *(*dh_tmp_cb)(SSL *ssl,int is_export,int keysize);
539 DH *peer_dh_tmp; /* not used for SSL 2 */
H A Ds3_lib.c335 /* The DH ciphers */
354 0, /* not implemented (non-ephemeral DH) */
370 0, /* not implemented (non-ephemeral DH) */
386 0, /* not implemented (non-ephemeral DH) */
402 0, /* not implemented (non-ephemeral DH) */
418 0, /* not implemented (non-ephemeral DH) */
432 /* The Ephemeral DH ciphers */
1012 0, /* not implemented (non-ephemeral DH) */
1125 0, /* not implemented (non-ephemeral DH) */
1141 0, /* not implemented (non-ephemeral DH) */
[all...]
/freebsd-10.0-release/contrib/sendmail/src/
H A Dtls.c47 static DH *get_dh512 __P((void));
63 static DH *
66 DH *dh = NULL;
378 # define TLS_S_DH_OK 0x00200000 /* DH cert is ok */
379 # define TLS_S_DHPAR_EX 0x00400000 /* DH param file exists */
380 # define TLS_S_DHPAR_OK 0x00800000 /* DH param file is ok to use */
521 ** dhparam -- parameters for DH
552 static DH *dh = NULL;
647 ** none no parameters: don't use DH
987 "STARTTLS=%s, error: cannot read DH parameter
[all...]
/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c462 DH *dh;
510 DH *dh;
549 DH *dh = ctx;
582 DH *dh;
/freebsd-10.0-release/crypto/openssl/apps/
H A Ddh.c91 DH *dh=NULL;
176 BIO_printf(bio_err," -check check the DH parameters\n");
177 BIO_printf(bio_err," -text print a text form of the DH parameters\n");
240 BIO_printf(bio_err,"unable to load DH parameters\n");
277 printf("DH parameters appear to be ok.\n");
310 printf("DH *get_dh%d()\n\t{\n",bits);
336 BIO_printf(bio_err,"unable to write DH parameters\n");
H A Ds_server.c216 static DH *load_dh_param(const char *dhfile);
217 static DH *get_dh512(void);
237 static DH *get_dh512(void)
239 DH *dh=NULL;
484 BIO_printf(bio_err," -dhparam arg - DH parameter file to use, in cert file if not specified\n");
501 BIO_printf(bio_err," -nocert - Don't use any certificates (Anon-DH)\n");
534 BIO_printf(bio_err," -no_dhe - Disable ephemeral DH\n");
1666 DH *dh=NULL;
1675 BIO_printf(bio_s_out,"Setting temp DH parameters\n");
1679 BIO_printf(bio_s_out,"Using default temp DH parameter
[all...]
H A Ddhparam.c139 * -dsaparam - read or generate DSA parameters, convert to DH
152 DH *dh=NULL;
249 BIO_printf(bio_err," -dsaparam read or generate DSA parameters, convert to DH\n");
251 BIO_printf(bio_err," -check check the DH parameters\n");
252 BIO_printf(bio_err," -text print a text form of the DH parameters\n");
288 /* DH parameters */
331 BIO_printf(bio_err,"Generating DH parameters, %d bit long safe prime, generator %d\n",num,g);
401 BIO_printf(bio_err,"unable to load DH parameters\n");
457 printf("DH parameters appear to be ok.\n");
475 printf("DH *get_d
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/dsa/
H A Ddsa.h262 /* Convert DSA structure (key or just parameters) into DH structure
264 DH *DSA_dup_DH(const DSA *r);
/freebsd-10.0-release/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c125 static int cryptodev_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
129 const BIGNUM *pub_key, DH *dh);
1280 cryptodev_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
1288 cryptodev_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh)
1330 "cryptodev DH method",
/freebsd-10.0-release/crypto/openssl/crypto/pem/
H A Dpem_all.c453 IMPLEMENT_PEM_rw_const(DHparams, DH, PEM_STRING_DHPARAMS, DHparams)
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h73 ENTRY(DH) \
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dia64.S1388 #define DH r22 define
1434 shr.u DH=r34,32
1436 { .mii; setf.sig f7=DH
1457 cmp.eq p6,p7=HH,DH };;
1487 cmp.eq p6,p7=HH,DH };;
H A Dmips.pl911 $DH=$v1;
914 $SRL $DH,$a2,4*$BNSZ # bits
925 beq $DH,$HH,.L_bn_div_words_skip_div1
926 $DIVU $zero,$a0,$DH
958 beq $DH,$HH,.L_bn_div_words_skip_div2
959 $DIVU $zero,$a0,$DH
1005 undef $HH; undef $QT; undef $DH;
/freebsd-10.0-release/crypto/heimdal/kdc/
H A Dpkinit.c54 DH *key;
333 DH *dh = NULL;
374 krb5_set_error_message(context, ret, "Cannot create DH structure");
378 dh->p = integer_to_BN(context, "DH prime", &dhparam.p);
381 dh->g = integer_to_BN(context, "DH base", &dhparam.g);
384 dh->q = integer_to_BN(context, "DH p-1 factor", &dhparam.q);
785 "DH not supported for windows");
837 krb5_set_error_message(context, ret, "PKINIT unknown DH mechanism");
1114 DH *kdc_dh = cp->u.dh.key;
1203 kdc_log(context, config, 0, "Failed signing the DH* repl
[all...]

Completed in 170 milliseconds

123