From 1acebad3d8db8d5220b3010c2eb160c625434cf2 Mon Sep 17 00:00:00 2001 From: Yuan Kang Date: Fri, 15 Jul 2011 11:21:42 +0800 Subject: [PATCH] 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-format-patch failed