aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/blkcipher.c
Commit message (Expand)AuthorAgeFilesLines
* mm: strictly nested kmap_atomic()Peter Zijlstra2010-10-261-1/+1
* crypto: skcipher - Avoid infinite loop when cipher fails selftestHerbert Xu2009-02-181-1/+1
* crypto: blkcipher - Fix WARN_ON handling in walk_doneHerbert Xu2009-01-271-1/+1
* crypto: skcipher - Move IV generators into their own modulesHerbert Xu2008-08-291-29/+0
* [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher moduleHerbert Xu2008-02-231-0/+29
* [CRYPTO] skcipher: Create default givcipher instancesHerbert Xu2008-01-111-0/+4
* [CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_geniv_freeHerbert Xu2008-01-111-1/+184
* [CRYPTO] skcipher: Added geniv fieldHerbert Xu2008-01-111-0/+2
* [CRYPTO] scatterwalk: Move scatterwalk.h to linux/cryptoHerbert Xu2008-01-111-1/+1
* [CRYPTO] ablkcipher: Add distinct ABLKCIPHER typeHerbert Xu2008-01-111-6/+3
* [CRYPTO] blkcipher: Added blkcipher_walk_virt_blockHerbert Xu2007-10-101-10/+24
* [CRYPTO] blkcipher: Increase kmalloc amount to aligned block sizeHerbert Xu2007-10-101-1/+1
* [CRYPTO] blkcipher: Remove alignment restriction on block sizeHerbert Xu2007-10-101-5/+8
* [CRYPTO] blkcipher: Use max() in blkcipher_get_spot() to state the intentionIngo Oeser2007-10-101-1/+1
* [CRYPTO] api: Add missing headers for setkey_unalignedHerbert Xu2007-10-101-3/+3
* [CRYPTO] blkcipher: Fix inverted test in blkcipher_get_spotHerbert Xu2007-09-101-1/+1
* [CRYPTO] blkcipher: Fix handling of kmalloc page straddlingHerbert Xu2007-09-091-4/+7
* [CRYPTO] api: fix writting into unallocated memory in setkey_alignedSebastian Siewior2007-08-061-1/+1
* [CRYPTO] api: Handle unaligned keys in setkeySebastian Siewior2007-07-111-0/+25
* [CRYPTO] api: Add async block cipher interfaceHerbert Xu2007-05-021-5/+65
* [CRYPTO] api: Proc functions should be marked as unusedHerbert Xu2007-05-021-1/+1
* [CRYPTO] api: Allow multiple frontends per backendHerbert Xu2007-02-071-2/+3
* [CRYPTO] all: Check for usage in hard IRQ contextHerbert Xu2007-02-071-0/+4
* [PATCH] uml problems with linux/io.hAl Viro2006-12-131-1/+0
* [CRYPTO] cipher: Added block cipher typeHerbert Xu2006-09-211-0/+405