aboutsummaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 9-31/+186
2017-11-03crypto: drbg - move to generic async completionGravatar Gilad Ben-Yossef 1-2/+1
2017-11-03crypto: algif - move to generic async completionGravatar Gilad Ben-Yossef 1-14/+1
2017-11-03crypto: gf128mul - The x8_ble multiplication functionsGravatar Harsh Jain 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 23-0/+23
2017-10-12crypto: dh - return unsigned value for crypto_dh_key_len()Gravatar Tudor-Dan Ambarus 1-1/+1
2017-10-12crypto: ecdh - return unsigned value for crypto_ecdh_key_len()Gravatar Tudor-Dan Ambarus 1-1/+1
2017-09-22crypto: gcm - add GCM IV size constantGravatar Corentin LABBE 1-0/+8
2017-09-22crypto: sm3 - add OSCCA SM3 secure hashGravatar Gilad Ben-Yossef 2-0/+157
2017-09-22crypto: doc - clarify return values for async hash methodsGravatar Kamil Konieczny 1-12/+16
2017-08-22crypto: hash - add crypto_(un)register_ahashes()Gravatar Rabin Vincent 1-0/+2
2017-08-09crypto: af_alg - consolidation of duplicate codeGravatar Stephan Mueller 1-0/+170
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsGravatar Ard Biesheuvel 1-0/+19
2017-08-04crypto: algapi - use separate dst and src operands for __crypto_xor()Gravatar Ard Biesheuvel 1-2/+2
2017-07-28crypto: Add akcipher_set_reqsize() functionGravatar Gary R Hook 1-0/+6
2017-07-18crypto: kpp - add get/set_flags helpersGravatar Tudor-Dan Ambarus 1-0/+10
2017-06-19crypto: engine - replace pr_xxx by dev_xxxGravatar Corentin LABBE 1-0/+1
2017-06-10crypto: akcipher - assume key is already set in maxsizeGravatar Tudor-Dan Ambarus 1-5/+6
2017-06-10crypto: kpp - assume key is already set in maxsizeGravatar Tudor-Dan Ambarus 1-5/+6
2017-06-10crypto: kpp, (ec)dh - fix typosGravatar Tudor-Dan Ambarus 3-6/+6
2017-05-23crypto: hmac - add hmac IPAD/OPAD constantGravatar Corentin LABBE 1-0/+7
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-2/+13
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 5-21/+80
2017-04-24crypto: scomp - allow registration of multiple scompsGravatar Giovanni Cabiddu 1-0/+3
2017-04-21crypto: acomp - allow registration of multiple acompsGravatar Giovanni Cabiddu 1-0/+3
2017-04-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+10
2017-04-10crypto: ahash - Fix EINPROGRESS notification callbackGravatar Herbert Xu 1-0/+10
2017-04-05crypto: gf128mul - switch gf128mul_x_ble to le128Gravatar Ondrej Mosnáček 2-5/+5
2017-04-05crypto: gf128mul - define gf128mul_x_* in gf128mul.hGravatar Ondrej Mosnáček 1-2/+53
2017-04-04KEYS: Keyring asymmetric key restrict method with chainingGravatar Mat Martineau 1-0/+5
2017-04-04KEYS: Restrict asymmetric key linkage using a specific keychainGravatar Mat Martineau 1-0/+5
2017-04-03KEYS: Split role of the keyring pointer for keyring restrict functionsGravatar Mat Martineau 1-2/+3
2017-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxGravatar Herbert Xu 1-1/+1
2017-03-09net: Work around lockdep limitation in sockets that use socketsGravatar David Howells 1-1/+1
2017-03-09crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Gravatar Eric Biggers 1-3/+3
2017-03-09crypto: gf128mul - constify 4k and 64k multiplication tablesGravatar Eric Biggers 1-3/+3
2017-03-09crypto: gf128mul - fix some commentsGravatar Eric Biggers 1-12/+14
2017-02-27crypto: api - Add crypto_requires_off helperGravatar Herbert Xu 1-1/+6
2017-02-11crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticGravatar Ard Biesheuvel 1-2/+18
2017-02-03crypto: doc - Fix hash export state informationGravatar Rabin Vincent 1-6/+12
2016-12-30crypto: skcipher - introduce walksize attribute for SIMD algosGravatar Ard Biesheuvel 2-1/+35
2016-12-27crypto: chacha20 - convert generic and x86 versions to skcipherGravatar Ard Biesheuvel 1-3/+3
2016-12-17Merge tag 'docs-4.10-2' of git://git.lwn.net/linuxGravatar Linus Torvalds 6-37/+150
2016-12-13crypto: doc - clarify AEAD memory structureGravatar Stephan Mueller 1-24/+12
2016-12-13crypto: doc - add KPP documentationGravatar Stephan Mueller 3-3/+128
2016-12-13crypto: doc - fix source comments for SphinxGravatar Stephan Mueller 3-10/+10
2016-12-01crypto: skcipher - Add separate walker for AEAD decryptionGravatar Herbert Xu 1-0/+4
2016-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 1-0/+2
2016-11-30crypto: drbg - prevent invalid SG mappingsGravatar Stephan Mueller 1-0/+2
2016-11-28crypto: cbc - Export CBC implementationGravatar Herbert Xu 1-0/+146