aboutsummaryrefslogtreecommitdiff
path: root/crypto/pcbc.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-26crypto: pcbc - remove redundant assignment to nbytesGravatar Colin Ian King 1-2/+2
2021-01-03crypto: remove cipher routines from public crypto APIGravatar Ard Biesheuvel 1-0/+2
2019-12-27crypto: skcipher - Add skcipher_ialg_simple helperGravatar Herbert Xu 1-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-04-18crypto: run initcalls for generic implementations earlierGravatar Eric Biggers 1-1/+1
2019-01-11crypto: pcbc - convert to skcipher_alloc_instance_simple()Gravatar Eric Biggers 1-114/+11
2019-01-11crypto: pcbc - remove ability to wrap internal ciphersGravatar Eric Biggers 1-7/+3
2019-01-11crypto: pcbc - remove bogus memcpy()s with src == destGravatar Eric Biggers 1-10/+4
2018-11-29crypto: do not free algorithm before usingGravatar Pan Bian 1-2/+4
2018-04-21crypto: remove several VLAsGravatar Salvatore Mesoraca 1-2/+3
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsGravatar Ard Biesheuvel 1-8/+4
2017-02-11crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticGravatar Ard Biesheuvel 1-3/+0
2017-01-13crypto: Replaced gcc specific attributes with macros from compiler.hGravatar Gideon Israel Dsouza 1-1/+2
2016-11-28crypto: pcbc - Convert to skcipherGravatar Herbert Xu 1-92/+109
2014-11-26crypto: include crypto- module prefix in templateGravatar Kees Cook 1-0/+1
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)Gravatar David Howells 1-1/+1
2008-01-11[CRYPTO] pcbc: Use crypto_xorGravatar Herbert Xu 1-81/+24
2007-05-02[CRYPTO] templates: Pass type/mask when creating instancesGravatar Herbert Xu 1-3/+8
2007-02-07[CRYPTO] api: Add type-safe spawnsGravatar Herbert Xu 1-4/+5
2007-02-07[CRYPTO] pcbc: Add Propagated CBC templateGravatar David Howells 1-0/+348