From: Stephan Mueller Date: Tue, 14 Oct 2014 19:50:13 +0000 (+0200) Subject: crypto: drbg - use crypto_inc X-Git-Tag: omap-for-v3.20/drop-legacy-3517~96^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41a84982a1d728165554be3e2be845f2caf83b55;p=pandora-kernel.git crypto: drbg - use crypto_inc The DRBG internal buffer addition function is replaced with crypto_inc when a buffer is to be incremented by one. The function drbg_add_buf is moved to the CONFIG_CRYPTO_DRBG_HASH ifdef area as it is now only needed for the Hash DRBG. Signed-off-by: Stephan Mueller Signed-off-by: Herbert Xu --- Reading git-diff-tree failed