aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cbc.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers
2019-01-11crypto: cbc - convert to skcipher_alloc_instance_simple()Eric Biggers
2018-11-29crypto: do not free algorithm before usingPan Bian
2017-03-09crypto: cbc - Propagate NEED_FALLBACK bitMarcelo Cerri
2017-02-11crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel
2016-11-28crypto: cbc - Export CBC implementationHerbert Xu
2016-11-28crypto: cbc - Convert to skcipherHerbert Xu
2014-11-26crypto: include crypto- module prefix in templateKees Cook
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells
2008-01-11[CRYPTO] cbc: Require block size to be a power of 2Herbert Xu
2008-01-11[CRYPTO] cbc: Use crypto_xorHerbert Xu
2007-05-02[CRYPTO] templates: Pass type/mask when creating instancesHerbert Xu
2007-02-07[CRYPTO] api: Add type-safe spawnsHerbert Xu
2006-09-21[CRYPTO] cipher: Added block ciphers for CBC/ECBHerbert Xu