summaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)Author
2019-05-14crypto: drbg - move to generic async completionGilad Ben-Yossef
2019-05-14crypto: algif - move to generic async completionGilad Ben-Yossef
2018-08-17crypto: vmac - separate tfm and request contextEric Biggers
2018-03-03crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron
2018-02-16crypto: hash - prevent using keyed hashes without setting keyEric Biggers
2018-02-16crypto: poly1305 - remove ->setkey() methodEric Biggers
2018-02-16crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers
2018-02-03crypto: gcm - add GCM IV size constantCorentin LABBE
2017-12-29crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior
2017-12-20crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers
2017-12-05crypto: af_alg - remove locking in async callbackStephan Mueller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-22crypto: hash - add crypto_(un)register_ahashes()Rabin Vincent
2017-08-09crypto: af_alg - consolidation of duplicate codeStephan Mueller
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel
2017-08-04crypto: algapi - use separate dst and src operands for __crypto_xor()Ard Biesheuvel
2017-07-28crypto: Add akcipher_set_reqsize() functionGary R Hook
2017-07-18crypto: kpp - add get/set_flags helpersTudor-Dan Ambarus
2017-06-19crypto: engine - replace pr_xxx by dev_xxxCorentin LABBE
2017-06-10crypto: akcipher - assume key is already set in maxsizeTudor-Dan Ambarus
2017-06-10crypto: kpp - assume key is already set in maxsizeTudor-Dan Ambarus
2017-06-10crypto: kpp, (ec)dh - fix typosTudor-Dan Ambarus
2017-05-23crypto: hmac - add hmac IPAD/OPAD constantCorentin LABBE
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-04-24crypto: scomp - allow registration of multiple scompsGiovanni Cabiddu
2017-04-21crypto: acomp - allow registration of multiple acompsGiovanni Cabiddu
2017-04-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-04-10crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu
2017-04-05crypto: gf128mul - switch gf128mul_x_ble to le128Ondrej Mosnáček
2017-04-05crypto: gf128mul - define gf128mul_x_* in gf128mul.hOndrej Mosnáček
2017-04-04KEYS: Keyring asymmetric key restrict method with chainingMat Martineau
2017-04-04KEYS: Restrict asymmetric key linkage using a specific keychainMat Martineau
2017-04-03KEYS: Split role of the keyring pointer for keyring restrict functionsMat Martineau
2017-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-09crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Eric Biggers
2017-03-09crypto: gf128mul - constify 4k and 64k multiplication tablesEric Biggers
2017-03-09crypto: gf128mul - fix some commentsEric Biggers
2017-02-27crypto: api - Add crypto_requires_off helperHerbert Xu
2017-02-11crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel
2017-02-03crypto: doc - Fix hash export state informationRabin Vincent
2016-12-30crypto: skcipher - introduce walksize attribute for SIMD algosArd Biesheuvel
2016-12-27crypto: chacha20 - convert generic and x86 versions to skcipherArd Biesheuvel
2016-12-17Merge tag 'docs-4.10-2' of git://git.lwn.net/linuxLinus Torvalds
2016-12-13crypto: doc - clarify AEAD memory structureStephan Mueller
2016-12-13crypto: doc - add KPP documentationStephan Mueller
2016-12-13crypto: doc - fix source comments for SphinxStephan Mueller
2016-12-01crypto: skcipher - Add separate walker for AEAD decryptionHerbert Xu
2016-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu