summaryrefslogtreecommitdiffstats
path: root/arch/s390/crypto
Commit message (Expand)AuthorAgeFilesLines
* s390/paes: Reestablish retry loop in paesHarald Freudenberger2024-05-011-2/+13
* s390/crypto: remove retry loop with sleep from PAES pkey invocationHarald Freudenberger2024-03-071-14/+2
* s390/crc32le: convert to CHeiko Carstens2024-02-163-146/+109
* s390/crc32be: convert to CHeiko Carstens2024-02-163-110/+80
* s390/fpu: decrease stack usage for some casesHeiko Carstens2024-02-162-2/+2
* s390/fpu: move, rename, and merge header filesHeiko Carstens2024-02-165-5/+5
* s390/fpu: make use of __uninitialized macroHeiko Carstens2024-02-092-2/+2
* Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-01-101-1/+1
|\
| * s390/fpu: get rid of MACHINE_HAS_VXHeiko Carstens2023-12-111-1/+1
* | crypto: s390/aes - Fix buffer overread in CTR modeHerbert Xu2023-12-082-2/+6
|/
* s390/paes: fix PKEY_TYPE_EP11_AES handling for secure keyblobsHolger Dengler2023-08-171-1/+1
* s390/crypto: use kfree_sensitive() instead of kfree()Wang Ming2023-07-201-1/+1
* s390: fix various typosHeiko Carstens2023-07-031-1/+1
* s390/pkey: do not use struct pkey_protkeyHarald Freudenberger2023-06-011-2/+7
* s390/crypto: use vector instructions only if available for ChaCha20Heiko Carstens2023-05-151-1/+1
* s390/crc32le: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-14/+16
* s390/crc32be: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-8/+9
* s390/crypto,chacha: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-23/+24
* Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-02-212-5/+1
|\
| * crypto: s390/aes - drop redundant xts key checkVladis Dronov2023-01-061-4/+0
| * crypto: xts - drop xts_check_key()Vladis Dronov2023-01-061-1/+1
* | s390/archrandom: add missing header includeHeiko Carstens2023-01-101-0/+1
|/
* crypto: Kconfig - simplify cipher entriesRobert Elliott2022-08-261-9/+19
* crypto: Kconfig - simplify hash entriesRobert Elliott2022-08-261-18/+24
* crypto: Kconfig - simplify CRC entriesRobert Elliott2022-08-261-5/+4
* crypto: Kconfig - move s390 entries to a submenuRobert Elliott2022-08-261-0/+120
* Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-08-0611-11/+11
|\
| * s390/cpufeature: rework to allow more than only hwcap bitsHeiko Carstens2022-07-1911-11/+11
* | random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld2022-07-181-1/+1
* | s390/archrandom: simplify back to earlier design and initialize earlierJason A. Donenfeld2022-06-301-217/+0
|/
* Merge tag 's390-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-06-031-2/+2
|\
| * s390/crypto: fix scatterwalk_unmap() callers in AES-GCMJann Horn2022-05-251-2/+2
* | Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-05-271-2/+32
|\ \ | |/ |/|
| * crypto: s390 - add crypto library interface for ChaCha20Vladis Dronov2022-05-131-2/+32
* | s390/crypto: fix typos in commentsJulia Lawall2022-05-062-2/+2
|/
* s390: convert ".insn" encoding to instruction namesVasily Gorbik2022-03-101-10/+10
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-01-111-16/+16
|\
| * crypto: s390/sha512 - Use macros instead of direct IV numbersTianjia Zhang2021-12-311-16/+16
* | s390/crypto: fix compile error for ChaCha20 moduleHeiko Carstens2021-12-201-10/+10
* | s390/crypto: add SIMD implementation for ChaCha20Patrick Steuer2021-12-064-0/+1023
|/
* s390/archrandom: add parameter check for s390_arch_random_generateHarald Freudenberger2021-04-211-0/+4
* s390/crc32-vx: couple of typo fixesBhaskar Chowdhury2021-03-241-2/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-02-211-0/+2
|\
| * crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-031-0/+2
* | s390/crypto: use store_tod_clock_ext()Heiko Carstens2021-02-131-1/+1
* | s390/crypto: improve retry logic in case of master key changeHarald Freudenberger2021-01-271-8/+20
|/
* Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-12-142-38/+125
|\
| * s390/crypto: add arch_get_random_long() supportHarald Freudenberger2020-12-101-1/+109
| * s390/prng: let misc_register() add the prng sysfs attributesJulian Wiedmann2020-11-201-37/+16
* | crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-206-6/+5
|/