Re: [PATCH] crypto: Move RSA+MPI constructs into an #include file

2016-10-24 Thread Herbert Xu
On Fri, Oct 14, 2016 at 02:36:00PM -0500, Gary R Hook wrote: > Move RSA support of general use into internal/rsa.h. > This allows reuse of, e.g. RSA MPI keys and support > functions. > > Signed-off-by: Gary R Hook Please fold this patch into the series that makes use of it.

[PATCH] crypto: Move RSA+MPI constructs into an #include file

2016-10-14 Thread Gary R Hook
Move RSA support of general use into internal/rsa.h. This allows reuse of, e.g. RSA MPI keys and support functions. Signed-off-by: Gary R Hook --- crypto/rsa.c | 16 include/crypto/internal/rsa.h | 17 + 2 files changed,