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

/external/openssh/
H A Dkexecdh.c39 #include <openssl/ecdh.h>
H A Dkexecdhs.c35 #include <openssl/ecdh.h>
H A Dkexecdhc.c37 #include <openssl/ecdh.h>
/external/boringssl/src/crypto/ecdh/
H A Decdh.c67 #include <openssl/ecdh.h>
/external/boringssl/src/ssl/
H A Ds3_srvr.c1242 EC_KEY *ecdh = NULL; local
1336 if (s->s3->tmp.ecdh != NULL) {
1341 ecdh = EC_KEY_new_by_curve_name(nid);
1342 if (ecdh == NULL) {
1345 s->s3->tmp.ecdh = ecdh;
1347 if (!EC_KEY_generate_key(ecdh)) {
1353 const EC_GROUP *group = EC_KEY_get0_group(ecdh);
1363 EC_POINT_point2oct(group, EC_KEY_get0_public_key(ecdh),
1374 encodedlen = EC_POINT_point2oct(group, EC_KEY_get0_public_key(ecdh),
[all...]
H A Ds3_clnt.c1064 EC_KEY *ecdh = NULL; local
1228 ecdh = EC_KEY_new_by_curve_name(curve_nid);
1229 if (ecdh == NULL) {
1235 group = EC_KEY_get0_group(ecdh);
1269 EC_KEY_set_public_key(ecdh, srvr_ecpoint);
1270 s->session->sess_cert->peer_ecdh_tmp = ecdh;
1271 ecdh = NULL;
1355 EC_KEY_free(ecdh);
H A Ds3_lib.c227 EC_KEY_free(s->s3->tmp.ecdh);
/external/boringssl/src/crypto/evp/
H A Dp_ec.c66 #include <openssl/ecdh.h>
/external/boringssl/include/openssl/
H A Dssl3.h442 EC_KEY *ecdh; /* holds short lived ECDH key */ member in struct:ssl3_state_st::__anon406
H A Dx509.h76 #include <openssl/ecdh.h>
/external/boringssl/src/include/openssl/
H A Dssl3.h442 EC_KEY *ecdh; /* holds short lived ECDH key */ member in struct:ssl3_state_st::__anon486
H A Dx509.h76 #include <openssl/ecdh.h>
/external/boringssl/
H A Dsources.mk133 src/crypto/ecdh/ecdh.c\

Completed in 211 milliseconds