/external/openssl/crypto/ecdh/ |
ech_key.c | 75 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key,
|
ecdh.h | 94 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh,
|
ecdhtest.c | 207 aout=ECDH_compute_key(abuf,alen,EC_KEY_get0_public_key(b),a,KDF1_SHA1); 224 bout=ECDH_compute_key(bbuf,blen,EC_KEY_get0_public_key(a),b,KDF1_SHA1);
|
/external/openssl/include/openssl/ |
ecdh.h | 94 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh,
|
/external/openssl/crypto/ec/ |
ec_pmeth.c | 197 ret = ECDH_compute_key(key, outlen, pubkey, ctx->pkey->pkey.ec, 0);
|
/external/openssl/apps/ |
speed.c | [all...] |
/external/openssl/ssl/ |
d1_clnt.c | 1177 n=ECDH_compute_key(p, (field_size+7)/8, srvr_ecpoint, clnt_ecdh, NULL); [all...] |
s3_clnt.c | [all...] |
s3_srvr.c | [all...] |