/external/openssl/crypto/ecdh/ |
ech_ossl.c | 82 static int ecdh_compute_key(void *out, size_t len, const EC_POINT *pub_key, 88 ecdh_compute_key, 108 static int ecdh_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, function
|
ech_err.c | 74 {ERR_FUNC(ECDH_F_ECDH_COMPUTE_KEY), "ECDH_compute_key"},
|
ecdhtest.c | 211 aout=ECDH_compute_key(abuf,alen,EC_KEY_get0_public_key(b),a,KDF1_SHA1); 228 bout=ECDH_compute_key(bbuf,blen,EC_KEY_get0_public_key(a),b,KDF1_SHA1);
|
ecdh.h | 94 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh,
|
ech_key.c | 75 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key,
|
/external/openssh/ |
kexecdhc.c | 114 if (ECDH_compute_key(kbuf, klen, server_public, 116 fatal("%s: ECDH_compute_key failed", __func__);
|
kexecdhs.c | 106 if (ECDH_compute_key(kbuf, klen, client_public, 108 fatal("%s: ECDH_compute_key failed", __func__);
|
/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 | [all...] |
s3_srvr.c | [all...] |
s3_clnt.c | [all...] |