]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit60c60100f58373ac8ca384eadf3a0223f25bcce2
treeab302f2028b8616cdc666b5a6689e636c1003fa6
parentee7a95abc114e00a72b686d20b26d450067f38bc
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