lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 1 Feb 2021 08:04:27 -0500
From:   Stefan Berger <stefanb@...ux.ibm.com>
To:     yumeng <yumeng18@...wei.com>, keyrings@...r.kernel.org,
        linux-crypto@...r.kernel.org,
        Herbert Xu <herbert@...dor.apana.org.au>
Cc:     linux-kernel@...r.kernel.org, patrick@...terwijk.org,
        linux-integrity@...r.kernel.org,
        "David S. Miller" <davem@...emloft.net>
Subject: Re: [PATCH v6 1/4] crypto: Add support for ECDSA signature
 verification

On 2/1/21 2:24 AM, yumeng wrote:
>
>
> 在 2021/2/1 7:32, Stefan Berger 写道:
>> +/**
>> + * 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
>
>
> Shall we move this definition to 'include/crypto'? Other drivers may 
> also want to use it.

Maybe the driver that starts using would move it?


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ