Messages in this thread |  | | Date | Thu, 16 Apr 2020 16:06:41 +1000 | From | Herbert Xu <> | Subject | Re: [PATCH 1/7] crypto: rng - add missing __crypto_rng_cast to the rng header |
| |
On Fri, Apr 03, 2020 at 07:50:32PM +0000, Corentin Labbe wrote: > This patch add __crypto_rng_cast() to the rng header like other > __algo_cast functions. > > Signed-off-by: Corentin Labbe <clabbe@baylibre.com> > --- > include/crypto/rng.h | 5 +++++ > 1 file changed, 5 insertions(+)
This should never be exported. Either change the driver to use use crypto_tfm_ctx instead of crypto_rng_ctx, or if you have the time please convert the rng API over to the new way of doing things like aead/skcipher.
Thanks, -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
|  |