Searched refs:DH (Results 76 - 100 of 198) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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",
733 static int ubsec_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
876 static int ubsec_dh_compute_key(unsigned char *key,const BIGNUM *pub_key,DH *dh)
917 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",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssltest.c205 static DH *get_dh512(void);
206 static DH *get_dh1024(void);
207 static DH *get_dh1024dsa(void);
318 /* The SSL API does not allow us to look at temporary RSA/DH keys,
412 DH *dh;
484 fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n");
492 fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n");
2142 /* These DH parameters have been generated as follows:
2148 static DH *get_dh512()
2161 DH *d
[all...]
H A Ds3_lib.c274 /* The DH ciphers */
354 /* The Ephemeral DH ciphers */
923 0, /* not implemented (non-ephemeral DH) */
936 0, /* not implemented (non-ephemeral DH) */
1103 0, /* not implemented (non-ephemeral DH) */
1116 0, /* not implemented (non-ephemeral DH) */
1750 DH *dh = (DH *)parg;
1861 s->cert->dh_tmp_cb = (DH *(*)(SSL *, int, int))fp;
1934 DH *ne
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dssltest.c205 static DH *get_dh512(void);
206 static DH *get_dh1024(void);
207 static DH *get_dh1024dsa(void);
318 /* The SSL API does not allow us to look at temporary RSA/DH keys,
412 DH *dh;
484 fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n");
492 fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n");
2142 /* These DH parameters have been generated as follows:
2148 static DH *get_dh512()
2161 DH *d
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_server.c190 static DH *load_dh_param(const char *dhfile);
191 static DH *get_dh512(void);
219 static DH *get_dh512(void)
221 DH *dh=NULL;
326 BIO_printf(bio_err," -dhparam arg - DH parameter file to use, in cert file if not specified\n");
343 BIO_printf(bio_err," -nocert - Don't use any certificates (Anon-DH)\n");
359 BIO_printf(bio_err," -no_dhe - Disable ephemeral DH\n");
973 DH *dh=NULL;
982 BIO_printf(bio_s_out,"Setting temp DH parameters\n");
986 BIO_printf(bio_s_out,"Using default temp DH parameter
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/zencod/
H A Dhw_zencod.c163 /* DH stuff */
165 static int DH_zencod_bn_mod_exp(const DH *dh, BIGNUM *r, const BIGNUM *a,
168 static int DH_zencod_generate_key(DH *dh);
170 DH *dh);
242 "ZENCOD DH method",
1018 * DH stuff Functions
1020 static int DH_zencod_generate_key(DH *dh)
1095 DH *dh)
1135 static int DH_zencod_bn_mod_exp(const DH *dh, BIGNUM *r, const BIGNUM *a,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/zencod/
H A Dhw_zencod.c155 /* DH stuff */
157 static int DH_zencod_bn_mod_exp ( const DH *dh, BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
159 static int DH_zencod_generate_key ( DH *dh ) ;
160 static int DH_zencod_compute_key ( unsigned char *key, const BIGNUM *pub_key, DH *dh ) ;
227 "ZENCOD DH method",
969 /* DH stuff Functions
971 static int DH_zencod_generate_key ( DH *dh )
1048 static int DH_zencod_compute_key ( unsigned char *key, const BIGNUM *pub_key, DH *dh )
1089 static int DH_zencod_bn_mod_exp ( const DH *dh, BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/zencod/
H A Dhw_zencod.c163 /* DH stuff */
165 static int DH_zencod_bn_mod_exp(const DH *dh, BIGNUM *r, const BIGNUM *a,
168 static int DH_zencod_generate_key(DH *dh);
170 DH *dh);
242 "ZENCOD DH method",
1018 * DH stuff Functions
1020 static int DH_zencod_generate_key(DH *dh)
1095 DH *dh)
1135 static int DH_zencod_bn_mod_exp(const DH *dh, BIGNUM *r, const BIGNUM *a,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c122 /* DH stuff */
124 /* This function is alised to mod_exp (with the DH and mont dropped). */
125 static int cluster_labs_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
181 "Cluster Labs DH method",
567 static int cluster_labs_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/smime-certs/
H A Dmksmime-certs.sh60 # Create X9.42 DH parameters.
61 $OPENSSL genpkey -genparam -algorithm DH -pkeyopt dh_paramgen_type:2 \
63 # Generate X9.42 DH key.
67 CN="Test S/MIME EE DH #1" $OPENSSL req -config ca.cnf -nodes \
69 # Sign request but force public key to DH
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dtestssl174 echo "testing connection with weak DH, expecting failure"
181 echo "FAIL: connection with weak DH succeeded"
197 echo skipping anonymous DH tests
199 echo test tls1 with 1024bit anonymous DH, multiple handshakes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dbench2.cpp278 BenchMarkKeyAgreement<XTR_DH>("TestData/xtrdh171.dat", "XTR-DH 171", t);
279 BenchMarkKeyAgreement<XTR_DH>("TestData/xtrdh342.dat", "XTR-DH 342", t);
280 BenchMarkKeyAgreement<DH>("TestData/dh1024.dat", "DH 1024", t);
281 BenchMarkKeyAgreement<DH>("TestData/dh2048.dat", "DH 2048", t);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c117 /* DH stuff */
119 /* This function is alised to mod_exp (with the DH and mont dropped). */
120 static int cluster_labs_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
180 "Cluster Labs DH method",
586 static int cluster_labs_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c122 /* DH stuff */
124 /* This function is alised to mod_exp (with the DH and mont dropped). */
125 static int cluster_labs_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
181 "Cluster Labs DH method",
567 static int cluster_labs_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/smime-certs/
H A Dmksmime-certs.sh60 # Create X9.42 DH parameters.
61 $OPENSSL genpkey -genparam -algorithm DH -pkeyopt dh_paramgen_type:2 \
63 # Generate X9.42 DH key.
67 CN="Test S/MIME EE DH #1" $OPENSSL req -config ca.cnf -nodes \
69 # Sign request but force public key to DH
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dtestssl174 echo "testing connection with weak DH, expecting failure"
181 echo "FAIL: connection with weak DH succeeded"
197 echo skipping anonymous DH tests
199 echo test tls1 with 1024bit anonymous DH, multiple handshakes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dp_lib.c407 int EVP_PKEY_set1_DH(EVP_PKEY *pkey, DH *key)
415 DH *EVP_PKEY_get1_DH(EVP_PKEY *pkey)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/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");

Completed in 261 milliseconds

12345678