]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - crypto/rng.c
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)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 22 Apr 2015 01:30:14 +0000 (09:30 +0800)
commitacec27ff35af9caf34d76d16ee17ff3b292e7d83
treecbbadbe7b3b8ed91da58850cd147145c944b359c
parent3c5d8fa9f56ad0928e7a1f06003e5034f5eedb52
crypto: rng - Convert low-level crypto_rng to new style

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