aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/padlock-aes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-11[CRYPTO] padlock: Only reset the key once for each CBC and ECB operationHerbert Xu1-5/+15
2008-01-11[CRYPTO] aes: Move common defines into a header fileSebastian Siewior1-3/+1
2008-01-11[CRYPTO] padlock: Fix alignment fault in aes_crypt_copyHerbert Xu1-2/+2
2007-12-28[CRYPTO] padlock: Fix spurious ECB page faultHerbert Xu1-4/+49
2007-10-10[CRYPTO] aes: Rename aes to aes-genericSebastian Siewior1-2/+2
2006-09-21[CRYPTO] drivers: Remove obsolete block cipher operationsHerbert Xu1-44/+0
2006-09-21[CRYPTO] padlock: Added block cipher versions of CBC/ECBHerbert Xu1-7/+167
2006-09-21[CRYPTO] api: Get rid of flags argument to setkeyHerbert Xu1-2/+3
2006-09-21[CRYPTO] padlock: Helper module padlock.koMichal Ludvig1-3/+0
2006-09-21[CRYPTO] padlock: Update private header fileMichal Ludvig1-1/+12
2006-09-21[CRYPTO] padlock: Add compatibility alias after renameHerbert Xu1-0/+3
2006-09-21[CRYPTO] padlock: Get rid of padlock-generic.cMichal Ludvig1-4/+30
2006-07-15[CRYPTO] padlock: Fix alignment after aes_ctx rearrangeMichal Ludvig1-2/+7
2006-06-26[CRYPTO] padlock: Rearrange context structure to reduce code sizeHerbert Xu1-6/+4
2006-06-26[CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu1-15/+14
2006-03-21[CRYPTO] api: Align tfm context as wide as possibleHerbert Xu1-1/+5
2006-02-22[PATCH] padlock: Fix typo that broke 256-bit keysHerbert Xu1-4/+4
2006-01-09[CRYPTO] Allow AES C/ASM implementations to coexistHerbert Xu1-0/+2
2006-01-09[CRYPTO] Use standard byte order macros wherever possibleHerbert Xu1-13/+11
2005-07-06[CRYPTO] Update IV correctly for Padlock CBC encryptionHerbert Xu1-4/+9
2005-07-06[CRYPTO] Ensure cit_iv is aligned correctlyHerbert Xu1-2/+1
2005-07-06[PADLOCK] Implement multi-block operationsHerbert Xu1-2/+53
2005-07-06[PADLOCK] Move fast path work into aes_set_key and upper layerHerbert Xu1-61/+41
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+468