commit | 891dcbbb0e464da7313daf910956c3d78eb5d2d5 | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Tue Nov 05 16:00:54 2019 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Dec 11 16:36:57 2019 +0800 |
tree | 2363be25f370a682f995bbf769eee80ef3ecac40 | |
parent | eb5818aa08526b0004da82225b6915d787a4e4e1 [diff] |
crypto: omap-aes - add IV output handling Currently omap-aes driver does not copy end result IV out at all. This is evident with the additional checks done at the crypto test manager. Fix by copying out the IV values from HW. Signed-off-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>