aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds10-49/+79
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-01-26crypto: sha3-generic - export init/update/final routinesArd Biesheuvel1-0/+5
2018-01-26crypto: sha3-generic - simplify codeArd Biesheuvel1-1/+0
2018-01-12crypto: doc - clear htmldocs build warnings for crypto/hashtcharding1-8/+4
2018-01-12crypto: salsa20 - export generic helpersEric Biggers1-0/+27
2018-01-12crypto: aead - prevent using AEADs without setting keyEric Biggers1-1/+9
2018-01-12crypto: skcipher - prevent using skciphers without setting keyEric Biggers1-5/+6
2018-01-12crypto: hash - prevent using keyed hashes without setting keyEric Biggers1-10/+24
2018-01-12crypto: poly1305 - remove ->setkey() methodEric Biggers1-2/+0
2018-01-12crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers1-0/+2
2018-01-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+3
2017-12-28crypto: scomp - delete unused commentsZhou Wang1-11/+0
2017-12-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2-2/+5
2017-12-22crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()Eric Biggers1-10/+0
2017-12-22crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron1-2/+3
2017-12-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+8
2017-12-11crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior1-0/+1
2017-11-29crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers1-1/+2
2017-11-29crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers1-0/+8
2017-11-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2017-11-27crypto: annotate ->poll() instancesAl Viro1-1/+1
2017-11-24crypto: af_alg - remove locking in async callbackStephan Mueller1-0/+1
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds9-31/+186
2017-11-03crypto: drbg - move to generic async completionGilad Ben-Yossef1-2/+1
2017-11-03crypto: algif - move to generic async completionGilad Ben-Yossef1-14/+1
2017-11-03crypto: gf128mul - The x8_ble multiplication functionsHarsh Jain1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman23-0/+23
2017-10-12crypto: dh - return unsigned value for crypto_dh_key_len()Tudor-Dan Ambarus1-1/+1
2017-10-12crypto: ecdh - return unsigned value for crypto_ecdh_key_len()Tudor-Dan Ambarus1-1/+1
2017-09-22crypto: gcm - add GCM IV size constantCorentin LABBE1-0/+8
2017-09-22crypto: sm3 - add OSCCA SM3 secure hashGilad Ben-Yossef2-0/+157
2017-09-22crypto: doc - clarify return values for async hash methodsKamil Konieczny1-12/+16
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/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