Searched refs:DH (Results 101 - 125 of 198) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Ddsa.h247 /* Convert DSA structure (key or just parameters) into DH structure
249 DH *DSA_dup_DH(const DSA *r);
H A Dssl3.h200 #define SSL3_TXT_DH_DSS_DES_40_CBC_SHA "EXP-DH-DSS-DES-CBC-SHA"
201 #define SSL3_TXT_DH_DSS_DES_64_CBC_SHA "DH-DSS-DES-CBC-SHA"
202 #define SSL3_TXT_DH_DSS_DES_192_CBC3_SHA "DH-DSS-DES-CBC3-SHA"
203 #define SSL3_TXT_DH_RSA_DES_40_CBC_SHA "EXP-DH-RSA-DES-CBC-SHA"
204 #define SSL3_TXT_DH_RSA_DES_64_CBC_SHA "DH-RSA-DES-CBC-SHA"
205 #define SSL3_TXT_DH_RSA_DES_192_CBC3_SHA "DH-RSA-DES-CBC3-SHA"
410 DH *dh;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_nuron.c260 static int nuron_mod_exp_dh(const DH *dh, BIGNUM *r,
306 "Nuron DH method",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ddh.c92 DH *dh = NULL;
172 BIO_printf(bio_err, " -check check the DH parameters\n");
174 " -text print a text form of the DH parameters\n");
229 BIO_printf(bio_err, "unable to load DH parameters\n");
261 printf("DH parameters appear to be ok.\n");
292 printf("DH *get_dh%d()\n\t{\n", bits);
315 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;
559 " -dhparam arg - DH parameter file to use, in cert file if not specified\n");
583 " -nocert - Don't use any certificates (Anon-DH)\n");
619 BIO_printf(bio_err, " -no_dhe - Disable ephemeral DH\n");
1889 DH *dh = NULL;
1897 BIO_printf(bio_s_out, "Setting temp DH parameters\n");
1899 BIO_printf(bio_s_out, "Using default temp DH parameter
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ddh.c94 DH *dh=NULL;
179 BIO_printf(bio_err," -check check the DH parameters\n");
180 BIO_printf(bio_err," -text print a text form of the DH parameters\n");
243 BIO_printf(bio_err,"unable to load DH parameters\n");
280 printf("DH parameters appear to be ok.\n");
313 printf("DH *get_dh%d()\n\t{\n",bits);
339 BIO_printf(bio_err,"unable to write DH parameters\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa.h247 /* Convert DSA structure (key or just parameters) into DH structure
249 DH *DSA_dup_DH(const DSA *r);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cryptodev.c114 static int cryptodev_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
118 const BIGNUM *pub_key, DH *dh);
963 cryptodev_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
971 cryptodev_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh)
1013 "cryptodev DH method",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pem/
H A Dpem_all.c293 IMPLEMENT_PEM_rw_const(DHparams, DH, PEM_STRING_DHPARAMS, DHparams)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
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;
559 " -dhparam arg - DH parameter file to use, in cert file if not specified\n");
583 " -nocert - Don't use any certificates (Anon-DH)\n");
619 BIO_printf(bio_err, " -no_dhe - Disable ephemeral DH\n");
1889 DH *dh = NULL;
1897 BIO_printf(bio_s_out, "Setting temp DH parameters\n");
1899 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;
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/openssl-1.0.2h/crypto/pem/
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)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/ibmca/
H A Dhw_ibmca.c122 /* DH stuff */
123 /* This function is alised to mod_exp (with the DH and mont dropped). */
124 static int ibmca_mod_exp_dh(const DH *dh, BIGNUM *r,
183 "Ibmca DH method",
848 static int ibmca_mod_exp_dh(DH const *dh, BIGNUM *r,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A Dmakevms.com263 DH,-
340 DH/SSL3,TLS1;-
344 DH/GOST;-
723 BN, EC, RSA, DSA, ECDSA, DH, ECDH, DSO, ENGINE, -
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/ibmca/
H A Dhw_ibmca.c119 /* DH stuff */
120 /* This function is alised to mod_exp (with the DH and mont dropped). */
121 static int ibmca_mod_exp_dh(const DH *dh, BIGNUM *r,
184 "Ibmca DH method",
866 static int ibmca_mod_exp_dh(DH const *dh, BIGNUM *r,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/ibmca/
H A Dhw_ibmca.c122 /* DH stuff */
123 /* This function is alised to mod_exp (with the DH and mont dropped). */
124 static int ibmca_mod_exp_dh(const DH *dh, BIGNUM *r,
183 "Ibmca DH method",
848 static int ibmca_mod_exp_dh(DH const *dh, BIGNUM *r,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A Dmakevms.com263 DH,-
340 DH/SSL3,TLS1;-
344 DH/GOST;-
723 BN, EC, RSA, DSA, ECDSA, DH, ECDH, DSO, ENGINE, -
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dinstall.com39 BN,EC,RSA,DSA,ECDSA,DH,ECDH,DSO,ENGINE,AES,-
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pem/
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)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_dhx_passwd.c86 DH *dh;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl3.h200 #define SSL3_TXT_DH_DSS_DES_40_CBC_SHA "EXP-DH-DSS-DES-CBC-SHA"
201 #define SSL3_TXT_DH_DSS_DES_64_CBC_SHA "DH-DSS-DES-CBC-SHA"
202 #define SSL3_TXT_DH_DSS_DES_192_CBC3_SHA "DH-DSS-DES-CBC3-SHA"
203 #define SSL3_TXT_DH_RSA_DES_40_CBC_SHA "EXP-DH-RSA-DES-CBC-SHA"
204 #define SSL3_TXT_DH_RSA_DES_64_CBC_SHA "DH-RSA-DES-CBC-SHA"
205 #define SSL3_TXT_DH_RSA_DES_192_CBC3_SHA "DH-RSA-DES-CBC3-SHA"
410 DH *dh;

Completed in 171 milliseconds

12345678