[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1617676379-18079-1-git-send-email-yumeng18@huawei.com>
Date: Tue, 6 Apr 2021 10:32:59 +0800
From: Meng Yu <yumeng18@...wei.com>
To: <herbert@...dor.apana.org.au>, <davem@...emloft.net>
CC: <linux-crypto@...r.kernel.org>, <wangzhou1@...ilicon.com>,
<yumeng18@...wei.com>, <linux-kernel@...r.kernel.org>
Subject: [PATCH v2] ecc: delete a useless function declaration
This function declaration has been added in 'ecc_curve.h',
delete it in 'crypto/ecc.h'.
Fixes: 4e6602916bc6(crypto: ecdsa - Add support for ECDSA ...)
Signed-off-by: Meng Yu <yumeng18@...wei.com>
---
v1 -> v2: Modify the 'Fixes tag' from '14bb76768275' to '4e6602916bc6 '.
---
crypto/ecc.h | 8 --------
1 file changed, 8 deletions(-)
diff --git a/crypto/ecc.h b/crypto/ecc.h
index 46aa9bc..a006132 100644
--- a/crypto/ecc.h
+++ b/crypto/ecc.h
@@ -56,14 +56,6 @@ static inline void ecc_swap_digits(const u64 *in, u64 *out, unsigned int ndigits
}
/**
- * ecc_get_curve() - Get a curve given its curve_id
- * @curve_id: Id of the curve
- *
- * Returns pointer to the curve data, NULL if curve is not available
- */
-const struct ecc_curve *ecc_get_curve(unsigned int curve_id);
-
-/**
* ecc_is_key_valid() - Validate a given ECDH private key
*
* @curve_id: id representing the curve to use
--
2.8.1
Powered by blists - more mailing lists