]> 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)
commit5a8b62a240021a4282950a5a8c25c33e98a8da1c
treeab302f2028b8616cdc666b5a6689e636c1003fa6
parent388d0f08916ffb86125500be51e39c5b09c7e21a
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