aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/crypto/aes_s390.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-19s390/cpufeature: rework to allow more than only hwcap bitsHeiko Carstens1-1/+1
2022-05-25s390/crypto: fix scatterwalk_unmap() callers in AES-GCMJann Horn1-2/+2
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel1-0/+2
2020-02-27s390/crypto: explicitly memzero stack key material in aes_s390.cTorsten Duwe1-0/+3
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers1-20/+3
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-3/+1
2019-10-23crypto: s390/aes - convert to skcipher APIEric Biggers1-375/+234
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-8/+8
2019-09-05s390/crypto: xts-aes-s390 fix extra run-time crypto self tests findingHarald Freudenberger1-0/+6
2019-08-22crypto: s390/aes - fix typo in XTS_BLOCK_SIZE identifierArd Biesheuvel1-2/+2
2019-08-22crypto: s390/xts-aes - invoke fallback for ciphertext stealingArd Biesheuvel1-4/+4
2019-07-31crypto: s390/aes - fix name clash after AES library refactorArd Biesheuvel1-4/+4
2019-05-29s390/crypto: fix possible sleep during spinlock aquiredHarald Freudenberger1-4/+4
2019-05-28s390/crypto: fix gcm-aes-s390 selftest failuresHarald Freudenberger1-41/+107
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers1-1/+1
2018-09-28s390/crypto: Remove VLA usage of skcipherKees Cook1-24/+24
2018-07-09crypto: aead - remove useless setting of type flagsEric Biggers1-1/+0
2018-04-10s390/crypto: Adjust s390 aes and paes cipher prioritiesHarald Freudenberger1-4/+4
2018-03-18s390/crypto: Fix kernel crash on aes_s390 module remove.Harald Freudenberger1-1/+4
2017-11-24s390: crypto: Remove redundant license textGreg Kroah-Hartman1-6/+0
2017-11-24s390: crypto: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-09-29s390/crypto: add s390 platform specific aes gcm support.Harald Freudenberger1-3/+293
2017-01-31s390/crypto: Extend key length check for AES-XTS in fips mode.Harald Freudenberger1-0/+7
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