]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - crypto/rng.c
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)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 21 Apr 2015 02:19:57 +0000 (10:19 +0800)
commitd0e83059a6c9b04f00264a74b8f6439948de4613
tree18cce1bc75fad593b10995e50197f41d2a9ca267
parentf7c9bebe8bc79ddb8a50db441a53b59b61ae3ba8
crypto: rng - Convert crypto_rng to new style crypto_type

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>
crypto/rng.c
include/crypto/rng.h
include/linux/crypto.h