summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caampkc.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - add register map changes cf. Era 10Horia Geantă2018-11-161-3/+7
* crypto: caam - add SPDX license identifier to all filesHoria Geantă2018-10-171-0/+1
* crypto: caam - fix DMA mapping direction for RSA forms 2 & 3Horia Geantă2018-08-251-10/+10
* crypto: caam - fix size of RSA prime factor qHoria Geantă2018-05-051-4/+4
* crypto: caam: - Use kmemdup() functionFabio Estevam2018-04-201-8/+1Star
* crypto: caam - strip input zeros from RSA input bufferHoria Geantă2018-04-201-0/+54
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-07-051-2/+2
|\
| * crypto: caam - fix gfp allocation flags (part II)Horia Geantă2017-06-221-2/+2
* | crypto: caampkc - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus2017-06-101-3/+2Star
* | crypto: caam - add support for RSA key form 3Radu Alexe2017-05-181-1/+218
* | crypto: caam - add support for RSA key form 2Radu Alexe2017-05-181-17/+214
* | crypto: caam - incapsulate dropping leading zeros into functionRadu Alexe2017-05-181-4/+9
* | crypto: caam - avoid kzalloc(0) in caam_read_raw_dataTudor Ambarus2017-05-181-0/+2
|/
* crypto: caam - fix invalid dereference in caam_rsa_init_tfm()Horia Geantă2017-04-051-1/+1
* crypto: caam - fix sparse warningsHoria Geantă2016-11-131-2/+2
* crypto: caam - add support for RSA algorithmTudor Ambarus2016-07-051-0/+607