summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/padlock-aes.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: padlock - fix VIA PadLock instruction usage with irq_ts_save/restore()Suresh Siddha2008-08-131-1/+27
* crypto: padlock - Make module loading quieter when hardware isn't availableJeremy Katz2008-07-101-2/+2
* [CRYPTO] padlock-aes: Use generic setkey functionSebastian Siewior2008-04-211-301/+19
* [CRYPTO] padlock: Only reset the key once for each CBC and ECB operationHerbert Xu2008-01-111-5/+15
* [CRYPTO] aes: Move common defines into a header fileSebastian Siewior2008-01-111-3/+1
* [CRYPTO] padlock: Fix alignment fault in aes_crypt_copyHerbert Xu2008-01-111-2/+2
* [CRYPTO] padlock: Fix spurious ECB page faultHerbert Xu2007-12-281-4/+49
* [CRYPTO] aes: Rename aes to aes-genericSebastian Siewior2007-10-101-2/+2
* [CRYPTO] drivers: Remove obsolete block cipher operationsHerbert Xu2006-09-211-44/+0
* [CRYPTO] padlock: Added block cipher versions of CBC/ECBHerbert Xu2006-09-211-7/+167
* [CRYPTO] api: Get rid of flags argument to setkeyHerbert Xu2006-09-211-2/+3
* [CRYPTO] padlock: Helper module padlock.koMichal Ludvig2006-09-211-3/+0
* [CRYPTO] padlock: Update private header fileMichal Ludvig2006-09-211-1/+12
* [CRYPTO] padlock: Add compatibility alias after renameHerbert Xu2006-09-211-0/+3
* [CRYPTO] padlock: Get rid of padlock-generic.cMichal Ludvig2006-09-211-4/+30
* [CRYPTO] padlock: Fix alignment after aes_ctx rearrangeMichal Ludvig2006-07-151-2/+7
* [CRYPTO] padlock: Rearrange context structure to reduce code sizeHerbert Xu2006-06-261-6/+4
* [CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu2006-06-261-15/+14
* [CRYPTO] api: Align tfm context as wide as possibleHerbert Xu2006-03-211-1/+5
* [PATCH] padlock: Fix typo that broke 256-bit keysHerbert Xu2006-02-221-4/+4
* [CRYPTO] Allow AES C/ASM implementations to coexistHerbert Xu2006-01-091-0/+2
* [CRYPTO] Use standard byte order macros wherever possibleHerbert Xu2006-01-091-13/+11
* [CRYPTO] Update IV correctly for Padlock CBC encryptionHerbert Xu2005-07-061-4/+9
* [CRYPTO] Ensure cit_iv is aligned correctlyHerbert Xu2005-07-061-2/+1
* [PADLOCK] Implement multi-block operationsHerbert Xu2005-07-061-2/+53
* [PADLOCK] Move fast path work into aes_set_key and upper layerHerbert Xu2005-07-061-61/+41
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+468