summaryrefslogtreecommitdiff
path: root/arch/s390/crypto/aes_s390.c
AgeCommit message (Expand)Author
2023-12-08crypto: s390/aes - Fix buffer overread in CTR modeHerbert Xu
2023-01-06crypto: s390/aes - drop redundant xts key checkVladis Dronov
2022-07-19s390/cpufeature: rework to allow more than only hwcap bitsHeiko Carstens
2022-05-25s390/crypto: fix scatterwalk_unmap() callers in AES-GCMJann Horn
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel
2020-02-27s390/crypto: explicitly memzero stack key material in aes_s390.cTorsten Duwe
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-10-23crypto: s390/aes - convert to skcipher APIEric Biggers
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-09-05s390/crypto: xts-aes-s390 fix extra run-time crypto self tests findingHarald Freudenberger
2019-08-22crypto: s390/aes - fix typo in XTS_BLOCK_SIZE identifierArd Biesheuvel
2019-08-22crypto: s390/xts-aes - invoke fallback for ciphertext stealingArd Biesheuvel
2019-07-31crypto: s390/aes - fix name clash after AES library refactorArd Biesheuvel
2019-05-29s390/crypto: fix possible sleep during spinlock aquiredHarald Freudenberger
2019-05-28s390/crypto: fix gcm-aes-s390 selftest failuresHarald Freudenberger
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers
2018-09-28s390/crypto: Remove VLA usage of skcipherKees Cook
2018-07-09crypto: aead - remove useless setting of type flagsEric Biggers
2018-04-10s390/crypto: Adjust s390 aes and paes cipher prioritiesHarald Freudenberger
2018-03-18s390/crypto: Fix kernel crash on aes_s390 module remove.Harald Freudenberger
2017-11-24s390: crypto: Remove redundant license textGreg Kroah-Hartman
2017-11-24s390: crypto: add SPDX identifiers to the remaining filesGreg Kroah-Hartman
2017-09-29s390/crypto: add s390 platform specific aes gcm support.Harald Freudenberger
2017-01-31s390/crypto: Extend key length check for AES-XTS in fips mode.Harald Freudenberger
2016-08-29s390/crypto: simplify CPACF encryption / decryption functionsMartin Schwidefsky
2016-08-29s390/crypto: cpacf function detectionMartin Schwidefsky
2016-08-29s390/crypto: simplify init / exit functionsMartin Schwidefsky
2016-08-29s390/crypto: simplify return code handlingMartin Schwidefsky
2016-08-29s390/crypto: cleanup cpacf function codesMartin Schwidefsky
2016-07-01crypto: s390/aes - Use skcipher for fallbackHerbert Xu
2016-04-15s390/crypto: cleanup and move the header with the cpacf definitionsMartin Schwidefsky
2016-02-17crypto: xts - fix compile errorsStephan Mueller
2016-02-17crypto: xts - consolidate sanity check for keysStephan Mueller
2015-07-22s390/crypto: add cpu feature modaliases for crypto modulesHendrik Brueckner
2015-01-08s390/crypto: remove 'const' to avoid compiler warningsChen Gang
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook
2014-05-08crypto: s390 - fix aes,des ctr mode concurrency finding.Harald Freudenberger
2014-01-30crypto: s390 - fix concurrency issue in aes-ctr modeHarald Freudenberger
2013-11-28crypto: s390 - Fix aes-xts parameter corruptionGerald Schaefer
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2013-11-05crypto: s390 - Fix aes-cbc IV corruptionHerbert Xu
2013-10-24s390/crypto: fix aes_s390 crypto module unload problemIngo Tuchscherer
2012-11-23s390/crypto: Don't panic after crypto instruction failuresJan Glauber
2012-08-01crypto: arch/s390 - cleanup - remove unneeded cra_list initializationJussi Kivilinna
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens
2011-05-04crypto: s390 - add System z hardware support for CTR modeGerald Schaefer
2011-05-04crypto: s390 - add System z hardware support for XTS modeGerald Schaefer
2011-05-04crypto: s390 - extend crypto facility checkJan Glauber
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds