Searched refs:ecdh (Results 1 - 25 of 45) sorted by relevance

12

/external/openssl/crypto/ecdh/
H A Dech_key.c1 /* crypto/ecdh/ecdh_key.c */
79 ECDH_DATA *ecdh = ecdh_check(eckey); local
80 if (ecdh == NULL)
82 return ecdh->meth->compute_key(out, outlen, pub_key, eckey, KDF);
H A Dech_lib.c1 /* crypto/ecdh/ech_lib.c */
100 ECDH_DATA *ecdh; local
102 ecdh = ecdh_check(eckey);
104 if (ecdh == NULL)
107 mtmp = ecdh->meth;
113 if (ecdh->engine)
115 ENGINE_finish(ecdh->engine);
116 ecdh->engine = NULL;
119 ecdh->meth = meth;
233 ECDH_DATA *ecdh; local
242 ECDH_DATA *ecdh; local
[all...]
H A Dech_locl.h1 /* crypto/ecdh/ech_locl.h */
59 #include <openssl/ecdh.h>
68 int (*compute_key)(void *key, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh,
H A Dech_err.c1 /* crypto/ecdh/ech_err.c */
63 #include <openssl/ecdh.h>
H A Dech_ossl.c1 /* crypto/ecdh/ech_ossl.c */
83 EC_KEY *ecdh,
109 EC_KEY *ecdh,
132 priv_key = EC_KEY_get0_private_key(ecdh);
139 group = EC_KEY_get0_group(ecdh);
108 ecdh_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh, void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen)) argument
H A Decdh.h1 /* crypto/ecdh/ecdh.h */
94 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh,
H A DMakefile2 # crypto/ecdh/Makefile
5 DIR= ecdh
26 EXHEADER= ecdh.h
80 ech_err.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
89 ech_key.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
102 ech_lib.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
116 ech_ossl.o: ../../include/openssl/ecdh.h ../../include/openssl/err.h
/external/openssl/include/openssl/
H A Decdh.h1 /* crypto/ecdh/ecdh.h */
94 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh,
/external/openssl/crypto/x509/
H A DMakefile90 by_dir.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
103 by_file.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
118 x509_att.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
133 x509_cmp.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
147 x509_d2.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
160 x509_def.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
173 x509_err.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
187 x509_ext.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
202 x509_lu.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
215 x509_obj.o: ../../include/openssl/ec.h ../../include/openssl/ecdh
[all...]
/external/openssl/crypto/engine/
H A DMakefile88 eng_all.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
103 eng_cnf.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
117 eng_cryptodev.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
133 eng_ctrl.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
148 eng_dyn.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
161 eng_err.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
175 eng_fat.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
188 eng_init.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
202 eng_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
216 eng_list.o: ../../include/openssl/ec.h ../../include/openssl/ecdh
[all...]
/external/openssl/crypto/err/
H A Derr_all.c80 #include <openssl/ecdh.h>
/external/openssl/crypto/pkcs12/
H A DMakefile86 p12_add.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
101 p12_asn.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
114 p12_attr.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
128 p12_crpt.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
142 p12_crt.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
156 p12_decr.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
170 p12_init.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
185 p12_key.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
198 p12_kiss.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
212 p12_mutl.o: ../../include/openssl/ec.h ../../include/openssl/ecdh
[all...]
/external/openssl/ssl/
H A Ds3_lib.c1693 if (s->s3->tmp.ecdh != NULL)
1694 EC_KEY_free(s->s3->tmp.ecdh);
1728 if (s->s3->tmp.ecdh != NULL)
1729 EC_KEY_free(s->s3->tmp.ecdh);
1872 EC_KEY *ecdh = NULL; local
1884 ecdh = (EC_KEY *)parg;
1887 if (!EC_KEY_generate_key(ecdh))
1889 EC_KEY_free(ecdh);
1896 s->cert->ecdh_tmp = ecdh;
2130 EC_KEY *ecdh local
[all...]
H A DMakefile112 bio_ssl.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
132 d1_both.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
153 d1_clnt.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
175 d1_enc.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
197 d1_lib.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
218 d1_meth.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
239 d1_pkt.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
260 d1_srvr.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
281 kssl.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
301 s23_clnt.o: ../include/openssl/ecdh
[all...]
H A Ds3_srvr.c1253 EC_KEY *ecdh=NULL, *ecdhp; local
1386 if (s->s3->tmp.ecdh != NULL)
1388 EC_KEY_free(s->s3->tmp.ecdh);
1404 ecdh = ecdhp;
1406 s->s3->tmp.ecdh=ecdh;
1407 if ((EC_KEY_get0_public_key(ecdh) == NULL) ||
1408 (EC_KEY_get0_private_key(ecdh) == NULL) ||
1411 if(!EC_KEY_generate_key(ecdh))
1418 if (((group = EC_KEY_get0_group(ecdh))
[all...]
/external/openssl/crypto/pem/
H A DMakefile84 pem_all.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
99 pem_err.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
114 pem_info.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
130 pem_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
146 pem_oth.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
161 pem_pk8.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
176 pem_pkey.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
191 pem_seal.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
206 pem_sign.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
221 pem_x509.o: ../../include/openssl/ec.h ../../include/openssl/ecdh
[all...]
/external/openssl/crypto/pkcs7/
H A DMakefile102 pk7_asn1.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
115 pk7_attr.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
130 pk7_doit.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
144 pk7_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
157 pk7_mime.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
172 pk7_smime.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
/external/openssl/crypto/ocsp/
H A DMakefile84 ocsp_asn.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
99 ocsp_cl.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
114 ocsp_err.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
130 ocsp_ext.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
145 ocsp_ht.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
160 ocsp_lib.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
175 ocsp_prn.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
192 ocsp_srv.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
207 ocsp_vfy.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
/external/openssl/crypto/x509v3/
H A DMakefile91 pcy_cache.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
106 pcy_data.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
121 pcy_lib.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
135 pcy_map.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
148 pcy_node.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
163 pcy_tree.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
178 v3_addr.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
193 v3_akey.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
208 v3_akeya.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
222 v3_alt.o: ../../include/openssl/ec.h ../../include/openssl/ecdh
[all...]
/external/openssl/apps/
H A DMakefile179 app_rand.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
195 apps.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
212 asn1pars.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
229 ca.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
246 ciphers.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
266 cms.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
280 crl.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
296 crl2p7.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
312 dgst.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
329 dh.o: ../include/openssl/ec.h ../include/openssl/ecdh
[all...]
H A Ds_server.c1394 EC_KEY *ecdh=NULL; local
1406 ecdh = EC_KEY_new_by_curve_name(nid);
1407 if (ecdh == NULL)
1415 if (ecdh != NULL)
1422 ecdh = EC_KEY_new_by_curve_name(NID_sect163r2);
1423 if (ecdh == NULL)
1431 SSL_CTX_set_tmp_ecdh(ctx,ecdh);
1434 SSL_CTX_set_tmp_ecdh(ctx2,ecdh);
1436 EC_KEY_free(ecdh);
/external/openssl/crypto/evp/
H A DMakefile142 c_all.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
155 c_allc.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
168 c_alld.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
181 dig_eng.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
195 digest.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
330 enc_min.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
364 evp_cnf.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
378 evp_enc.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
401 evp_key.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
425 evp_pbe.o: ../../include/openssl/ec.h ../../include/openssl/ecdh
[all...]
/external/openssl/crypto/conf/
H A DMakefile114 conf_mall.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
129 conf_mod.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
143 conf_sap.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
/external/openssl/crypto/ecdsa/
H A DMakefile97 ecs_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
120 ecs_sign.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
134 ecs_vrf.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
/external/openssl/crypto/asn1/
H A DMakefile143 a_digest.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
251 a_sign.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
264 a_strex.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
319 a_verify.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
340 asn1_gen.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
372 asn_mime.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
387 asn_moid.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
483 n_pkey.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
497 nsseq.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
510 p5_pbe.o: ../../include/openssl/ecdh
[all...]

Completed in 177 milliseconds

12