aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto
AgeCommit message (Expand)Author
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
2016-11-30crypto: drbg - prevent invalid SG mappingsStephan Mueller
2016-11-28crypto: cbc - Export CBC implementationHerbert Xu
2016-11-28crypto: simd - Add simd skcipher helperHerbert Xu
2016-11-28crypto: cryptd - Add support for skcipherHerbert Xu
2016-11-28crypto: xts - Convert to skcipherHerbert Xu
2016-11-28crypto: skcipher - Add skcipher walk interfaceHerbert Xu
2016-11-17crypto: gf128mul - Zero memory when freeing multiplication tableAlex Cope
2016-11-13crypto: gf128mul - remove dead gf128mul_64k_lle codeAlex Cope
2016-11-01crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers
2016-11-01crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers
2016-10-25crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu
2016-10-25crypto: acomp - add asynchronous compression apiGiovanni Cabiddu
2016-10-25crypto: engine - Handle the kthread worker using the new APIPetr Mladek
2016-10-21crypto: skcipher - Remove unused crypto_lookup_skcipher() declarationEric Biggers
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2016-10-02crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri
2016-09-07crypto: engine - permit to enqueue ashash_requestCorentin LABBE
2016-09-07crypto: engine - move crypto engine to its own headerCorentin LABBE
2016-07-27Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-07-19crypto: skcipher - Add comment for skcipher_alg->baseHerbert Xu
2016-07-18crypto: scatterwalk - Inline start/map/doneHerbert Xu
2016-07-18crypto: api - Optimise away crypto_yield when hard preemption is onHerbert Xu
2016-07-18crypto: scatterwalk - Remove scatterwalk_bytes_sglenHerbert Xu