Re: [PATCH v2 01/14] mpi: Introduce mpi_key_length()

2024-08-19 Thread Jarkko Sakkinen
On Sun Aug 18, 2024 at 7:57 PM EEST, Roberto Sassu wrote: > From: Roberto Sassu > > Introduce the new function to get the number of bits and bytes from an MPI. > > Signed-off-by: Roberto Sassu > Signed-off-by: David Howells > --- > include/linux/mpi.h | 2 ++ > lib/crypto/mpi/mpicoder.c

[PATCH v2 01/14] mpi: Introduce mpi_key_length()

2024-08-18 Thread Roberto Sassu
From: Roberto Sassu Introduce the new function to get the number of bits and bytes from an MPI. Signed-off-by: Roberto Sassu Signed-off-by: David Howells --- include/linux/mpi.h | 2 ++ lib/crypto/mpi/mpicoder.c | 33 ++--- 2 files changed, 28 insertions(+),