aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/xcbc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel1-0/+2
2020-07-16crypto: algapi - use common mechanism for inheriting flagsEric Biggers1-2/+3
2020-01-09crypto: shash - convert shash_free_instance() to new styleEric Biggers1-2/+3
2020-01-09crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawnEric Biggers1-1/+1
2020-01-09crypto: xcbc - use crypto_grab_cipher() and simplify error pathsEric Biggers1-22/+16
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers1-1/+1
2018-09-04crypto: xcbc - Remove VLA usageKees Cook1-3/+5
2017-11-29crypto: replace FSF address with web source in license noticesMartin Kepplinger1-2/+1
2014-11-26crypto: include crypto- module prefix in templateKees Cook1-0/+1
2011-10-31crypto: add module.h to those files that are explicitly using itPaul Gortmaker1-0/+1
2009-08-20crypto: xcbc - Fix alignment calculation of xcbc_tfm_ctxSteffen Klassert1-3/+5
2009-07-22crypto: xcbc - Fix shash conversionHerbert Xu1-91/+73
2009-07-22crypto: xcbc - Use crypto_xorHerbert Xu1-16/+6
2009-07-15crypto: xcbc - Fix incorrect error value when creating instanceHerbert Xu1-0/+1
2009-07-14crypto: xcbc - Switch to shashHerbert Xu1-148/+87
2008-04-02[CRYPTO] xcbc: Fix crash when ipsec uses xcbc-mac with big data chunkJoy Latten1-8/+9
2008-03-06[CRYPTO] xcbc: Fix crash with IPsecJoy Latten1-1/+5
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-1/+1
2008-01-11[CRYPTO] xcbc: Remove bogus hash/cipher testHerbert Xu1-4/+1
2008-01-11[CRYPTO] xcbc: Fix algorithm leak when block size check failsHerbert Xu1-1/+2
2008-01-11[CRYPTO] scatterwalk: Move scatterwalk.h to linux/cryptoHerbert Xu1-1/+1
2007-10-22[SG] Update crypto/ to sg helpersJens Axboe1-1/+1
2007-05-02[CRYPTO] templates: Pass type/mask when creating instancesHerbert Xu1-3/+9
2007-02-07[CRYPTO] xcbc: Use new cipher interfaceHerbert Xu1-14/+16
2007-02-07[CRYPTO] api: Add type-safe spawnsHerbert Xu1-4/+5
2007-02-07[CRYPTO] all: Check for usage in hard IRQ contextHerbert Xu1-4/+17
2006-12-06[CRYPTO] xcbc: Make needlessly global code staticAdrian Bunk1-6/+8
2006-12-06[CRYPTO] xcbc: New algorithmKazunori MIYAZAWA1-0/+346