]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - crypto/drbg.c
crypto: drbg - use of kernel linked list
authorStephan Mueller <smueller@chronox.de>
Sat, 28 Jun 2014 19:58:24 +0000 (21:58 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 4 Jul 2014 13:09:20 +0000 (21:09 +0800)
commit8c98716601bc05091ff49aa8ebf5299a0c6604a0
treeab302f2028b8616cdc666b5a6689e636c1003fa6
parent8fecaad77fb9e076daa462ac1596330a604e23ad
crypto: drbg - use of kernel linked list

The DRBG-style linked list to manage input data that is fed into the
cipher invocations is replaced with the kernel linked list
implementation.

The change is transparent to users of the interfaces offered by the
DRBG. Therefore, no changes to the testmgr code is needed.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/drbg.c
include/crypto/drbg.h