index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
rsa.c
Age
Commit message (
Expand
)
Author
2022-06-24
crypto: rsa - implement Chinese Remainder Theorem for faster private key oper...
Ignat Korchagin
2021-11-26
crypto: rsa - limit key size to 2048 in FIPS mode
Stephan Müller
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Thomas Gleixner
2019-04-18
crypto: run initcalls for generic implementations earlier
Eric Biggers
2019-04-18
crypto: rsa - unimplement sign/verify for raw RSA backends
Vitaly Chikunov
2018-04-21
crypto: rsa - Remove unneeded error assignment
Fabio Estevam
2017-06-10
crypto: rsa - comply with crypto_akcipher_maxsize()
Tudor-Dan Ambarus
2016-07-01
crypto: rsa - Generate fixed-length output
Herbert Xu
2016-06-15
crypto: rsa - return raw integers for the ASN.1 parser
Tudor Ambarus
2015-12-09
crypto: rsa - RSA padding algorithm
Andrzej Zaborowski
2015-11-17
crypto: rsa - only require output buffers as big as needed.
Andrzej Zaborowski
2015-10-14
crypto: akcipher - Changes to asymmetric key API
Tadeusz Struk
2015-07-17
crypto: rsa - limit supported key lengths
Tadeusz Struk
2015-06-17
crypto: rsa - add a new rsa generic implementation
Tadeusz Struk