Commits
Keerthy committed dd0e1d49b3a
crypto: sa2ul: Add aead support for hmac(sha1)cbc(aes) algorithm Add aead support for hmac(sha1)cbc(aes) algorithm. Authenticated encryption (AE) and authenticated encryption with associated data (AEAD) is a form of encryption which simultaneously provides confidentiality, integrity, and authenticity assurances on the data. hmac(sha1) has a digest size of 20 bytes is used for authetication and AES in CBC mode is used in conjunction for encryption/decryption. Signed-off-by: Keerthy <j-keerthy@ti.com>