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