Searched hist:c0d6bd1fd367a5374bff7e3f3bdf47beb84893c8 (Results 1 – 3 of 3) sorted by relevance
/linux/include/crypto/ |
H A D | ecc_curve.h | diff c0d6bd1fd367a5374bff7e3f3bdf47beb84893c8 Thu Apr 04 16:18:48 CEST 2024 Stefan Berger <stefanb@linux.ibm.com> crypto: ecc - Add nbits field to ecc_curve structure
Add the number of bits a curve has to the ecc_curve definition to be able to derive the number of bytes a curve requires for its coordinates from it. It also allows one to identify a curve by its particular size. Set the number of bits on all curve definitions.
Tested-by: Lukas Wunner <lukas@wunner.de> Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org> Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Reviewed-by: Vitaly Chikunov <vt@altlinux.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
/linux/crypto/ |
H A D | ecrdsa_defs.h | diff c0d6bd1fd367a5374bff7e3f3bdf47beb84893c8 Thu Apr 04 16:18:48 CEST 2024 Stefan Berger <stefanb@linux.ibm.com> crypto: ecc - Add nbits field to ecc_curve structure
Add the number of bits a curve has to the ecc_curve definition to be able to derive the number of bytes a curve requires for its coordinates from it. It also allows one to identify a curve by its particular size. Set the number of bits on all curve definitions.
Tested-by: Lukas Wunner <lukas@wunner.de> Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org> Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Reviewed-by: Vitaly Chikunov <vt@altlinux.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | ecc_curve_defs.h | diff c0d6bd1fd367a5374bff7e3f3bdf47beb84893c8 Thu Apr 04 16:18:48 CEST 2024 Stefan Berger <stefanb@linux.ibm.com> crypto: ecc - Add nbits field to ecc_curve structure
Add the number of bits a curve has to the ecc_curve definition to be able to derive the number of bytes a curve requires for its coordinates from it. It also allows one to identify a curve by its particular size. Set the number of bits on all curve definitions.
Tested-by: Lukas Wunner <lukas@wunner.de> Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org> Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Reviewed-by: Vitaly Chikunov <vt@altlinux.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|