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

123

/barrelfish-2018-10-04/lib/openssl-1.0.0d/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 */
99 ECDH_DATA *ecdh; local
101 ecdh = ecdh_check(eckey);
103 if (ecdh == NULL)
107 mtmp = ecdh->meth;
112 if (ecdh->engine)
114 ENGINE_finish(ecdh->engine);
115 ecdh->engine = NULL;
118 ecdh->meth = meth;
232 ECDH_DATA *ecdh; local
241 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
101 ech_lib.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
115 ech_ossl.o: ../../include/openssl/ecdh.h ../../include/openssl/err.h
/barrelfish-2018-10-04/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,
/barrelfish-2018-10-04/lib/openssl-1.0.0d/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
120 pcy_lib.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
134 pcy_map.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
147 pcy_node.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
161 pcy_tree.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
175 v3_addr.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
189 v3_akey.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
203 v3_akeya.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
217 v3_alt.o: ../../include/openssl/ec.h ../../include/openssl/ecdh
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/engine/
H A DMakefile88 eng_all.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
102 eng_cnf.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
115 eng_cryptodev.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
130 eng_ctrl.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
144 eng_dyn.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
157 eng_err.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
171 eng_fat.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
184 eng_init.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
197 eng_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
211 eng_list.o: ../../include/openssl/ec.h ../../include/openssl/ecdh
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509/
H A DMakefile90 by_dir.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
102 by_file.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
117 x509_att.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
131 x509_cmp.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
144 x509_d2.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
157 x509_def.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
170 x509_err.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
183 x509_ext.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
197 x509_lu.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
210 x509_obj.o: ../../include/openssl/ec.h ../../include/openssl/ecdh
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/err/
H A Derr_all.c81 #include <openssl/ecdh.h>
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/cms/
H A DMakefile85 cms_asn1.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
100 cms_att.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
116 cms_cd.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
132 cms_dd.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
148 cms_enc.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
164 cms_env.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
179 cms_err.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
194 cms_ess.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
208 cms_io.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
222 cms_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/pem/
H A DMakefile84 pem_all.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
98 pem_err.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
112 pem_info.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
127 pem_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
144 pem_oth.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
158 pem_pk8.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
173 pem_pkey.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
189 pem_seal.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
204 pem_sign.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
219 pem_x509.o: ../../include/openssl/ec.h ../../include/openssl/ecdh
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/pkcs12/
H A DMakefile86 p12_add.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
100 p12_asn.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
113 p12_attr.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
127 p12_crpt.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
141 p12_crt.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
154 p12_decr.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
168 p12_init.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
183 p12_key.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
196 p12_kiss.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
210 p12_mutl.o: ../../include/openssl/ec.h ../../include/openssl/ecdh
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ts/
H A DMakefile93 ts_asn1.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
109 ts_conf.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
125 ts_err.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
141 ts_lib.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
156 ts_req_print.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
173 ts_req_utils.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
190 ts_rsp_print.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
207 ts_rsp_sign.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
224 ts_rsp_utils.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
241 ts_rsp_verify.o: ../../include/openssl/ecdh
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/ccgost/
H A DMakefile96 gost2001.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
112 gost2001_keyx.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
131 gost94_keyx.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
147 gost_ameth.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
163 gost_asn1.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
178 gost_crypt.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
193 gost_ctl.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
208 gost_eng.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
224 gost_md.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
247 gost_pmeth.o: ../../include/openssl/ecdh
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dd1_srvr.c874 EC_KEY *ecdh=NULL, *ecdhp; local
1007 if (s->s3->tmp.ecdh != NULL)
1009 EC_KEY_free(s->s3->tmp.ecdh);
1025 ecdh = ecdhp;
1027 s->s3->tmp.ecdh=ecdh;
1028 if ((EC_KEY_get0_public_key(ecdh) == NULL) ||
1029 (EC_KEY_get0_private_key(ecdh) == NULL) ||
1032 if(!EC_KEY_generate_key(ecdh))
1039 if (((group = EC_KEY_get0_group(ecdh))
[all...]
H A Ds3_lib.c2161 if (s->s3->tmp.ecdh != NULL)
2162 EC_KEY_free(s->s3->tmp.ecdh);
2204 if (s->s3->tmp.ecdh != NULL)
2205 EC_KEY_free(s->s3->tmp.ecdh);
2351 EC_KEY *ecdh = NULL; local
2363 ecdh = (EC_KEY *)parg;
2366 if (!EC_KEY_generate_key(ecdh))
2368 EC_KEY_free(ecdh);
2375 s->cert->ecdh_tmp = ecdh;
2633 EC_KEY *ecdh local
[all...]
H A DMakefile112 bio_ssl.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
130 d1_both.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
151 d1_clnt.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
171 d1_enc.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
191 d1_lib.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
210 d1_meth.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
229 d1_pkt.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
250 d1_srvr.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
270 kssl.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
288 s23_clnt.o: ../include/openssl/ec.h ../include/openssl/ecdh
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A DMakefile173 app_rand.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
189 apps.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
205 asn1pars.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
222 ca.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
238 ciphers.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
259 cms.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
274 crl.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
289 crl2p7.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
305 dgst.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
322 dh.o: ../include/openssl/ec.h ../include/openssl/ecdh
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/pkcs7/
H A DMakefile108 pk7_asn1.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
120 pk7_attr.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
135 pk7_doit.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
148 pk7_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
161 pk7_mime.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
176 pk7_smime.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ocsp/
H A DMakefile84 ocsp_asn.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
98 ocsp_cl.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
113 ocsp_err.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
128 ocsp_ext.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
143 ocsp_ht.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
157 ocsp_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
172 ocsp_prn.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
188 ocsp_srv.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
203 ocsp_vfy.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/
H A DMakefile171 e_4758cca.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
188 e_aep.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
204 e_atalla.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
218 e_capi.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
231 e_chil.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
249 e_cswift.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
263 e_gmp.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
278 e_nuron.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
292 e_padlock.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
307 e_sureware.o: ../include/openssl/ecdh
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Dtests.com246 $ write sys$output "test ecdh"

Completed in 252 milliseconds

123