summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * crypto: arm/ghash-ce - define fpu before fpu registers are referencedStefan Agner2020-03-061-2/+3
| * crypto: x86/curve25519 - leave r12 as spare registerJason A. Donenfeld2020-03-061-55/+55
| * crypto: caam - update xts sector size for large input lengthAndrei Botila2020-03-061-2/+14
| * crypto: caam/qi2 - fix chacha20 data size errorHoria Geantă2020-03-061-4/+10
| * crypto: chelsio/chtls - Fixed boolinit.cocci warningVinay Kumar Yadav2020-03-061-2/+2
| * crypto: hisilicon - qm depends on UACCEHongbo Yao2020-03-061-0/+2
| * uacce: unmap remaining mmapping from user spaceZhangfei Gao2020-03-062-0/+18
| * crypto: xts - simplify error handling in ->create()Eric Biggers2020-03-061-17/+11
| * crypto: rsa-pkcs1pad - simplify error handling in pkcs1pad_create()Eric Biggers2020-03-061-39/+20
| * crypto: pcrypt - simplify error handling in pcrypt_create_aead()Eric Biggers2020-03-062-27/+13
| * crypto: lrw - simplify error handling in create()Eric Biggers2020-03-061-17/+11
| * crypto: geniv - simply error handling in aead_geniv_alloc()Eric Biggers2020-03-061-12/+5
| * crypto: gcm - simplify error handling in crypto_rfc4543_create()Eric Biggers2020-03-061-25/+12
| * crypto: gcm - simplify error handling in crypto_rfc4106_create()Eric Biggers2020-03-061-20/+9
| * crypto: cts - simplify error handling in crypto_cts_create()Eric Biggers2020-03-061-19/+8
| * crypto: ctr - simplify error handling in crypto_rfc3686_create()Eric Biggers2020-03-061-20/+9
| * crypto: cryptd - simplify error handling in cryptd_create_*()Eric Biggers2020-03-061-26/+11
| * crypto: ccm - simplify error handling in crypto_rfc4309_create()Eric Biggers2020-03-061-20/+9
| * crypto: authencesn - fix weird comma-terminated lineEric Biggers2020-03-061-1/+1
| * MAINTAINERS: add maintainers for uacceZhangfei Gao2020-03-061-0/+12
| * crypto: chelsio/chtls - Fixed tls statsVinay Kumar Yadav2020-03-062-0/+10
| * crypto: mxs-dcp - fix scatterlist linearization for hashRosioru Dragos2020-03-061-30/+28
| * crypto: sun8i-ce - fix description of stat_fbCorentin Labbe2020-03-061-1/+1
| * crypto: sun8i-ss - fix description of stat_fbCorentin Labbe2020-03-061-1/+1
| * crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-0610-14/+14
| * crypto: arm64/sha-ce - implement export/importCorentin Labbe2020-03-062-0/+43
| * crypto: chelsio - Use multiple txq/rxq per tfm to process the requestsAyush Sawal2020-03-063-124/+216
| * crypto: chelsio - Recalculate iv only if it is neededAyush Sawal2020-03-062-2/+11
| * crypto: hisilicon - remove redundant assignment of pointer ctxColin Ian King2020-02-281-1/+0
| * hwrng: omap3-rom - Include linux/io.h for virt_to_physHerbert Xu2020-02-281-0/+1
| * crypto: md5 - remove unused macrosYueHaibing2020-02-281-3/+0
| * crypto: chelsio - un-register crypto algorithmsDevulapally Shiva Krishna2020-02-281-0/+2
| * MAINTAINERS: Update maintainers for chelsio crypto driversAyush Sawal2020-02-281-1/+3
| * crypto: xilinx - Add Xilinx AES driverKalyani Akula2020-02-284-0/+472
| * dt-bindings: crypto: Add bindings for ZynqMP AES-GCM driverKalyani Akula2020-02-281-0/+37
| * firmware: xilinx: Add ZynqMP aes API for AES functionalityKalyani Akula2020-02-282-0/+27
| * crypto: chelsio - Endianess bug in create_authenc_wrAl Viro2020-02-221-1/+1
| * crypto: s5p-sss - Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-221-1/+1
| * crypto: img-hash - Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-221-1/+1
| * crypto: caam - add crypto_engine support for HASH algorithmsIuliana Prodan2020-02-221-51/+123
| * crypto: caam - add crypto_engine support for RSA algorithmsIuliana Prodan2020-02-222-24/+114
| * crypto: caam - add crypto_engine support for AEAD algorithmsIuliana Prodan2020-02-221-30/+77
| * crypto: caam - support crypto_engine framework for SKCIPHER algorithmsIuliana Prodan2020-02-224-8/+101
| * crypto: caam - change return code in caam_jr_enqueue functionIuliana Prodan2020-02-226-50/+30
| * crypto: caam - refactor RSA private key _done callbacksIuliana Prodan2020-02-221-43/+18
| * crypto: caam - refactor ahash_edesc_allocIuliana Prodan2020-02-221-40/+22
| * crypto: caam - refactor ahash_done callbacksIuliana Prodan2020-02-221-66/+22
| * crypto: caam - refactor skcipher/aead/gcm/chachapoly {en,de}crypt functionsIuliana Prodan2020-02-221-215/+53
| * crypto: qat - spelling s/Decrytp/Decrypt/Geert Uytterhoeven2020-02-221-1/+1
| * crypto: ccree - use devm_kzalloc() for hash dataGeert Uytterhoeven2020-02-221-16/+8