Eric Biggers 217afccf65 crypto: lrw - remove lrw_crypt()
Now that all users of lrw_crypt() have been removed in favor of the LRW
template wrapping an ECB mode algorithm, remove lrw_crypt().  Also
remove crypto/lrw.h as that is no longer needed either; and fold
'struct lrw_table_ctx' into 'struct priv', lrw_init_table() into
setkey(), and lrw_free_table() into exit_tfm().

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2018-03-03 00:03:34 +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
2017-09-22 17:43:07 +08:00
2018-02-22 22:16:54 +08:00
2018-03-03 00:03:33 +08:00