This patch set adds support for the following additional AEAD suites: - authenc(hmac(sha1),cbc(des3_ede)) - authenc(hmac(sha1),rfc3686(ctr(aes))) - authenc(hmac(sha224),rfc3686(ctr(aes))) - authenc(hmac(sha256),rfc3686(ctr(aes))) - authenc(hmac(sha384),rfc3686(ctr(aes))) - authenc(hmac(sha512),rfc3686(ctr(aes))) It has been verified on an FPGA devboard and Macchiatobin (Armada 8K) Pascal van Leeuwen (3): crypto: inside-secure - add support for authenc(hmac(sha1),cbc(des3_ede)) crypto: inside-secure - added support for rfc3686(ctr(aes)) crypto: inside-secure - add support for authenc(hmac(sha*),rfc3686(ctr(aes))) suites drivers/crypto/inside-secure/safexcel.c | 30 +- drivers/crypto/inside-secure/safexcel.h | 38 +-- drivers/crypto/inside-secure/safexcel_cipher.c | 456 ++++++++++++++++++++++--- 3 files changed, 428 insertions(+), 96 deletions(-) -- 1.8.3.1