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