]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: rng - Convert low-level crypto_rng to new style
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 21 Apr 2015 02:46:38 +0000 (10:46 +0800)
committerSomasundaram Krishnasamy <somasundaram.krishnasamy@oracle.com>
Wed, 13 Sep 2017 21:21:34 +0000 (14:21 -0700)
commit912272f6ac1e48594bc25292bc923646546356d7
tree9c026f6165625f4db6e30a23989fadc3b7aecec7
parentc2566dcfca7927b3c1be17da63463e96f34778ea
crypto: rng - Convert low-level crypto_rng to new style

Orabug: 26330509

This patch converts the low-level crypto_rng interface to the
"new" style.

This allows existing implementations to be converted over one-
by-one.  Once that is complete we can then remove the old rng
interface.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
(cherry picked from commit acec27ff35af9caf34d76d16ee17ff3b292e7d83)
Signed-off-by: Somasundaram Krishnasamy <somasundaram.krishnasamy@oracle.com>
Reviewed-by: Jack Vogel <jack.vogel@oracle.com>
crypto/rng.c
include/crypto/internal/rng.h
include/crypto/rng.h
include/linux/crypto.h