summaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)AuthorFilesLines
2022-06-25crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange1-2/+0
2022-06-25crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange1-0/+1
2022-06-25crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange1-1/+6
2022-06-25crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller1-5/+1
2022-06-25crypto: drbg - add FIPS 140-2 CTRNG for noise sourceStephan Mueller1-0/+2
2022-06-25random: replace custom notifier chain with standard oneJason A. Donenfeld1-1/+1
2022-06-25crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers1-2/+1
2022-06-25random: early initialization of ChaCha constantsDominik Brodowski1-4/+11
2022-06-25random: initialize ChaCha20 constants with correct endiannessEric Biggers1-0/+8
2022-06-25crypto: blake2s - adjust include guard namingEric Biggers2-6/+6
2022-06-25crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>Eric Biggers1-2/+1
2022-06-25lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld1-3/+0
2022-06-25crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld2-0/+125
2022-06-25crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers1-1/+2
2021-09-22crypto: public_key: fix overflow during implicit conversionzhenwei pi1-2/+2
2021-07-20crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel1-7/+1
2021-05-22crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel7-0/+16
2020-07-09crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu1-2/+2
2018-08-17crypto: vmac - separate tfm and request contextEric Biggers1-63/+0
2018-03-03crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron1-2/+3
2018-02-16crypto: hash - prevent using keyed hashes without setting keyEric Biggers1-10/+24
2018-02-16crypto: poly1305 - remove ->setkey() methodEric Biggers1-2/+0
2018-02-16crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers1-0/+2
2018-02-03crypto: gcm - add GCM IV size constantCorentin LABBE1-0/+8
2017-12-29crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior1-0/+1
2017-12-20crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers1-0/+8
2017-12-05crypto: af_alg - remove locking in async callbackStephan Mueller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman23-0/+23
2017-08-22crypto: hash - add crypto_(un)register_ahashes()Rabin Vincent1-0/+2
2017-08-09crypto: af_alg - consolidation of duplicate codeStephan Mueller1-0/+170
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel1-0/+19
2017-08-04crypto: algapi - use separate dst and src operands for __crypto_xor()Ard Biesheuvel1-2/+2
2017-07-28crypto: Add akcipher_set_reqsize() functionGary R Hook1-0/+6
2017-07-18crypto: kpp - add get/set_flags helpersTudor-Dan Ambarus1-0/+10
2017-06-19crypto: engine - replace pr_xxx by dev_xxxCorentin LABBE1-0/+1
2017-06-10crypto: akcipher - assume key is already set in maxsizeTudor-Dan Ambarus1-5/+6
2017-06-10crypto: kpp - assume key is already set in maxsizeTudor-Dan Ambarus1-5/+6
2017-06-10crypto: kpp, (ec)dh - fix typosTudor-Dan Ambarus3-6/+6
2017-05-23crypto: hmac - add hmac IPAD/OPAD constantCorentin LABBE1-0/+7
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-2/+13
2017-05-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-21/+80
2017-04-24crypto: scomp - allow registration of multiple scompsGiovanni Cabiddu1-0/+3
2017-04-21crypto: acomp - allow registration of multiple acompsGiovanni Cabiddu1-0/+3
2017-04-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+10
2017-04-10crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu1-0/+10
2017-04-05crypto: gf128mul - switch gf128mul_x_ble to le128Ondrej Mosnáček2-5/+5
2017-04-05crypto: gf128mul - define gf128mul_x_* in gf128mul.hOndrej Mosnáček1-2/+53
2017-04-05KEYS: Keyring asymmetric key restrict method with chainingMat Martineau1-0/+5
2017-04-05KEYS: Restrict asymmetric key linkage using a specific keychainMat Martineau1-0/+5
2017-04-03KEYS: Split role of the keyring pointer for keyring restrict functionsMat Martineau1-2/+3