aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-11crypto: sha256-s390 - Add export/import supportHerbert Xu1-0/+26
2009-07-11crypto: sha1-s390 - Add export/import supportHerbert Xu1-0/+26
2009-06-18crypto: des_s390 - Permit weak keys unless REQ_WEAK_KEY setJarod Wilson1-5/+6
2009-03-26Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-2/+1
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-86/+101
2009-03-26[S390] use kzfree()Johannes Weiner1-2/+1
2009-03-21crypto: sha512-s390 - Add missing block sizeHerbert Xu1-0/+1
2009-02-26crypto: api - Fix module load deadlock with fallback algorithmsHerbert Xu1-1/+1
2009-02-18crypto: sha-s390 - Switch to shashHerbert Xu5-86/+100
2008-12-25[S390] convert cpacf printks to pr_xxx macros.Jan Glauber1-5/+9
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-0/+2
2008-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+4
2008-07-14[S390] Cleanup cpacf printk messages.Jan Glauber1-4/+1
2008-07-12crypto: s390 - Respect STFL bitJan Glauber1-0/+4
2008-06-20crypto-prng: BKL pushdownArnd Bergmann1-0/+2
2008-04-21[CRYPTO] sha384: Hardware acceleration for s390Jan Glauber1-7/+50
2008-04-21[CRYPTO] sha512: Hardware acceleration for s390Jan Glauber5-4/+86
2008-04-21[CRYPTO] s390: Generic sha_update and sha_finalJan Glauber5-171/+138
2008-04-17[S390] crypto: use more descriptive function names for init/exit routines.Heiko Carstens4-16/+16
2008-01-26[S390] constify function pointer tables.Jan Engelhardt1-1/+1
2008-01-26[S390] arch/s390/: Spelling fixesJoe Perches1-1/+1
2008-01-26[S390] arch/s390: Add missing "space"Joe Perches1-1/+1
2008-01-26[S390] crypto: move s390 Kconfig options.Jan Glauber1-60/+0
2008-01-11[CRYPTO] s390-aes: Use correct encrypt/decrypt function in fallbackSebastian Siewior1-8/+2
2008-01-11[CRYPTO] aes_s390: Add fallback driverSebastian Siewior1-21/+205
2008-01-11[CRYPTO] aes: Move common defines into a header fileSebastian Siewior1-6/+1
2007-10-10[CRYPTO] sha: Add header file for SHA definitionsJan Glauber2-19/+15
2007-10-10[CRYPTO] sha: Load the SHA[1|256] module by an aliasSebastian Siewior2-2/+2
2007-10-10[CRYPTO] aes: Rename aes to aes-genericSebastian Siewior1-1/+1
2007-07-10[S390] Fixed comment typo.Ralph Wuerthner1-1/+1
2007-05-09Fix trivial typos in Kconfig* filesDavid Sterba1-1/+1
2007-05-04[S390] aes-s390 key length.Jan Glauber1-4/+11
2007-04-27[S390] crypto: cleanup.Jan Glauber2-86/+81
2007-02-05[S390] Support for s390 Pseudo Random Number GeneratorJan Glauber3-0/+215
2007-02-05[S390] move crypto options and some cleanup.Jan Glauber9-357/+268
2007-02-05[S390] Get rid of a lot of sparse warnings.Heiko Carstens2-3/+4
2006-09-28[S390] Inline assembly cleanup.Martin Schwidefsky1-139/+65
2006-09-21[CRYPTO] drivers: Remove obsolete block cipher operationsHerbert Xu2-315/+0
2006-09-21[CRYPTO] s390: Added block cipher versions of CBC/ECBHerbert Xu3-14/+590
2006-09-21[CRYPTO] s390: Added missing driver name and priorityHerbert Xu5-0/+14
2006-09-21[CRYPTO] api: Get rid of flags argument to setkeyHerbert Xu2-6/+10
2006-06-26[CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu4-42/+42
2006-06-26[CRYPTO] digest: Remove unnecessary zeroing during initHerbert Xu2-12/+12
2006-03-26[PATCH] more s/fucn/func/ typo fixesAkinobu Mita1-1/+1
2006-01-14[PATCH] s390: sha256 crypto code fixJan Glauber1-7/+22
2006-01-14[PATCH] s390: aes crypto code fixesJan Glauber1-16/+44
2006-01-14[PATCH] s390: des crypto code speedupJan Glauber1-7/+210
2006-01-14[PATCH] s390: des crypto code cleanupJan Glauber1-88/+67
2006-01-06[PATCH] s390: cleanup KconfigMartin Schwidefsky1-5/+5
2006-01-06[PATCH] s390: aes supportJan Glauber4-14/+287