aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto/blake2s-glue.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-13crypto: blake2s: remove module_init and module.h inclusionGravatar Nick Alcock 1-3/+1
2023-04-13crypto: remove MODULE_LICENSE in non-modulesGravatar Nick Alcock 1-1/+0
2022-06-10crypto: blake2s - remove shash moduleGravatar Jason A. Donenfeld 1-2/+1
2022-01-07lib/crypto: blake2s: include as built-inGravatar Jason A. Donenfeld 1-62/+6
2021-01-03crypto: blake2s - share the "shash" API boilerplate codeGravatar Eric Biggers 1-67/+7
2021-01-03crypto: x86/blake2s - define shash_alg structs using macrosGravatar Eric Biggers 1-61/+23
2020-08-20crypto: algapi - Remove skbuff.h inclusionGravatar Herbert Xu 1-0/+1
2020-04-30crypto: arch/lib - limit simd usage to 4k chunksGravatar Jason A. Donenfeld 1-6/+4
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-3/+1
2019-11-27crypto: arch - conditionalize crypto api in arch glue for lib codeGravatar Jason A. Donenfeld 1-2/+4
2019-11-17crypto: blake2s - x86_64 SIMD implementationGravatar Jason A. Donenfeld 1-0/+233