summaryrefslogtreecommitdiffstats
path: root/crypto/aria_generic.c
AgeCommit message (Collapse)AuthorFilesLines
2022-09-24crypto: aria - prepare generic module for optimized implementationsTaehee Yoo1-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>