summaryrefslogtreecommitdiff
path: root/include/crypto
Commit message (Expand)AuthorAge
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-14
|\
| * crypto: drbg - move to generic async completionGilad Ben-Yossef2017-11-03
| * crypto: algif - move to generic async completionGilad Ben-Yossef2017-11-03
| * crypto: gf128mul - The x8_ble multiplication functionsHarsh Jain2017-11-03
| * crypto: dh - return unsigned value for crypto_dh_key_len()Tudor-Dan Ambarus2017-10-12
| * crypto: ecdh - return unsigned value for crypto_ecdh_key_len()Tudor-Dan Ambarus2017-10-12
| * crypto: gcm - add GCM IV size constantCorentin LABBE2017-09-22
| * crypto: sm3 - add OSCCA SM3 secure hashGilad Ben-Yossef2017-09-22
| * crypto: doc - clarify return values for async hash methodsKamil Konieczny2017-09-22
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* crypto: hash - add crypto_(un)register_ahashes()Rabin Vincent2017-08-22
* crypto: af_alg - consolidation of duplicate codeStephan Mueller2017-08-09
* crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel2017-08-04
* crypto: algapi - use separate dst and src operands for __crypto_xor()Ard Biesheuvel2017-08-04
* crypto: Add akcipher_set_reqsize() functionGary R Hook2017-07-28
* crypto: kpp - add get/set_flags helpersTudor-Dan Ambarus2017-07-18
* crypto: engine - replace pr_xxx by dev_xxxCorentin LABBE2017-06-19
* crypto: akcipher - assume key is already set in maxsizeTudor-Dan Ambarus2017-06-10
* crypto: kpp - assume key is already set in maxsizeTudor-Dan Ambarus2017-06-10
* crypto: kpp, (ec)dh - fix typosTudor-Dan Ambarus2017-06-10
* crypto: hmac - add hmac IPAD/OPAD constantCorentin LABBE2017-05-23
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-05-03
|\
| * KEYS: Keyring asymmetric key restrict method with chainingMat Martineau2017-04-04
| * KEYS: Restrict asymmetric key linkage using a specific keychainMat Martineau2017-04-04
| * KEYS: Split role of the keyring pointer for keyring restrict functionsMat Martineau2017-04-03
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-05-02
|\ \
| * | crypto: scomp - allow registration of multiple scompsGiovanni Cabiddu2017-04-24
| * | crypto: acomp - allow registration of multiple acompsGiovanni Cabiddu2017-04-21
| * | crypto: gf128mul - switch gf128mul_x_ble to le128Ondrej Mosnáček2017-04-05
| * | crypto: gf128mul - define gf128mul_x_* in gf128mul.hOndrej Mosnáček2017-04-05
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2017-03-24
| |\ \ | | |/
| * | crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Eric Biggers2017-03-09
| * | crypto: gf128mul - constify 4k and 64k multiplication tablesEric Biggers2017-03-09
| * | crypto: gf128mul - fix some commentsEric Biggers2017-03-09
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-04-18
|\ \ \ | |_|/ |/| |
| * | crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu2017-04-10
| |/
* | net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-09
|/
* crypto: api - Add crypto_requires_off helperHerbert Xu2017-02-27
* crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel2017-02-11
* crypto: doc - Fix hash export state informationRabin Vincent2017-02-03
* crypto: skcipher - introduce walksize attribute for SIMD algosArd Biesheuvel2016-12-30
* crypto: chacha20 - convert generic and x86 versions to skcipherArd Biesheuvel2016-12-27
* Merge tag 'docs-4.10-2' of git://git.lwn.net/linuxLinus Torvalds2016-12-17
|\
| * crypto: doc - clarify AEAD memory structureStephan Mueller2016-12-13
| * crypto: doc - add KPP documentationStephan Mueller2016-12-13
| * crypto: doc - fix source comments for SphinxStephan Mueller2016-12-13
* | crypto: skcipher - Add separate walker for AEAD decryptionHerbert Xu2016-12-01
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-11-30
|\ \
| * | crypto: drbg - prevent invalid SG mappingsStephan Mueller2016-11-30
| |/
* | crypto: cbc - Export CBC implementationHerbert Xu2016-11-28