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

123

/freebsd-11.0-release/contrib/sendmail/src/
H A Dtls.c47 static DH *get_dh512 __P((void));
63 static DH *
66 DH *dh = NULL;
81 -----BEGIN DH PARAMETERS-----
88 -----END DH PARAMETERS-----
91 static DH *
119 DH *dh;
450 # define TLS_S_DH_OK 0x00200000 /* DH cert is ok */
451 # define TLS_S_DHPAR_EX 0x00400000 /* DH param file exists */
452 # define TLS_S_DHPAR_OK 0x00800000 /* DH para
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/pem/
H A Dpem_all.c424 IMPLEMENT_PEM_write_const(DHparams, DH, PEM_STRING_DHPARAMS, DHparams)
425 IMPLEMENT_PEM_write_const(DHxparams, DH, PEM_STRING_DHXPARAMS, DHxparams)
H A Dpem.h131 # define PEM_STRING_DHPARAMS "DH PARAMETERS"
132 # define PEM_STRING_DHXPARAMS "X9.42 DH PARAMETERS"
477 DECLARE_PEM_rw_const(DHparams, DH)
478 DECLARE_PEM_write_const(DHxparams, DH)
/freebsd-11.0-release/crypto/openssl/crypto/dh/
H A Ddh_rfc5114.c64 /* DH parameters from RFC5114 */
257 * Macro to make a DH structure from BIGNUM data. NB: although just copying
263 DH * DH_get_##x(void) \
265 DH *dh; \
H A Ddhtest.c82 printf("No DH support\n");
104 DH *a;
105 DH *b = NULL;
200 fprintf(stderr, "Error in DH routines\n");
500 DH *(*get_param) (void);
531 DH *dhA = NULL;
532 DH *dhB = NULL;
540 /* Set up DH structures setting key components */
/freebsd-11.0-release/crypto/openssl/crypto/evp/
H A Dp_lib.c338 int EVP_PKEY_set1_DH(EVP_PKEY *pkey, DH *key)
346 DH *EVP_PKEY_get1_DH(EVP_PKEY *pkey)
/freebsd-11.0-release/crypto/openssl/engines/
H A De_ubsec.c123 static int ubsec_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
127 DH *dh);
128 static int ubsec_dh_generate_key(DH *dh);
186 "UBSEC DH method",
742 static int ubsec_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
901 DH *dh)
941 static int ubsec_dh_generate_key(DH *dh)
H A De_atalla.c119 /* DH stuff */
120 /* This function is alised to mod_exp (with the DH and mont dropped). */
121 static int atalla_mod_exp_dh(const DH *dh, BIGNUM *r,
178 "Atalla DH method",
600 static int atalla_mod_exp_dh(const DH *dh, BIGNUM *r,
H A De_nuron.c260 static int nuron_mod_exp_dh(const DH *dh, BIGNUM *r,
306 "Nuron DH method",
H A De_aep.c146 /* DH stuff */
147 /* This function is aliased to mod_exp (with the DH and mont dropped). */
149 static int aep_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
218 "Aep DH method",
856 static int aep_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
H A De_chil.c126 /* DH stuff */
127 /* This function is alised to mod_exp (with the DH and mont dropped). */
128 static int hwcrhk_mod_exp_dh(const DH *dh, BIGNUM *r,
210 "CHIL DH method",
1121 static int hwcrhk_mod_exp_dh(const DH *dh, BIGNUM *r,
H A De_cswift.c140 /* DH stuff */
141 /* This function is alised to mod_exp (with the DH and mont dropped). */
142 static int cswift_mod_exp_dh(const DH *dh, BIGNUM *r,
203 "CryptoSwift DH method",
1001 static int cswift_mod_exp_dh(const DH *dh, BIGNUM *r,
/freebsd-11.0-release/crypto/openssh/
H A Dssh_api.c53 DH *mm_choose_dh(int, int, int);
66 DH *
/freebsd-11.0-release/crypto/openssl/apps/
H A Ddh.c92 DH *dh = NULL;
168 BIO_printf(bio_err, " -check check the DH parameters\n");
170 " -text print a text form of the DH parameters\n");
223 BIO_printf(bio_err, "unable to load DH parameters\n");
255 printf("DH parameters appear to be ok.\n");
286 printf("DH *get_dh%d()\n\t{\n", bits);
309 BIO_printf(bio_err, "unable to write DH parameters\n");
H A Ds_server.c224 static DH *load_dh_param(const char *dhfile);
225 static DH *get_dh2048(void);
262 DH *get_dh2048()
264 DH *dh;
548 " -dhparam arg - DH parameter file to use, in cert file if not specified\n");
572 " -nocert - Don't use any certificates (Anon-DH)\n");
608 BIO_printf(bio_err, " -no_dhe - Disable ephemeral DH\n");
1897 DH *dh = NULL;
1905 BIO_printf(bio_s_out, "Setting temp DH parameters\n");
1907 BIO_printf(bio_s_out, "Using default temp DH parameter
[all...]
H A Ddhparam.c140 * -dsaparam - read or generate DSA parameters, convert to DH
153 DH *dh = NULL;
245 " -dsaparam read or generate DSA parameters, convert to DH\n");
247 BIO_printf(bio_err, " -check check the DH parameters\n");
249 " -text print a text form of the DH parameters\n");
287 /* DH parameters */
330 "Generating DH parameters, %d bit long safe prime, generator %d\n",
390 BIO_printf(bio_err, "unable to load DH parameters\n");
437 printf("DH parameters appear to be ok.\n");
452 printf("DH *get_d
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/dsa/
H A Ddsa.h262 * Convert DSA structure (key or just parameters) into DH structure (be
265 DH *DSA_dup_DH(const DSA *r);
/freebsd-11.0-release/crypto/openssl/ssl/
H A Dssltest.c246 static DH *get_dh512(void);
247 static DH *get_dh1024(void);
248 static DH *get_dh1024dsa(void);
859 * The SSL API does not allow us to look at temporary RSA/DH keys,
967 DH *dh;
1053 "ignoring -dhe512, since I'm compiled without DH\n");
1060 "ignoring -dhe1024dsa, since I'm compiled without DH\n");
2935 * These DH parameters have been generated as follows:
2941 static DH *get_dh512()
2959 DH *d
[all...]
H A Ds3_lib.c338 /* The DH ciphers */
443 /* The Ephemeral DH ciphers */
3254 DH *dh = (DH *)parg;
3681 s->cert->dh_tmp_cb = (DH *(*)(SSL *, int, int))fp;
3756 DH *new = NULL, *dh;
3758 dh = (DH *)parg;
3994 cert->dh_tmp_cb = (DH *(*)(SSL *, int, int))fp;
H A Dssl_locl.h293 /* DH cert, RSA CA cert */
295 /* DH cert, DSA CA cert */
297 /* tmp DH key no DH cert */
325 /* Fixed DH auth (kDHd or kDHr) */
626 DH *dh_tmp;
627 DH *(*dh_tmp_cb) (SSL *ssl, int is_export, int keysize);
722 DH *peer_dh_tmp; /* not used for SSL 2 */
H A Dssl3.h222 # define SSL3_TXT_DH_DSS_DES_40_CBC_SHA "EXP-DH-DSS-DES-CBC-SHA"
223 # define SSL3_TXT_DH_DSS_DES_64_CBC_SHA "DH-DSS-DES-CBC-SHA"
224 # define SSL3_TXT_DH_DSS_DES_192_CBC3_SHA "DH-DSS-DES-CBC3-SHA"
225 # define SSL3_TXT_DH_RSA_DES_40_CBC_SHA "EXP-DH-RSA-DES-CBC-SHA"
226 # define SSL3_TXT_DH_RSA_DES_64_CBC_SHA "DH-RSA-DES-CBC-SHA"
227 # define SSL3_TXT_DH_RSA_DES_192_CBC3_SHA "DH-RSA-DES-CBC3-SHA"
566 DH *dh;
/freebsd-11.0-release/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c546 DH *dh;
594 DH *dh;
633 DH *dh = ctx;
666 DH *dh;
/freebsd-11.0-release/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c127 static int cryptodev_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
131 DH *dh);
1383 cryptodev_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
1391 cryptodev_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh)
1433 "cryptodev DH method",
/freebsd-11.0-release/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h379 DH = 7, member in class:llvm::PDB_Checksum::PDB_Machine::PDB_Lang::PDB_BuiltinType::PDB_RegisterId
/freebsd-11.0-release/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp575 const auto *DH = reinterpret_cast<const dos_header *>(base()); local
576 if (DH->Magic[0] == 'M' && DH->Magic[1] == 'Z') {
577 CurPtr = DH->AddressOfNewExeHeader;

Completed in 263 milliseconds

123