commit | bd30cf533b77420b7c504c09cef5ba26b0c9dcb4 | [log] [tgz] |
---|---|---|
author | Iuliana Prodan <iuliana.prodan@nxp.com> | Fri Feb 08 15:50:08 2019 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Feb 15 13:21:55 2019 +0800 |
tree | ac98fc4fef223060b37e255578258c941544afaf | |
parent | ba4cf71b6f1b0165f34888b17fe44f4235dd0132 [diff] |
crypto: export arc4 defines Some arc4 cipher algorithm defines show up in two places: crypto/arc4.c and drivers/crypto/bcm/cipher.h. Let's export them in a common header and update their users. Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com> Reviewed-by: Horia Geantă <horia.geanta@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>