summaryrefslogtreecommitdiffstats
path: root/crypto/rsa.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: rsa - Remove unneeded error assignmentFabio Estevam2018-04-211-1/+0
* crypto: rsa - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus2017-06-101-2/+2
* crypto: rsa - Generate fixed-length outputHerbert Xu2016-07-011-4/+4
* crypto: rsa - return raw integers for the ASN.1 parserTudor Ambarus2016-06-151-25/+80
* crypto: rsa - RSA padding algorithmAndrzej Zaborowski2015-12-091-1/+15
* crypto: rsa - only require output buffers as big as needed.Andrzej Zaborowski2015-11-171-24/+0
* crypto: akcipher - Changes to asymmetric key APITadeusz Struk2015-10-141-34/+49
* crypto: rsa - limit supported key lengthsTadeusz Struk2015-07-171-1/+25
* crypto: rsa - add a new rsa generic implementationTadeusz Struk2015-06-171-0/+315