summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* crypto: akcipher - Add sync interface without SG listsHerbert Xu2023-06-231-0/+95
* crypto: cipher - On clone do crypto_mod_get()Dmitry Safonov2023-06-231-1/+6
* crypto: api - Add __crypto_alloc_tfmgfpHerbert Xu2023-06-233-5/+14
* crypto: api - Remove crypto_init_ops()Dmitry Safonov2023-06-231-14/+0
* crypto: rsa - allow only odd e and restrict value in FIPS modeMahmoud Adam2023-06-231-0/+36
* crypto: geniv - Split geniv out of AEAD Kconfig optionHerbert Xu2023-06-232-12/+9
* crypto: algboss - Add missing dependency on RNG2Herbert Xu2023-06-231-3/+4
* crypto: hmac - Add missing blank lineFranziska Naepelt2023-06-161-0/+1
* crypto: jitter - correct health test during initializationStephan Müller2023-06-021-6/+3
* crypto: Kconfig - warn about performance overhead of CRYPTO_STATSEric Biggers2023-05-241-0/+3
* crypto: shash - Allow cloning on algorithms with no init_tfmHerbert Xu2023-05-241-5/+7
* crypto: cmac - Add support for cloningHerbert Xu2023-05-241-1/+17
* crypto: cipher - Add crypto_clone_cipherHerbert Xu2023-05-241-0/+23
* crypto: cmac - Use modern init_tfm/exit_tfmHerbert Xu2023-05-241-9/+9
* crypto: aegis128-neon - add header for internal prototypesArnd Bergmann2023-05-243-11/+19
* crypto: jitter - add interface for gathering of raw entropyStephan Müller2023-05-125-1/+333
* crypto: jitter - replace LFSR with SHA3-256Stephan Müller2023-05-124-120/+219
* crypto: hash - Make crypto_ahash_alg helper availableHerbert Xu2023-05-121-6/+0
* crypto: hash - Add statesize to crypto_ahashHerbert Xu2023-05-121-0/+3
* Merge tag 'v6.4-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-05-0711-12/+15
|\
| * crypto: api - Fix CRYPTO_USER checks for report functionOndrej Mosnacek2023-05-029-9/+9
| * crypto: engine - fix crypto_queue backlog handlingOlivier Bacon2023-04-282-3/+6
* | Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-05-041-0/+3
|\ \
| * | LoongArch: crypto: Add crc32 and crc32c hw accelerationMin Zhou2023-05-011-0/+3
* | | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-1/+0
|\ \ \
| * | | KEYS: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
* | | | Merge tag 'for-linus-2023042601' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-270-0/+0
|\ \ \ \
| * \ \ \ Merge branch 'for-6.4/amd-sfh' into for-linusJiri Kosina2023-04-262-19/+23
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
* | | | Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-04-2628-851/+1137
|\ \ \ \ | | |_|/ | |/| |
| * | | crypto: testmgr - Add some test vectors for cmac(camellia)David Howells2023-04-202-0/+53
| * | | crypto: cryptd - Add support for cloning hashesHerbert Xu2023-04-201-0/+16
| * | | crypto: cryptd - Convert hash to use modern init_tfm/exit_tfmHerbert Xu2023-04-201-9/+9
| * | | crypto: hmac - Add support for cloningHerbert Xu2023-04-201-0/+15
| * | | crypto: hash - Add crypto_clone_ahash/shashHerbert Xu2023-04-203-0/+107
| * | | crypto: api - Add crypto_clone_tfmHerbert Xu2023-04-202-9/+52
| * | | crypto: api - Add crypto_tfm_getHerbert Xu2023-04-202-0/+10
| * | | crypto: api - Move low-level functions into algapi.hHerbert Xu2023-04-142-4/+9
| * | | crypto: hash - Remove maximum statesize limitHerbert Xu2023-04-061-2/+1
| * | | crypto: algif_hash - Allocate hash state with kmallocHerbert Xu2023-04-061-4/+15
| * | | crypto: drbg - Only fail when jent is unavailable in FIPS modeHerbert Xu2023-04-061-1/+1
| * | | crypto: jitter - permanent and intermittent health errorsStephan Müller2023-04-063-120/+76
| * | | async_tx: fix kernel-doc notation warningsRandy Dunlap2023-03-242-7/+7
| * | | crypto: api - Demote BUG_ON() in crypto_unregister_alg() to a WARN_ON()Toke Høiland-Jørgensen2023-03-241-1/+3
| * | | crypto: fips - simplify one-level sysctl registration for crypto_sysctl_tableLuis Chamberlain2023-03-171-10/+1
| * | | crypto: testmgr - fix RNG performance in fuzz testsEric Biggers2023-03-141-97/+169
| * | | crypto: api - Check CRYPTO_USER instead of NET for reportHerbert Xu2023-03-149-72/+36
| * | | crypto: rng - Count error stats differentlyHerbert Xu2023-03-143-77/+48
| * | | crypto: skcipher - Count error stats differentlyHerbert Xu2023-03-143-55/+87
| * | | crypto: kpp - Count error stats differentlyHerbert Xu2023-03-143-58/+34
| * | | crypto: acomp - Count error stats differentlyHerbert Xu2023-03-145-74/+101