summaryrefslogtreecommitdiffstats
path: root/include/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: algif_aead - Only wake up when ctx->more is zeroHerbert Xu2024-03-261-1/+3
* crypto: af_alg - make some functions staticEric Biggers2024-03-261-7/+0
* crypto: af_alg - Disallow multiple in-flight AIO requestsHerbert Xu2024-01-251-0/+3
* crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange2022-06-251-2/+0
* crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange2022-06-251-0/+1
* crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange2022-06-251-1/+6
* crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller2022-06-251-5/+1
* crypto: drbg - add FIPS 140-2 CTRNG for noise sourceStephan Mueller2022-06-251-0/+2
* random: replace custom notifier chain with standard oneJason A. Donenfeld2022-06-251-1/+1
* random: early initialization of ChaCha constantsDominik Brodowski2022-06-251-4/+11
* random: initialize ChaCha20 constants with correct endiannessEric Biggers2022-06-251-0/+8
* crypto: blake2s - adjust include guard namingEric Biggers2022-06-252-6/+6
* crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>Eric Biggers2022-06-251-2/+1
* lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld2022-06-251-3/+0
* crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld2022-06-252-0/+125
* crypto: public_key: fix overflow during implicit conversionzhenwei pi2021-09-221-2/+2
* crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel2021-07-201-7/+1
* crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel2021-05-227-0/+16
* crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu2020-07-091-2/+2
* crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers2019-11-201-2/+1
* crypto: speck - remove SpeckJason A. Donenfeld2018-11-131-62/+0
* crypto: scatterwalk - remove scatterwalk_samebuf()Eric Biggers2018-08-031-7/+0
* crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain()Eric Biggers2018-08-031-7/+1
* crypto: drbg - in-place cipher operation for CTRStephan Müller2018-08-031-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-031-1/+2
|\
| * Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+2
* | crypto: drbg - eliminate constant reinitialization of SGLStephan Mueller2018-07-201-0/+1
* | crypto: dh - add public key verification testStephan Mueller2018-07-091-0/+4
* | crypto: vmac - separate tfm and request contextEric Biggers2018-07-011-63/+0
* | crypto: sha512_generic - add a sha384 0-length pre-computed hashAntoine Tenart2018-06-221-0/+2
* | crypto: sha512_generic - add a sha512 0-length pre-computed hashAntoine Tenart2018-06-221-0/+2
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-06-056-27/+308
|\
| * crypto: salsa20 - Revert "crypto: salsa20 - export generic helpers"Eric Biggers2018-05-311-27/+0
| * crypto: morus - Add common SIMD glue code for MORUSOndrej Mosnacek2018-05-192-0/+274
| * crypto: morus - Add generic MORUS AEAD implementationsOndrej Mosnacek2018-05-191-0/+23
| * crypto: sm4 - export encrypt/decrypt routines to other driversArd Biesheuvel2018-05-051-0/+3
| * crypto: api - laying defines and checks for statically allocated buffersSalvatore Mesoraca2018-04-211-0/+8
* | crypto: af_alg: convert to ->poll_maskChristoph Hellwig2018-05-261-2/+1
|/
* crypto: api - Remove unused crypto_type lookup functionHerbert Xu2018-03-311-1/+0
* crypto: hash - Prevent use of req->result in ahash updateKamil Konieczny2018-03-161-4/+7
* crypto: sm4 - introduce SM4 symmetric cipher algorithmGilad Ben-Yossef2018-03-161-0/+28
* crypto: ablk_helper - remove ablk_helperEric Biggers2018-03-031-32/+0
* crypto: lrw - remove lrw_crypt()Eric Biggers2018-03-031-44/+0
* crypto: xts - remove xts_crypt()Eric Biggers2018-03-031-17/+0
* crypto: simd - allow registering multiple algorithms at onceEric Biggers2018-03-031-0/+7
* crypto: speck - export common helpersEric Biggers2018-02-221-0/+62
* crypto: engine - Permit to enqueue all async requestsCorentin LABBE2018-02-151-29/+39
* crypto: mcryptd - remove pointless wrapper functionsEric Biggers2018-02-151-5/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-3110-49/+79
|\
| * crypto: sha3-generic - export init/update/final routinesArd Biesheuvel2018-01-261-0/+5