aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/crypto/aes_s390.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-29s390/crypto: simplify CPACF encryption / decryption functionsMartin Schwidefsky1-117/+79
2016-08-29s390/crypto: cpacf function detectionMartin Schwidefsky1-184/+115
2016-08-29s390/crypto: simplify init / exit functionsMartin Schwidefsky1-44/+35
2016-08-29s390/crypto: simplify return code handlingMartin Schwidefsky1-22/+6
2016-08-29s390/crypto: cleanup cpacf function codesMartin Schwidefsky1-56/+42
2016-07-01crypto: s390/aes - Use skcipher for fallbackHerbert Xu1-53/+60
2016-04-15s390/crypto: cleanup and move the header with the cpacf definitionsMartin Schwidefsky1-61/+56
2016-02-17crypto: xts - fix compile errorsStephan Mueller1-0/+1
2016-02-17crypto: xts - consolidate sanity check for keysStephan Mueller1-0/+5
2015-07-22s390/crypto: add cpu feature modaliases for crypto modulesHendrik Brueckner1-1/+2
2015-01-08s390/crypto: remove 'const' to avoid compiler warningsChen Gang1-2/+2
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook1-1/+1
2014-05-08crypto: s390 - fix aes,des ctr mode concurrency finding.Harald Freudenberger1-0/+3
2014-01-30crypto: s390 - fix concurrency issue in aes-ctr modeHarald Freudenberger1-19/+46
2013-11-28crypto: s390 - Fix aes-xts parameter corruptionGerald Schaefer1-14/+17
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-7/+12
2013-11-05crypto: s390 - Fix aes-cbc IV corruptionHerbert Xu1-7/+12
2013-10-24s390/crypto: fix aes_s390 crypto module unload problemIngo Tuchscherer1-3/+12
2012-11-23s390/crypto: Don't panic after crypto instruction failuresJan Glauber1-6/+12
2012-08-01crypto: arch/s390 - cleanup - remove unneeded cra_list initializationJussi Kivilinna1-5/+0
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-1/+1
2011-05-04crypto: s390 - add System z hardware support for CTR modeGerald Schaefer1-2/+144
2011-05-04crypto: s390 - add System z hardware support for XTS modeGerald Schaefer1-0/+233
2011-05-04crypto: s390 - extend crypto facility checkJan Glauber1-3/+3
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+3
2010-01-08crypto: aes_s390 - access .cip instead of .blk in cipher modeRoel Kluin1-3/+3
2009-12-18[S390] s390: PTR_ERR return of wrong pointer in fallback_init_cip()Roel Kluin1-1/+1
2009-02-26crypto: api - Fix module load deadlock with fallback algorithmsHerbert Xu1-1/+1
2008-12-25[S390] convert cpacf printks to pr_xxx macros.Jan Glauber1-5/+9
2008-04-17[S390] crypto: use more descriptive function names for init/exit routines.Heiko Carstens1-4/+4
2008-01-26[S390] arch/s390: Add missing "space"Joe Perches1-1/+1
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] aes: Rename aes to aes-genericSebastian Siewior1-1/+1
2007-05-04[S390] aes-s390 key length.Jan Glauber1-4/+11
2007-02-05[S390] move crypto options and some cleanup.Jan Glauber1-24/+23
2007-02-05[S390] Get rid of a lot of sparse warnings.Heiko Carstens1-3/+3
2006-09-21[CRYPTO] drivers: Remove obsolete block cipher operationsHerbert Xu1-112/+0
2006-09-21[CRYPTO] s390: Added block cipher versions of CBC/ECBHerbert Xu1-3/+215
2006-09-21[CRYPTO] s390: Added missing driver name and priorityHerbert Xu1-0/+2
2006-09-21[CRYPTO] api: Get rid of flags argument to setkeyHerbert Xu1-1/+2
2006-06-26[CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu1-7/+7
2006-01-14[PATCH] s390: aes crypto code fixesJan Glauber1-16/+44
2006-01-06[PATCH] s390: aes supportJan Glauber1-0/+248