summaryrefslogtreecommitdiffstats
path: root/crypto/aria_generic.c
Commit message (Collapse)AuthorAgeFilesLines
* crypto: aria - prepare generic module for optimized implementationsTaehee Yoo2022-09-241-0/+313
It renames aria to aria_generic and exports some functions such as aria_set_key(), aria_encrypt(), and aria_decrypt() to be able to be used by aria-avx implementation. Signed-off-by: Taehee Yoo <ap420073@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>