Eric Biggers c8c36413ca crypto: speck - export common helpers
Export the Speck constants and transform context and the ->setkey(),
->encrypt(), and ->decrypt() functions so that they can be reused by the
ARM NEON implementation of Speck-XTS.  The generic key expansion code
will be reused because it is not performance-critical and is not
vectorizable, while the generic encryption and decryption functions are
needed as fallbacks and for the XTS tweak encryption.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2018-02-22 22:16:54 +08:00
..
2016-11-28 21:23:21 +08:00
2017-09-22 17:43:08 +08:00
2017-07-18 17:50:57 +08:00
2015-06-04 15:05:08 +08:00
2017-09-22 17:43:07 +08:00
2018-02-22 22:16:54 +08:00