summaryrefslogtreecommitdiff
path: root/crypto/pcbc.c
AgeCommit message (Expand)Author
2019-03-23crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel
2017-02-11crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel
2017-01-13crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza
2016-11-28crypto: pcbc - 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] pcbc: 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
2007-02-07[CRYPTO] pcbc: Add Propagated CBC templateDavid Howells