X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=crypto%2Fecc.c;h=414c78a9c2143b700b7200dbf3216d285b93620c;hb=refs%2Fheads%2Fsched_update_prio;hp=9aedec6bbe728a5492fa1f340f8c19f6bf13da54;hpb=3c4b23901a0c766879dff680cd6bdab47bcdbbd2;p=deliverable%2Flinux.git diff --git a/crypto/ecc.c b/crypto/ecc.c index 9aedec6bbe72..414c78a9c214 100644 --- a/crypto/ecc.c +++ b/crypto/ecc.c @@ -966,7 +966,7 @@ out: return ret; } -int ecdh_shared_secret(unsigned int curve_id, unsigned int ndigits, +int crypto_ecdh_shared_secret(unsigned int curve_id, unsigned int ndigits, const u8 *private_key, unsigned int private_key_len, const u8 *public_key, unsigned int public_key_len, u8 *secret, unsigned int secret_len)