summaryrefslogtreecommitdiff
path: root/arch/x86/crypto/blake2s-glue.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: blake2s: remove module_init and module.h inclusionNick Alcock2023-04-131-3/+1
* crypto: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
* crypto: blake2s - remove shash moduleJason A. Donenfeld2022-06-101-2/+1
* lib/crypto: blake2s: include as built-inJason A. Donenfeld2022-01-071-62/+6
* crypto: blake2s - share the "shash" API boilerplate codeEric Biggers2021-01-031-67/+7
* crypto: x86/blake2s - define shash_alg structs using macrosEric Biggers2021-01-031-61/+23
* crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-201-0/+1
* crypto: arch/lib - limit simd usage to 4k chunksJason A. Donenfeld2020-04-301-6/+4
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-3/+1
* crypto: arch - conditionalize crypto api in arch glue for lib codeJason A. Donenfeld2019-11-271-2/+4
* crypto: blake2s - x86_64 SIMD implementationJason A. Donenfeld2019-11-171-0/+233