aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
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/linux-securityLinus Torvalds1-2/+13
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus 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/crypto-2.6Linus 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-04KEYS: Keyring asymmetric key restrict method with chainingMat Martineau1-0/+5
2017-04-04KEYS: 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
2017-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu1-1/+1
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-1/+1
2017-03-09crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Eric Biggers1-3/+3
2017-03-09crypto: gf128mul - constify 4k and 64k multiplication tablesEric Biggers1-3/+3
2017-03-09crypto: gf128mul - fix some commentsEric Biggers1-12/+14
2017-02-27crypto: api - Add crypto_requires_off helperHerbert Xu1-1/+6
2017-02-11crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel1-2/+18
2017-02-03crypto: doc - Fix hash export state informationRabin Vincent1-6/+12
2016-12-30crypto: skcipher - introduce walksize attribute for SIMD algosArd Biesheuvel2-1/+35
2016-12-27crypto: chacha20 - convert generic and x86 versions to skcipherArd Biesheuvel1-3/+3
2016-12-17Merge tag 'docs-4.10-2' of git://git.lwn.net/linuxLinus Torvalds6-37/+150
2016-12-13crypto: doc - clarify AEAD memory structureStephan Mueller1-24/+12
2016-12-13crypto: doc - add KPP documentationStephan Mueller3-3/+128
2016-12-13crypto: doc - fix source comments for SphinxStephan Mueller3-10/+10
2016-12-01crypto: skcipher - Add separate walker for AEAD decryptionHerbert Xu1-0/+4
2016-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-0/+2
2016-11-30crypto: drbg - prevent invalid SG mappingsStephan Mueller1-0/+2
2016-11-28crypto: cbc - Export CBC implementationHerbert Xu1-0/+146
2016-11-28crypto: simd - Add simd skcipher helperHerbert Xu1-0/+17
2016-11-28crypto: cryptd - Add support for skcipherHerbert Xu1-1/+12
2016-11-28crypto: xts - Convert to skcipherHerbert Xu1-2/+24
2016-11-28crypto: skcipher - Add skcipher walk interfaceHerbert Xu1-0/+47
2016-11-17crypto: gf128mul - Zero memory when freeing multiplication tableAlex Cope1-1/+1
2016-11-13crypto: gf128mul - remove dead gf128mul_64k_lle codeAlex Cope1-7/+6
2016-11-01crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers1-6/+0
2016-11-01crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers1-6/+0
2016-10-25crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu3-27/+166
2016-10-25crypto: acomp - add asynchronous compression apiGiovanni Cabiddu2-0/+347
2016-10-25crypto: engine - Handle the kthread worker using the new APIPetr Mladek1-4/+2
2016-10-21crypto: skcipher - Remove unused crypto_lookup_skcipher() declarationEric Biggers1-2/+0
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-0/+23
2016-10-02crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri1-0/+23
2016-09-07crypto: engine - permit to enqueue ashash_requestCorentin LABBE1-16/+33
2016-09-07crypto: engine - move crypto engine to its own headerCorentin LABBE2-70/+90