summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-08-0213-420/+6145
|\
| * crypto: tcrypt - Remove the static variable initialisations to NULLJason Wang2022-07-291-1/+1
| * crypto: testmgr - some more fixes to RSA test vectorsIgnat Korchagin2022-07-221-39/+63
| * crypto: twofish - Fix comment typoJason Wang2022-07-221-1/+1
| * crypto: rmd160 - fix Kconfig "its" grammarRandy Dunlap2022-07-221-1/+1
| * crypto: lib - make the sha1 library optionalEric Biggers2022-07-151-0/+1
| * crypto: fips - make proc files report fips module name and versionVladis Dronov2022-07-152-5/+51
| * crypto: testmgr - add ARIA testmgr testsTaehee Yoo2022-07-153-1/+2928
| * crypto: aria - Implement ARIA symmetric cipher algorithmTaehee Yoo2022-07-153-0/+304
| * crypto: testmgr - populate RSA CRT parameters in RSA test vectorsIgnat Korchagin2022-07-081-21/+100
| * crypto: testmgr - fix version number of RSA testslei he2022-06-301-3/+3
| * crypto: rsa - implement Chinese Remainder Theorem for faster private key oper...Ignat Korchagin2022-06-241-5/+73
| * crypto: blake2s - remove shash moduleJason A. Donenfeld2022-06-106-348/+1
| * crypto: memneq - move into lib/Jason A. Donenfeld2022-06-103-177/+2
| * crypto: x86/polyval - Add PCLMULQDQ accelerated implementation of POLYVALNathan Huckleberry2022-06-102-0/+49
| * crypto: x86/aesni-xctr - Add accelerated implementation of XCTRNathan Huckleberry2022-06-101-1/+1
| * crypto: hctr2 - Add HCTR2 supportNathan Huckleberry2022-06-106-0/+1278
| * crypto: polyval - Add POLYVAL supportNathan Huckleberry2022-06-106-0/+395
| * crypto: xctr - Add XCTR supportNathan Huckleberry2022-06-106-0/+901
* | crypto: s390 - do not depend on CRYPTO_HW for SIMD implementationsJason A. Donenfeld2022-07-061-0/+114
* | Merge tag 'certs-20220621' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2022-06-216-1/+309
|\ \
| * | certs: Add FIPS selftestsDavid Howells2022-06-215-1/+251
| * | certs: Move load_certificate_list() to be with the asymmetric keys codeDavid Howells2022-06-212-0/+58
| |/
* / crypto: memneq - move into lib/Jason A. Donenfeld2022-06-123-177/+2
|/
* Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-05-278-36/+525
|\
| * crypto: cryptd - Protect per-CPU resource by disabling BH.Sebastian Andrzej Siewior2022-05-131-12/+11
| * crypto: ecrdsa - Fix incorrect use of vli_cmpVitaly Chikunov2022-04-291-4/+4
| * crypto: testmgr - test in-place en/decryption with two sglistsEric Biggers2022-04-081-12/+63
| * crypto: engine - Add parameter description in crypto_transfer_request() kerne...Yang Li2022-04-081-0/+1
| * crypto: sm4 - export sm4 constant arraysTianjia Zhang2022-04-081-1/+9
| * crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld2022-04-084-8/+438
* | certs: Factor out the blacklist hash creationMickaël Salaün2022-05-231-1/+2
|/
* Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-265-0/+117
|\
| * crypto: fix crc64 testmgr digest byte orderKeith Busch2022-03-221-2/+2
| * crypto: add rocksoft 64b crc guard tag frameworkKeith Busch2022-03-075-0/+117
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-2123-466/+2396
|\ \
| * | crypto: dh - Remove the unused function dh_safe_prime_dh_alg()Jiapeng Chong2022-03-141-6/+0
| * | crypto: crypto_xor - use helpers for unaligned accessesArd Biesheuvel2022-03-031-3/+21
| * | crypto: cleanup commentsTom Rix2022-03-036-10/+10
| * | crypto: dh - calculate Q from P for the full public key verificationNicolai Stange2022-03-031-11/+29
| * | crypto: dh - disallow plain "dh" usage in FIPS modeNicolai Stange2022-03-031-1/+0
| * | crypto: api - allow algs only in specific constructions in FIPS modeNicolai Stange2022-03-034-10/+54
| * | crypto: dh - allow for passing NULL to the ffdheXYZ(dh)s' ->set_secret()Nicolai Stange2022-03-031-7/+8
| * | crypto: testmgr - add keygen tests for ffdheXYZ(dh) templatesNicolai Stange2022-03-031-0/+558
| * | crypto: dh - implement private key generation primitive for ffdheXYZ(dh)Nicolai Stange2022-03-032-3/+138
| * | crypto: testmgr - add known answer tests for ffdheXYZ(dh) templatesNicolai Stange2022-03-032-0/+908
| * | crypto: dh - implement ffdheXYZ(dh) templatesNicolai Stange2022-03-032-1/+303
| * | crypto: dh - introduce common code for built-in safe-prime group supportNicolai Stange2022-03-031-0/+208
| * | crypto: dh - split out deserialization code from crypto_dh_decode()Nicolai Stange2022-03-031-8/+19
| * | crypto: dh - remove struct dh's ->q memberNicolai Stange2022-03-033-29/+10