summaryrefslogtreecommitdiffstats
path: root/crypto/rsa.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: rsa - restrict plaintext/ciphertext values moreJoachim Vandersmissen2024-02-091-4/+32
* crypto: rsa - add a check for allocation failureDan Carpenter2023-11-171-0/+2
* crypto: rsa - allow only odd e and restrict value in FIPS modeMahmoud Adam2023-06-231-0/+36
* crypto: add __init/__exit annotations to init/exit funcsXiu Jianfeng2022-09-241-2/+2
* crypto: rsa - implement Chinese Remainder Theorem for faster private key oper...Ignat Korchagin2022-06-241-5/+73
* crypto: rsa - limit key size to 2048 in FIPS modeStephan Müller2021-11-261-0/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-181-1/+1
* crypto: rsa - unimplement sign/verify for raw RSA backendsVitaly Chikunov2019-04-181-109/+0
* 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