]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: rng - Convert crypto_rng to new style crypto_type
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 20 Apr 2015 05:39:03 +0000 (13:39 +0800)
committerSomasundaram Krishnasamy <somasundaram.krishnasamy@oracle.com>
Wed, 13 Sep 2017 21:21:34 +0000 (14:21 -0700)
commit57d9ca6aefb513a6dcd67ff0897b697247461cb2
tree29e50ec68c7085989a9d49e14b7d51a0a0d48123
parentfe452c4e2899cbb73cad17f46d1311a1d952db62
crypto: rng - Convert crypto_rng to new style crypto_type

Orabug: 26330509

This patch converts the top-level crypto_rng to the "new" style.
It was the last algorithm type added before we switched over
to the new way of doing things exemplified by shash.

All users will automatically switch over to the new interface.

Note that this patch does not touch the low-level interface to
rng implementations.

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