Commits
Vitaly Andrianov committed 8b99967ef4d
crypto: ks2: add processing functions and aead algorithms This commit adds security contexts and packet processing functions, which actually makes the driver functional. It also register the following algorhithms: - authenc(hmac(sha1),cbc(aes)); - authenc(hmac(sha1),cbc(des3_ede)); - authenc(xcbc(aes),cbc(aes)); - authenc(xcbc(aes),cbc(des3_ede)); Signed-off-by: Vitaly Andrianov <vitalya@ti.com> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>