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