From: Daniel Borkmann Date: Wed, 11 Dec 2013 10:28:59 +0000 (+0100) Subject: crypto: arch - use crypto_memneq instead of memcmp X-Git-Tag: v3.14-rc1~117^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fed286110f4bab01f93f06c32951fbc120fb71b1;p=pandora-kernel.git crypto: arch - use crypto_memneq instead of memcmp Replace remaining occurences (just as we did in crypto/) under arch/*/crypto/ that make use of memcmp() for comparing keys or authentication tags for usage with crypto_memneq(). It can simply be used as a drop-in replacement for the normal memcmp(). Signed-off-by: Daniel Borkmann Cc: James Yonan Signed-off-by: Herbert Xu --- Reading git-diff-tree failed