aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pcbc.c
Commit message (Expand)AuthorAge
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-18
* crypto: pcbc - convert to skcipher_alloc_instance_simple()Eric Biggers2019-01-11
* crypto: pcbc - remove ability to wrap internal ciphersEric Biggers2019-01-11
* crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers2019-01-11
* crypto: do not free algorithm before usingPan Bian2018-11-29
* crypto: remove several VLAsSalvatore Mesoraca2018-04-20
* crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel2017-08-03
* crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel2017-02-11
* crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza2017-01-12
* crypto: pcbc - Convert to skcipherHerbert Xu2016-11-28
* crypto: include crypto- module prefix in templateKees Cook2014-11-26
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-07
* [CRYPTO] pcbc: Use crypto_xorHerbert Xu2008-01-10
* [CRYPTO] templates: Pass type/mask when creating instancesHerbert Xu2007-05-02
* [CRYPTO] api: Add type-safe spawnsHerbert Xu2007-02-06
* [CRYPTO] pcbc: Add Propagated CBC templateDavid Howells2007-02-06