aboutsummaryrefslogtreecommitdiff
path: root/crypto/blkcipher.c
AgeCommit message (Expand)Author
2008-08-29crypto: skcipher - Move IV generators into their own modulesHerbert Xu
2008-02-23[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher moduleHerbert Xu
2008-01-11[CRYPTO] skcipher: Create default givcipher instancesHerbert Xu
2008-01-11[CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_geniv_freeHerbert Xu
2008-01-11[CRYPTO] skcipher: Added geniv fieldHerbert Xu
2008-01-11[CRYPTO] scatterwalk: Move scatterwalk.h to linux/cryptoHerbert Xu
2008-01-11[CRYPTO] ablkcipher: Add distinct ABLKCIPHER typeHerbert Xu
2007-10-10[CRYPTO] blkcipher: Added blkcipher_walk_virt_blockHerbert Xu
2007-10-10[CRYPTO] blkcipher: Increase kmalloc amount to aligned block sizeHerbert Xu
2007-10-10[CRYPTO] blkcipher: Remove alignment restriction on block sizeHerbert Xu
2007-10-10[CRYPTO] blkcipher: Use max() in blkcipher_get_spot() to state the intentionIngo Oeser
2007-10-10[CRYPTO] api: Add missing headers for setkey_unalignedHerbert Xu
2007-09-10[CRYPTO] blkcipher: Fix inverted test in blkcipher_get_spotHerbert Xu
2007-09-09[CRYPTO] blkcipher: Fix handling of kmalloc page straddlingHerbert Xu
2007-08-06[CRYPTO] api: fix writting into unallocated memory in setkey_alignedSebastian Siewior
2007-07-11[CRYPTO] api: Handle unaligned keys in setkeySebastian Siewior
2007-05-02[CRYPTO] api: Add async block cipher interfaceHerbert Xu
2007-05-02[CRYPTO] api: Proc functions should be marked as unusedHerbert Xu
2007-02-07[CRYPTO] api: Allow multiple frontends per backendHerbert Xu
2007-02-07[CRYPTO] all: Check for usage in hard IRQ contextHerbert Xu
2006-12-13[PATCH] uml problems with linux/io.hAl Viro
2006-09-21[CRYPTO] cipher: Added block cipher typeHerbert Xu