summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2005-09-06[CRYPTO] Fix boundary check in standard multi-block cipher processorsHerbert Xu
2005-09-01[CRYPTO]: Added CRYPTO_TFM_REQ_MAY_SLEEP flagHerbert Xu
2005-09-01[CRYPTO]: Fix XTEA implementationAaron Grothe
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl
2005-07-15[CRYPTO]: Fix zero-extension bug on 64-bit architectures.Herbert Xu
2005-07-06[CRYPTO] Add faster DES code from Dag Arne OsvikDag Arne Osvik
2005-07-06[CRYPTO] Remove unused iv field from context structureHerbert Xu
2005-07-06[CRYPTO] Add x86_64 asm AESAndreas Steinmetz
2005-07-06[CRYPTO] Add null short circuit to crypto_free_tfmJesper Juhl
2005-07-06[CRYPTO] Handle unaligned iv from encrypt_iv/decrypt_ivHerbert Xu
2005-07-06[CRYPTO] Ensure cit_iv is aligned correctlyHerbert Xu
2005-07-06[CRYPTO] Make crypto_alg_lookup staticAdrian Bunk
2005-07-06[CRYPTO] Add alignmask for low-level cipher implementationsHerbert Xu
2005-07-06[CRYPTO] Add support for low-level multi-block operationsHerbert Xu
2005-07-06[CRYPTO] Add plumbing for multi-block operationsHerbert Xu
2005-07-06[CRYPTO] Don't check for NULL before kfree()Jesper Juhl
2005-06-22[CRYPTO]: Use CPU cycle counters in tcryptHerbert Xu
2005-06-22[CRYPTO]: Use template keys for speed tests if possibleHerbert Xu
2005-06-22[CRYPTO]: Add cipher speed testsHarald Welte
2005-06-22[CRYPTO]: Kill unnecessary strncpy from tcryptHerbert Xu
2005-06-22[CRYPTO]: White space and coding style clean up in tcryptHerbert Xu
2005-05-23[CRYPTO]: Only reschedule if !in_atomic()Herbert Xu
2005-05-17[PATCH] crypto: fix null encryption/compressionPatrick McHardy
2005-05-01[PATCH] uml: support AES i586 crypto driverPaolo 'Blaisorblade' Giarrusso
2005-04-16[PATCH] crypto: call zlib end functions on deflate exit pathArtem B. Bityuckiy
2005-03-22[CRYPTO]: Remap when walk_out crosses page in crypt()Herbert Xu
2005-03-22[CRYPTO]: Split cbc_process into encrypt/decryptHerbert Xu
2005-03-22[CRYPTO]: Kill obsolete iv check in cbc_process()Herbert Xu
2005-03-22[CRYPTO]: Fix walk->data handlingHerbert Xu
2005-03-22[CRYPTO]: Optimise kmap calls in crypt()Herbert Xu
2005-03-22[CRYPTO]: Eliminate most calls to scatterwalk_copychunks from crypt()Herbert Xu
2005-03-22[CRYPTO]: Split src/dst handling out from crypt()Herbert Xu
2005-03-22[CRYPTO]: Handle in_place flag in crypt()Herbert Xu
2005-03-22[CRYPTO]: Do scatterwalk_whichbuf inline.Herbert Xu
2005-03-21[CRYPTO]: Fix sparse warnings in teaDomen Puncer
2005-03-21[CRYPTO]: Fix sparse warnings in blowfishDomen Puncer
2005-03-21[CRYPTO]: Fix sparse warning in sha512Domen Puncer
2005-03-21[CRYPTO]: Fix sparse warning in sha256Domen Puncer
2005-03-07[PATCH] random: Update cryptolib to use SHA fro libMatt Mackall
2005-03-07[PATCH] random: Use them throughout the treeMatt Mackall
2005-02-23[CRYPTO]: Add Tiger digest algorithms.Aaron Grothe
2005-02-01[PATCH] crypto: fix test vectorsJames Morris
2005-01-14[PATCH] various Kconfig fixesGabor Egry
2004-11-30[CRYPTO]: Standalone VIA PadLock driver.Michal Ludvig
2004-11-30[CRYPTO]: Make some code staticAdrian Bunk
2004-11-08[CRYPTO]: Add Anubis support.Aaron Grothe
2004-10-25[CRYPTO]: reduce sha512_transform() stack usage, speedupAndrew Morton
2004-10-25[CRYPTO]: small sha512 cleanupAndrew Morton
2004-10-25[CRYPTO]: small sha256 cleanupAndrew Morton
2004-10-21[CRYPTO]: Deinline large function in blowfish.c Andrew Morton