Searched refs:DH (Results 126 - 150 of 198) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ddhparam.c140 * -dsaparam - read or generate DSA parameters, convert to DH
153 DH *dh = NULL;
246 " -dsaparam read or generate DSA parameters, convert to DH\n");
248 BIO_printf(bio_err, " -check check the DH parameters\n");
250 " -text print a text form of the DH parameters\n");
290 /* DH parameters */
333 "Generating DH parameters, %d bit long safe prime, generator %d\n",
393 BIO_printf(bio_err, "unable to load DH parameters\n");
440 printf("DH parameters appear to be ok.\n");
455 printf("DH *get_d
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ddhparam.c139 * -dsaparam - read or generate DSA parameters, convert to DH
155 DH *dh=NULL;
252 BIO_printf(bio_err," -dsaparam read or generate DSA parameters, convert to DH\n");
254 BIO_printf(bio_err," -check check the DH parameters\n");
255 BIO_printf(bio_err," -text print a text form of the DH parameters\n");
291 /* DH parameters */
334 BIO_printf(bio_err,"Generating DH parameters, %d bit long safe prime, generator %d\n",num,g);
405 BIO_printf(bio_err,"unable to load DH parameters\n");
461 printf("DH parameters appear to be ok.\n");
479 printf("DH *get_d
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_cryptodev.c126 static int cryptodev_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
130 DH *dh);
1370 cryptodev_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
1378 cryptodev_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh)
1420 "cryptodev DH method",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_cryptodev.c126 static int cryptodev_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
130 DH *dh);
1370 cryptodev_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
1378 cryptodev_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh)
1420 "cryptodev DH method",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/tunala/
H A Dtunala.c153 " -dh_file <path> (a PEM file containing DH parameters to use)\n"
172 "(2) Either dh_file or dh_special can be used to specify where DH parameters\n"
174 " you cannot specify both. For dh_special, 'generate' will create new DH\n"
196 * Default DH parameters for use with "-dh_special standard" ... stolen
216 static DH *get_dh512(void)
218 DH *dh = NULL;
728 DH *dh = NULL;
737 " DH parameters\n");
740 fprintf(stderr, "Info, using 'standard' DH parameters\n");
748 fprintf(stderr, "Info, generating DH parameter
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dtunala.c129 " -dh_file <path> (a PEM file containing DH parameters to use)\n"
148 "(2) Either dh_file or dh_special can be used to specify where DH parameters\n"
150 " you cannot specify both. For dh_special, 'generate' will create new DH\n"
171 /* Default DH parameters for use with "-dh_special standard" ... stolen striaght
187 static DH *get_dh512(void)
189 DH *dh=NULL;
679 DH *dh = NULL;
688 " DH parameters\n");
691 fprintf(stderr, "Info, using 'standard' DH parameters\n");
698 fprintf(stderr, "Info, generating DH parameter
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dpem.h130 #define PEM_STRING_DHPARAMS "DH PARAMETERS"
482 #define PEM_read_DHparams(fp,x,cb,u) (DH *)PEM_ASN1_read( \
545 #define PEM_read_bio_DHparams(bp,x,cb,u) (DH *)PEM_ASN1_read_bio( \
680 DECLARE_PEM_rw_const(DHparams, DH)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_locl.h254 #define SSL_kDHr 0x00000002L /* DH cert RSA CA cert */
255 #define SSL_kDHd 0x00000004L /* DH cert DSA CA cert */
257 #define SSL_kEDH 0x00000010L /* tmp DH key no DH cert */
423 DH *dh_tmp;
424 DH *(*dh_tmp_cb)(SSL *ssl,int is_export,int keysize);
454 DH *peer_dh_tmp; /* not used for SSL 2 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/tunala/
H A Dtunala.c153 " -dh_file <path> (a PEM file containing DH parameters to use)\n"
172 "(2) Either dh_file or dh_special can be used to specify where DH parameters\n"
174 " you cannot specify both. For dh_special, 'generate' will create new DH\n"
196 * Default DH parameters for use with "-dh_special standard" ... stolen
216 static DH *get_dh512(void)
218 DH *dh = NULL;
728 DH *dh = NULL;
737 " DH parameters\n");
740 fprintf(stderr, "Info, using 'standard' DH parameters\n");
748 fprintf(stderr, "Info, generating DH parameter
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pem/
H A Dpem.h130 #define PEM_STRING_DHPARAMS "DH PARAMETERS"
482 #define PEM_read_DHparams(fp,x,cb,u) (DH *)PEM_ASN1_read( \
545 #define PEM_read_bio_DHparams(bp,x,cb,u) (DH *)PEM_ASN1_read_bio( \
680 DECLARE_PEM_rw_const(DHparams, DH)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/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 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/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 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
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) */
618 DH *dh_tmp;
619 DH *(*dh_tmp_cb) (SSL *ssl, int is_export, int keysize);
712 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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
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) */
618 DH *dh_tmp;
619 DH *(*dh_tmp_cb) (SSL *ssl, int is_export, int keysize);
712 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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/easy_tls/
H A Deasy-tls.c602 static DH *tls_dhe1024 = NULL; /* generating these takes a while, so do it
608 DH *dhparams;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
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",
1098 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,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/easy_tls/
H A Deasy-tls.c593 static DH *tls_dhe1024 = NULL; /* generating these takes a while, so do it just once */
599 DH *dhparams;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_aep.c138 /* DH stuff */
139 /* This function is aliased to mod_exp (with the DH and mont dropped). */
141 static int aep_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
214 "Aep DH method",
847 static int aep_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
H A De_chil.c122 /* DH stuff */
123 /* This function is alised to mod_exp (with the DH and mont dropped). */
124 static int hwcrhk_mod_exp_dh(const DH *dh, BIGNUM *r,
209 "CHIL DH method",
1094 static int hwcrhk_mod_exp_dh(const DH *dh, BIGNUM *r,

Completed in 318 milliseconds

12345678