From: Yuan Kang Date: Fri, 15 Jul 2011 03:21:42 +0000 (+0800) Subject: crypto: caam - faster aead implementation X-Git-Tag: v3.1-rc1~266^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1acebad3d8db8d5220b3010c2eb160c625434cf2;p=pandora-kernel.git crypto: caam - faster aead implementation Job descriptors only contain header and seq pointers. Other commands are stored in separate shared descriptors for encrypt, decrypt and givencrypt, stored as arrays in caam_ctx. This requires additional macros to create math commands to calculate assoclen and cryptlen. Signed-off-by: Yuan Kang Signed-off-by: Kim Phillips Signed-off-by: Herbert Xu --- Reading git-diff-tree failed