summaryrefslogtreecommitdiffstats
path: root/arch/s390/crypto/aes_s390.c
Commit message (Expand)AuthorAgeFilesLines
* s390/crypto: Adjust s390 aes and paes cipher prioritiesHarald Freudenberger2018-04-101-4/+4
* s390/crypto: Fix kernel crash on aes_s390 module remove.Harald Freudenberger2018-03-181-1/+4
* s390: crypto: Remove redundant license textGreg Kroah-Hartman2017-11-241-6/+0
* s390: crypto: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-241-0/+1
* s390/crypto: add s390 platform specific aes gcm support.Harald Freudenberger2017-09-291-3/+293
* s390/crypto: Extend key length check for AES-XTS in fips mode.Harald Freudenberger2017-01-311-0/+7
* s390/crypto: simplify CPACF encryption / decryption functionsMartin Schwidefsky2016-08-291-117/+79
* s390/crypto: cpacf function detectionMartin Schwidefsky2016-08-291-184/+115
* s390/crypto: simplify init / exit functionsMartin Schwidefsky2016-08-291-44/+35
* s390/crypto: simplify return code handlingMartin Schwidefsky2016-08-291-22/+6
* s390/crypto: cleanup cpacf function codesMartin Schwidefsky2016-08-291-56/+42
* crypto: s390/aes - Use skcipher for fallbackHerbert Xu2016-07-011-53/+60
* s390/crypto: cleanup and move the header with the cpacf definitionsMartin Schwidefsky2016-04-151-61/+56
* crypto: xts - fix compile errorsStephan Mueller2016-02-171-0/+1
* crypto: xts - consolidate sanity check for keysStephan Mueller2016-02-171-0/+5
* s390/crypto: add cpu feature modaliases for crypto modulesHendrik Brueckner2015-07-221-1/+2
* s390/crypto: remove 'const' to avoid compiler warningsChen Gang2015-01-081-2/+2
* crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-241-1/+1
* crypto: s390 - fix aes,des ctr mode concurrency finding.Harald Freudenberger2014-05-081-0/+3
* crypto: s390 - fix concurrency issue in aes-ctr modeHarald Freudenberger2014-01-301-19/+46
* crypto: s390 - Fix aes-xts parameter corruptionGerald Schaefer2013-11-281-14/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-11-231-7/+12
|\
| * crypto: s390 - Fix aes-cbc IV corruptionHerbert Xu2013-11-051-7/+12
* | s390/crypto: fix aes_s390 crypto module unload problemIngo Tuchscherer2013-10-241-3/+12
|/
* s390/crypto: Don't panic after crypto instruction failuresJan Glauber2012-11-231-6/+12
* crypto: arch/s390 - cleanup - remove unneeded cra_list initializationJussi Kivilinna2012-08-011-5/+0
* s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-201-1/+1
* crypto: s390 - add System z hardware support for CTR modeGerald Schaefer2011-05-041-2/+144
* crypto: s390 - add System z hardware support for XTS modeGerald Schaefer2011-05-041-0/+233
* crypto: s390 - extend crypto facility checkJan Glauber2011-05-041-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-02-261-3/+3
|\
| * crypto: aes_s390 - access .cip instead of .blk in cipher modeRoel Kluin2010-01-081-3/+3
* | [S390] s390: PTR_ERR return of wrong pointer in fallback_init_cip()Roel Kluin2009-12-181-1/+1
|/
* crypto: api - Fix module load deadlock with fallback algorithmsHerbert Xu2009-02-261-1/+1
* [S390] convert cpacf printks to pr_xxx macros.Jan Glauber2008-12-251-5/+9
* [S390] crypto: use more descriptive function names for init/exit routines.Heiko Carstens2008-04-171-4/+4
* [S390] arch/s390: Add missing "space"Joe Perches2008-01-261-1/+1
* [CRYPTO] s390-aes: Use correct encrypt/decrypt function in fallbackSebastian Siewior2008-01-111-8/+2
* [CRYPTO] aes_s390: Add fallback driverSebastian Siewior2008-01-111-21/+205
* [CRYPTO] aes: Move common defines into a header fileSebastian Siewior2008-01-111-6/+1
* [CRYPTO] aes: Rename aes to aes-genericSebastian Siewior2007-10-101-1/+1
* [S390] aes-s390 key length.Jan Glauber2007-05-041-4/+11
* [S390] move crypto options and some cleanup.Jan Glauber2007-02-051-24/+23
* [S390] Get rid of a lot of sparse warnings.Heiko Carstens2007-02-051-3/+3
* [CRYPTO] drivers: Remove obsolete block cipher operationsHerbert Xu2006-09-211-112/+0
* [CRYPTO] s390: Added block cipher versions of CBC/ECBHerbert Xu2006-09-211-3/+215
* [CRYPTO] s390: Added missing driver name and priorityHerbert Xu2006-09-211-0/+2
* [CRYPTO] api: Get rid of flags argument to setkeyHerbert Xu2006-09-211-1/+2
* [CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu2006-06-261-7/+7
* [PATCH] s390: aes crypto code fixesJan Glauber2006-01-141-16/+44