]> git.baikalelectronics.ru Git - kernel.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)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 21 Apr 2015 02:19:57 +0000 (10:19 +0800)
commit13f01ae5c40e5ef2431ef54b0c6f0d5285faa946
tree18cce1bc75fad593b10995e50197f41d2a9ca267
parentf3e25fc9c96ad9f16b243fc2b5f3327a9d506938
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