aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pcbc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers1-1/+1
2019-01-11crypto: pcbc - convert to skcipher_alloc_instance_simple()Eric Biggers1-114/+11
2019-01-11crypto: pcbc - remove ability to wrap internal ciphersEric Biggers1-7/+3
2019-01-11crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers1-10/+4
2018-11-29crypto: do not free algorithm before usingPan Bian1-2/+4
2018-04-21crypto: remove several VLAsSalvatore Mesoraca1-2/+3
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel1-8/+4
2017-02-11crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel1-3/+0
2017-01-13crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza1-1/+2
2016-11-28crypto: pcbc - Convert to skcipherHerbert Xu1-92/+109
2014-11-26crypto: include crypto- module prefix in templateKees Cook1-0/+1
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-1/+1
2008-01-11[CRYPTO] pcbc: Use crypto_xorHerbert Xu1-81/+24
2007-05-02[CRYPTO] templates: Pass type/mask when creating instancesHerbert Xu1-3/+8
2007-02-07[CRYPTO] api: Add type-safe spawnsHerbert Xu1-4/+5
2007-02-07[CRYPTO] pcbc: Add Propagated CBC templateDavid Howells1-0/+348