summaryrefslogtreecommitdiffstats
path: root/crypto/keywrap.c
AgeCommit message (Expand)AuthorLines
2021-04-02crypto: keywrap - Remove else after break statementMilan Djurovic-2/+2
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel-0/+2
2019-12-27crypto: skcipher - Add skcipher_ialg_simple helperHerbert Xu-8/+7
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers-1/+1
2019-01-11crypto: keywrap - convert to skcipher APIEric Biggers-133/+65
2017-11-29crypto: keywrap - Add missing ULL suffixes for 64-bit constantsGeert Uytterhoeven-2/+2
2017-10-12crypto: keywrap - simplify codeStephan Mueller-58/+26
2016-02-01crypto: keywrap - memzero the correct memoryDan Carpenter-2/+2
2015-10-15crypto: keywrap - add key wrapping block chaining modeStephan Mueller-0/+419