From: Neil Horman Date: Thu, 14 Aug 2008 12:15:52 +0000 (+1000) Subject: crypto: rng - RNG interface and implementation X-Git-Tag: v2.6.28-rc1~726^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17f0f4a47df9aea9ee26c939f8057c35e0be1847;p=pandora-kernel.git crypto: rng - RNG interface and implementation This patch adds a random number generator interface as well as a cryptographic pseudo-random number generator based on AES. 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