commit | 662f70ede5975ce68a1c3524c9fa080c44a38b44 | [log] [tgz] |
---|---|---|
author | Horia Geantă <horia.geanta@nxp.com> | Tue Dec 19 12:16:05 2017 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Dec 28 17:56:47 2017 +1100 |
tree | 81216ca59ab4de12a02765c7069d4ef0ac10963e | |
parent | 6674a4fdc6c2e690b28b7f590cd20871aeee55ad [diff] |
crypto: caam - remove needless ablkcipher key copy ablkcipher shared descriptors are relatively small, thus there is enough space for the key to be inlined. Accordingly, there is no need to copy the key in ctx->key. Signed-off-by: Horia Geantă <horia.geanta@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>