commit | cfb725f6d3d31355fa4510da7d7bdce807045b42 | [log] [tgz] |
---|---|---|
author | Horia Geantă <horia.geanta@nxp.com> | Fri Feb 10 14:07:21 2017 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Feb 15 13:23:41 2017 +0800 |
tree | e9f5e9aabec67ca96d1653b7a5e38b3a526e9325 | |
parent | 838e0a89e33a6e15492b8e4d700fc64c21ca3587 [diff] |
crypto: caam - don't dma_map key for hash algorithms Shared descriptors for hash algorithms are small enough for (split) keys to be inlined in all cases. Since driver already does this, all what's left is to remove unused ctx->key_dma. Fixes: 045e36780f115 ("crypto: caam - ahash hmac support") Signed-off-by: Horia Geantă <horia.geanta@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>