summaryrefslogtreecommitdiffstats
path: root/crypto/rsa.c
AgeCommit message (Expand)AuthorLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner-5/+1
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers-1/+1
2019-04-18crypto: rsa - unimplement sign/verify for raw RSA backendsVitaly Chikunov-109/+0
2018-04-21crypto: rsa - Remove unneeded error assignmentFabio Estevam-1/+0
2017-06-10crypto: rsa - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus-2/+2
2016-07-01crypto: rsa - Generate fixed-length outputHerbert Xu-4/+4
2016-06-15crypto: rsa - return raw integers for the ASN.1 parserTudor Ambarus-25/+80
2015-12-09crypto: rsa - RSA padding algorithmAndrzej Zaborowski-1/+15
2015-11-17crypto: rsa - only require output buffers as big as needed.Andrzej Zaborowski-24/+0
2015-10-14crypto: akcipher - Changes to asymmetric key APITadeusz Struk-34/+49
2015-07-17crypto: rsa - limit supported key lengthsTadeusz Struk-1/+25
2015-06-17crypto: rsa - add a new rsa generic implementationTadeusz Struk-0/+315