Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1258805pxb; Thu, 4 Mar 2021 07:14:13 -0800 (PST) X-Google-Smtp-Source: ABdhPJyN0onlD5JeINHN6i4Le5X0wZDTi/I74S4rufiPY+LzjUq9MRncWSV1WltIQQnE5VByL0JV X-Received: by 2002:a05:6402:520b:: with SMTP id s11mr4959603edd.212.1614870852620; Thu, 04 Mar 2021 07:14:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1614870852; cv=none; d=google.com; s=arc-20160816; b=gFFi/lpZpfsXlkaFO/FT6akwNuFpMO9DRadTsd0jlfqNO/Zjm/rynPgXjj6L5M/SUS xrOkSOfYyR0Ie7lbh47LHSnXYKM0B+nm8BvMc7dO1n0/9M1m3NIRW2eSSbNrXxm0Jqfa x6xHnh+zOkxHg0UznMhTXzK5djdLYT23LpMuGbFfQmuzxEJIIj/OvLYhMWAB8sfDzyYo pxbysjIezD6vnytaBrSixdrhxfVsHRVz/SuAKM6AB8iSl2B0bhpBQC2xZvQ24TskacL/ +bKZL5aK0UYqkbn11y17gNf+zMpPdwLgxLr7htgdKL+a/VTfNCQ8h1jaEoHk5oRhofow 9TlQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:references:in-reply-to:message-id :date:subject:cc:to:from; bh=HZuyNGz430dkJ1/5iDeuSQYc9TDzfonfJavREg7rlo4=; b=Q9a+jQmKSQ2xfK9PM0IA9SRpB88W6qsxVSAsCak61dn3dxZQWfFzVRqpv8S26WOimc LOdojNgWBrYDZXICmM8jSy7g98cMXUDcphVvV3KB/8QHXy4Uy4TL94JE5UPD7K7b6jd7 IBkbL39b5/Q7lx1y1AqjG45uTyoF2UuSFI80z8NZK+zuaYg4R4qq4wCcVwMHmLs9uJGN AVEK7oR7OApp/+g6GfkQThHfV0H9m9Qtc7/aePBq5c/Oo/GwZ9wCADX0HfxOSJxZPo/O 64h2Aeksxjot2GY04h1yDhAtHKJY++hAidp9WO82e+JXQfw/YelJTNz0ptucsi1cLhMa ZUkQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z18si16901863ejx.409.2021.03.04.07.13.49; Thu, 04 Mar 2021 07:14:12 -0800 (PST) Received-SPF: pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235469AbhCDGkA (ORCPT + 99 others); Thu, 4 Mar 2021 01:40:00 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:12684 "EHLO szxga04-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235373AbhCDGje (ORCPT ); Thu, 4 Mar 2021 01:39:34 -0500 Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4Drh334x2nzlSXZ; Thu, 4 Mar 2021 14:36:15 +0800 (CST) Received: from localhost.localdomain (10.67.165.24) by DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id 14.3.498.0; Thu, 4 Mar 2021 14:38:13 +0800 From: Meng Yu To: , , , , , CC: , , , , Subject: [PATCH v10 4/7] crypto: and expose ecc curves Date: Thu, 4 Mar 2021 14:35:47 +0800 Message-ID: <1614839750-29670-5-git-send-email-yumeng18@huawei.com> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1614839750-29670-1-git-send-email-yumeng18@huawei.com> References: <1614839750-29670-1-git-send-email-yumeng18@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.67.165.24] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Move 'ecc_get_curve' to 'include/crypto/ecc_curve.h', so everyone in kernel tree can easily get ecc curve params; Signed-off-by: Meng Yu Reviewed-by: Zaibo Xu --- crypto/ecc.c | 5 ++++- crypto/ecc.h | 37 ++------------------------------ include/crypto/ecc_curve.h | 53 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 59 insertions(+), 36 deletions(-) create mode 100644 include/crypto/ecc_curve.h diff --git a/crypto/ecc.c b/crypto/ecc.c index c80aa25..4b55ad0 100644 --- a/crypto/ecc.c +++ b/crypto/ecc.c @@ -24,6 +24,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include #include #include #include @@ -42,7 +43,8 @@ typedef struct { u64 m_high; } uint128_t; -static inline const struct ecc_curve *ecc_get_curve(unsigned int curve_id) + +const struct ecc_curve *ecc_get_curve(unsigned int curve_id) { switch (curve_id) { /* In FIPS mode only allow P256 and higher */ @@ -54,6 +56,7 @@ static inline const struct ecc_curve *ecc_get_curve(unsigned int curve_id) return NULL; } } +EXPORT_SYMBOL(ecc_get_curve); static u64 *ecc_alloc_digits_space(unsigned int ndigits) { diff --git a/crypto/ecc.h b/crypto/ecc.h index d4e546b..38a81d4 100644 --- a/crypto/ecc.h +++ b/crypto/ecc.h @@ -26,6 +26,8 @@ #ifndef _CRYPTO_ECC_H #define _CRYPTO_ECC_H +#include + /* One digit is u64 qword. */ #define ECC_CURVE_NIST_P192_DIGITS 3 #define ECC_CURVE_NIST_P256_DIGITS 4 @@ -33,44 +35,9 @@ #define ECC_DIGITS_TO_BYTES_SHIFT 3 -/** - * struct ecc_point - elliptic curve point in affine coordinates - * - * @x: X coordinate in vli form. - * @y: Y coordinate in vli form. - * @ndigits: Length of vlis in u64 qwords. - */ -struct ecc_point { - u64 *x; - u64 *y; - u8 ndigits; -}; - #define ECC_POINT_INIT(x, y, ndigits) (struct ecc_point) { x, y, ndigits } /** - * struct ecc_curve - definition of elliptic curve - * - * @name: Short name of the curve. - * @g: Generator point of the curve. - * @p: Prime number, if Barrett's reduction is used for this curve - * pre-calculated value 'mu' is appended to the @p after ndigits. - * Use of Barrett's reduction is heuristically determined in - * vli_mmod_fast(). - * @n: Order of the curve group. - * @a: Curve parameter a. - * @b: Curve parameter b. - */ -struct ecc_curve { - char *name; - struct ecc_point g; - u64 *p; - u64 *n; - u64 *a; - u64 *b; -}; - -/** * ecc_is_key_valid() - Validate a given ECDH private key * * @curve_id: id representing the curve to use diff --git a/include/crypto/ecc_curve.h b/include/crypto/ecc_curve.h new file mode 100644 index 0000000..19a35da --- /dev/null +++ b/include/crypto/ecc_curve.h @@ -0,0 +1,53 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* Copyright (c) 2021 HiSilicon */ + +#ifndef _CRYTO_ECC_CURVE_H +#define _CRYTO_ECC_CURVE_H + +#include + +/** + * struct ecc_point - elliptic curve point in affine coordinates + * + * @x: X coordinate in vli form. + * @y: Y coordinate in vli form. + * @ndigits: Length of vlis in u64 qwords. + */ +struct ecc_point { + u64 *x; + u64 *y; + u8 ndigits; +}; + +/** + * struct ecc_curve - definition of elliptic curve + * + * @name: Short name of the curve. + * @g: Generator point of the curve. + * @p: Prime number, if Barrett's reduction is used for this curve + * pre-calculated value 'mu' is appended to the @p after ndigits. + * Use of Barrett's reduction is heuristically determined in + * vli_mmod_fast(). + * @n: Order of the curve group. + * @a: Curve parameter a. + * @b: Curve parameter b. + */ +struct ecc_curve { + char *name; + struct ecc_point g; + u64 *p; + u64 *n; + u64 *a; + u64 *b; +}; + +/** + * ecc_get_curve() - get elliptic curve; + * @curve_id: Curves IDs: + * defined in 'include/crypto/ecdh.h'; + * + * Returns curve if get curve succssful, NULL otherwise + */ +const struct ecc_curve *ecc_get_curve(unsigned int curve_id); + +#endif -- 2.8.1