From: Stephan Mueller Date: Sun, 17 Aug 2014 15:41:10 +0000 (+0200) Subject: crypto: drbg - remove configuration of fixed values X-Git-Tag: fixes-for-v3.18-merge-window~17^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05c81ccd9087d238c10b234eadb55632742e5518;p=pandora-kernel.git crypto: drbg - remove configuration of fixed values SP800-90A mandates several hard-coded values. The old drbg_cores allows the setting of these values per DRBG implementation. However, due to the hard requirement of SP800-90A, these values are now returned globally for each DRBG. The ability to set such values per DRBG is therefore removed. Signed-off-by: Stephan Mueller Signed-off-by: Herbert Xu --- Reading git-diff-tree failed