summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: dh - Don't permit 'key' or 'g' size longer than 'p'Eric Biggers2017-11-101-0/+8
* crypto: dh - Don't permit 'p' to be 0Eric Biggers2017-11-101-0/+8
* crypto: dh - Fix double free of ctx->pEric Biggers2017-11-101-20/+13
* crypto: ecdh - remove empty exit()Tudor-Dan Ambarus2017-11-061-6/+0
* crypto: tcrypt - move to generic async completionGilad Ben-Yossef2017-11-031-59/+25
* crypto: testmgr - move to generic async completionGilad Ben-Yossef2017-11-031-138/+66
* crypto: gcm - move to generic async completionGilad Ben-Yossef2017-11-031-26/+6
* crypto: drbg - move to generic async completionGilad Ben-Yossef2017-11-031-27/+9
* crypto: move pub key to generic async completionGilad Ben-Yossef2017-11-031-24/+4
* crypto: algif - move to generic async completionGilad Ben-Yossef2017-11-034-52/+22
* crypto: introduce crypto wait for async opGilad Ben-Yossef2017-11-031-0/+13
* crypto: remove redundant backlog checks on EBUSYGilad Ben-Yossef2017-11-035-37/+13
* crypto: change transient busy return code to -ENOSPCGilad Ben-Yossef2017-11-032-5/+5
* crypto: tcrypt - fix buffer lengths in test_aead_speed()Robert Baronescu2017-11-031-2/+4
* crypto: tcrypt - mark expected switch fall-throughs in do_test()Gustavo A. R. Silva2017-11-031-57/+51
* crypto: gf128mul - The x8_ble multiplication functionsHarsh Jain2017-11-031-0/+13
* crypto: keywrap - simplify codeStephan Mueller2017-10-121-58/+26
* crypto: dh - return unsigned value for crypto_dh_key_len()Tudor-Dan Ambarus2017-10-121-1/+1
* crypto: dh - return unsigned int for dh_data_size()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: lrw - Check for incorrect cipher nameChristophe Jaillet2017-10-121-1/+2
* crypto: lrw - Fix an error handling path in 'create()'Christophe Jaillet2017-10-121-2/+4
* crypto: algboss - remove redundant setting of len to zeroColin Ian King2017-10-071-1/+0
* crypto: drop unnecessary return statementsGeliang Tang2017-09-225-9/+0
* crypto: gcm - Use GCM IV size constantCorentin LABBE2017-09-221-11/+12
* crypto: sm3 - add SM3 test vectorsGilad Ben-Yossef2017-09-223-1/+86
* crypto: sm3 - add OSCCA SM3 secure hashGilad Ben-Yossef2017-09-223-0/+222
* crypto: af_alg - update correct dst SGL entryStephan Mueller2017-09-201-2/+2
* crypto: drbg - fix freeing of resourcesStephan Mueller2017-09-201-4/+4
* crypto: af_alg - get_page upon reassignment to TX SGLStephan Mueller2017-08-221-4/+2
* crypto: hash - add crypto_(un)register_ahashes()Rabin Vincent2017-08-221-0/+29
* crypto: algif_aead - fix comment regarding memory layoutStephan Mueller2017-08-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-08-222-2/+14
|\
| * crypto: algif_skcipher - only call put_page on referenced and used pagesStephan Mueller2017-08-221-2/+7
| * crypto: testmgr - add chunked test cases for chacha20Ard Biesheuvel2017-08-221-0/+7
| * crypto: chacha20 - fix handling of chunked inputArd Biesheuvel2017-08-221-2/+7
* | crypto: af_alg - consolidation of duplicate codeStephan Mueller2017-08-093-1262/+770
* | crypto: serpent - improve __serpent_setkey with UBSANArnd Bergmann2017-08-091-36/+41
* | crypto: algif_aead - copy AAD from src to dstStephan Mueller2017-08-092-23/+162
* | crypto: algif - return error code when no data was processedStephan Mueller2017-08-092-2/+6
* | crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel2017-08-042-10/+5
* | crypto: algapi - use separate dst and src operands for __crypto_xor()Ard Biesheuvel2017-08-041-10/+15
* | crypto: scompress - defer allocation of scratch buffer to first useArd Biesheuvel2017-08-031-29/+17
* | crypto: scompress - free partially allocated scratch buffers on failureArd Biesheuvel2017-08-031-1/+4
* | crypto: scompress - don't sleep with preemption disabledArd Biesheuvel2017-08-031-3/+1
* | crypto: ecdh - fix concurrency on shared secret and pubkeyTudor-Dan Ambarus2017-08-031-18/+33
* | crypto: tcrypt - remove AES-XTS-192 speed testsHoria Geantă2017-08-031-4/+4
* | crypto: rng - ensure that the RNG is ready before usingJason A. Donenfeld2017-07-281-2/+4
* | crypto: algif_aead - overhaul memory managementStephan Mueller2017-07-281-324/+442
* | crypto: algif_skcipher - overhaul memory managementStephan Mueller2017-07-281-282/+279
|/
OpenPOWER on IntegriCloud