summaryrefslogtreecommitdiffstats
path: root/arch/s390/crypto/aes_s390.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: s390/aes - drop redundant xts key checkVladis Dronov2023-01-061-4/+0
* s390/cpufeature: rework to allow more than only hwcap bitsHeiko Carstens2022-07-191-1/+1
* s390/crypto: fix scatterwalk_unmap() callers in AES-GCMJann Horn2022-05-251-2/+2
* crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-031-0/+2
* s390/crypto: explicitly memzero stack key material in aes_s390.cTorsten Duwe2020-02-271-0/+3
* crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers2020-01-091-20/+3
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-3/+1
* crypto: s390/aes - convert to skcipher APIEric Biggers2019-10-231-375/+234
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-181-8/+8
|\
| * crypto: s390/aes - fix typo in XTS_BLOCK_SIZE identifierArd Biesheuvel2019-08-221-2/+2
| * crypto: s390/xts-aes - invoke fallback for ciphertext stealingArd Biesheuvel2019-08-221-4/+4
| * crypto: s390/aes - fix name clash after AES library refactorArd Biesheuvel2019-07-311-4/+4
* | s390/crypto: xts-aes-s390 fix extra run-time crypto self tests findingHarald Freudenberger2019-09-051-0/+6
|/
* s390/crypto: fix possible sleep during spinlock aquiredHarald Freudenberger2019-05-291-4/+4
* s390/crypto: fix gcm-aes-s390 selftest failuresHarald Freudenberger2019-05-281-41/+107
* crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-201-1/+1
* s390/crypto: Remove VLA usage of skcipherKees Cook2018-09-281-24/+24
* crypto: aead - remove useless setting of type flagsEric Biggers2018-07-091-1/+0
* 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