From: Catalin Vasile Date: Fri, 31 Oct 2014 10:45:38 +0000 (+0200) Subject: crypto: caam - add support for givencrypt cbc(aes) and rfc3686(ctr(aes)) X-Git-Tag: omap-for-v3.19/fixes-rc1~99^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7222d1a3410388c8e21a5028ba2beb498938b57f;p=pandora-kernel.git crypto: caam - add support for givencrypt cbc(aes) and rfc3686(ctr(aes)) Add support for one-shot givencrypt algorithms. Givencrypt algorithms will generate their IV and encrypt data within the same shared job descriptors. Current algorithms merged from ablkcipher to givencrypt are: - AES Cipher Block Chaining (CBC) - AES Counter Mode (CTR) compliant with RFC3686 Signed-off-by: Catalin Vasile Signed-off-by: Herbert Xu --- Reading git-diff-tree failed