summaryrefslogtreecommitdiffstats
path: root/include/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-3110-49/+79
|\
| * crypto: sha3-generic - export init/update/final routinesArd Biesheuvel2018-01-261-0/+5
| * crypto: sha3-generic - simplify codeArd Biesheuvel2018-01-261-1/+0
| * crypto: doc - clear htmldocs build warnings for crypto/hashtcharding2018-01-121-8/+4
| * crypto: salsa20 - export generic helpersEric Biggers2018-01-121-0/+27
| * crypto: aead - prevent using AEADs without setting keyEric Biggers2018-01-121-1/+9
| * crypto: skcipher - prevent using skciphers without setting keyEric Biggers2018-01-121-5/+6
| * crypto: hash - prevent using keyed hashes without setting keyEric Biggers2018-01-121-10/+24
| * crypto: poly1305 - remove ->setkey() methodEric Biggers2018-01-121-2/+0
| * crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers2018-01-121-0/+2
| * crypto: scomp - delete unused commentsZhou Wang2017-12-281-11/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-12-222-2/+5
| |\
| * | crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()Eric Biggers2017-12-221-10/+0
| * | crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers2017-11-291-1/+2
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-1/+1
|\ \ \
| * | | crypto: annotate ->poll() instancesAl Viro2017-11-271-1/+1
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-051-2/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron2017-12-221-2/+3
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-12-221-0/+1
|\| | |
| * | | crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior2017-12-111-0/+1
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-12-111-0/+8
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2017-11-291-0/+8
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-281-0/+1
|\ \ | |/ |/|
| * crypto: af_alg - remove locking in async callbackStephan Mueller2017-11-241-0/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-149-31/+186
|\|
| * crypto: drbg - move to generic async completionGilad Ben-Yossef2017-11-031-2/+1
| * crypto: algif - move to generic async completionGilad Ben-Yossef2017-11-031-14/+1
| * crypto: gf128mul - The x8_ble multiplication functionsHarsh Jain2017-11-031-1/+1
| * crypto: dh - return unsigned value for crypto_dh_key_len()Tudor-Dan Ambarus2017-10-121-1/+1
| * crypto: ecdh - return unsigned value for crypto_ecdh_key_len()Tudor-Dan Ambarus2017-10-121-1/+1
| * crypto: gcm - add GCM IV size constantCorentin LABBE2017-09-221-0/+8
| * crypto: sm3 - add OSCCA SM3 secure hashGilad Ben-Yossef2017-09-222-0/+157
| * crypto: doc - clarify return values for async hash methodsKamil Konieczny2017-09-221-12/+16
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0223-0/+23
|/
* crypto: hash - add crypto_(un)register_ahashes()Rabin Vincent2017-08-221-0/+2
* crypto: af_alg - consolidation of duplicate codeStephan Mueller2017-08-091-0/+170
* crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel2017-08-041-0/+19
* crypto: algapi - use separate dst and src operands for __crypto_xor()Ard Biesheuvel2017-08-041-2/+2
* crypto: Add akcipher_set_reqsize() functionGary R Hook2017-07-281-0/+6
* crypto: kpp - add get/set_flags helpersTudor-Dan Ambarus2017-07-181-0/+10
* crypto: engine - replace pr_xxx by dev_xxxCorentin LABBE2017-06-191-0/+1
* crypto: akcipher - assume key is already set in maxsizeTudor-Dan Ambarus2017-06-101-5/+6
* crypto: kpp - assume key is already set in maxsizeTudor-Dan Ambarus2017-06-101-5/+6
* crypto: kpp, (ec)dh - fix typosTudor-Dan Ambarus2017-06-103-6/+6
* crypto: hmac - add hmac IPAD/OPAD constantCorentin LABBE2017-05-231-0/+7
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-05-031-2/+13
|\
| * KEYS: Keyring asymmetric key restrict method with chainingMat Martineau2017-04-041-0/+5
| * KEYS: Restrict asymmetric key linkage using a specific keychainMat Martineau2017-04-041-0/+5
| * KEYS: Split role of the keyring pointer for keyring restrict functionsMat Martineau2017-04-031-2/+3
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-05-025-21/+80
|\ \