From: Neil Horman Date: Mon, 7 Jul 2008 14:41:31 +0000 (+0800) Subject: crypto: prng - Deterministic CPRNG X-Git-Tag: v2.6.27-rc1~1107^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8454eebe380677789735fd6bad368af2e6b2d1e;p=pandora-kernel.git crypto: prng - Deterministic CPRNG This patch adds a cryptographic pseudo-random number generator based on CTR(AES-128). It is meant to be used in cases where a deterministic CPRNG is required. One of the first applications will be as an input in the IPsec IV generation process. Signed-off-by: Neil Horman Signed-off-by: Herbert Xu --- Reading git-diff-tree failed