summaryrefslogtreecommitdiffstats
path: root/crypto/pcbc.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: remove several VLAsSalvatore Mesoraca2018-04-211-2/+3
* crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel2017-08-041-8/+4
* crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel2017-02-111-3/+0
* crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza2017-01-131-1/+2
* crypto: pcbc - Convert to skcipherHerbert Xu2016-11-281-92/+109
* crypto: include crypto- module prefix in templateKees Cook2014-11-261-0/+1
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-071-1/+1
* [CRYPTO] pcbc: Use crypto_xorHerbert Xu2008-01-111-81/+24
* [CRYPTO] templates: Pass type/mask when creating instancesHerbert Xu2007-05-021-3/+8
* [CRYPTO] api: Add type-safe spawnsHerbert Xu2007-02-071-4/+5
* [CRYPTO] pcbc: Add Propagated CBC templateDavid Howells2007-02-071-0/+348
OpenPOWER on IntegriCloud