index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
rsa-pkcs1pad.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
1
-3
/
+3
2020-07-16
crypto: algapi - use common mechanism for inheriting flags
Eric Biggers
1
-10
/
+3
2020-03-06
crypto: rsa-pkcs1pad - simplify error handling in pkcs1pad_create()
Eric Biggers
1
-39
/
+20
2020-01-09
crypto: akcipher - pass instance to crypto_grab_akcipher()
Eric Biggers
1
-3
/
+5
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-04-18
crypto: akcipher - new verify API for public key algorithms
Vitaly Chikunov
1
-10
/
+19
2019-04-18
crypto: rsa - unimplement sign/verify for raw RSA backends
Vitaly Chikunov
1
-2
/
+2
2019-01-18
crypto: rsa-pkcs1pad - include <crypto/internal/rsa.h>
Eric Biggers
1
-0
/
+1
2018-10-26
crypto: rsa-pkcs1pad: Allow hash to be optional [ver #2]
Denis Kenzior
1
-18
/
+41
2018-09-28
crypto: fix a memory leak in rsa-kcs1pad's encryption mode
Dan Aloni
1
-9
/
+0
2018-02-15
crypto: rsa-pkcs1pad - Replace GFP_ATOMIC with GFP_KERNEL in pkcs1pad_encrypt...
Jia-Ju Bai
1
-1
/
+1
2017-11-03
crypto: remove redundant backlog checks on EBUSY
Gilad Ben-Yossef
1
-12
/
+4
2017-06-20
crypto: rsa-pkcs1pad - use constant time memory comparison for MACs
Jason A. Donenfeld
1
-1
/
+1
2017-06-10
crypto: pkcs1pad - comply with crypto_akcipher_maxsize()
Tudor-Dan Ambarus
1
-8
/
+2
2016-09-22
crypto: rsa-pkcs1pad - Handle leading zero for decryption
Herbert Xu
1
-17
/
+24
2016-07-19
crypto: rsa-pkcs1pad - fix rsa-pkcs1pad request struct
Tadeusz Struk
1
-2
/
+1
2016-07-03
crypto: rsa-pkcs1pad - Fix regression from leading zeros
Herbert Xu
1
-16
/
+22
2016-07-01
crypto: rsa-pkcs1pad - Avoid copying output when possible
Herbert Xu
1
-67
/
+45
2016-07-01
crypto: rsa-pkcs1pad - Move key size check to setkey
Herbert Xu
1
-30
/
+26
2016-07-01
crypto: rsa-pkcs1pad - Always use GFP_KERNEL
Herbert Xu
1
-16
/
+6
2016-07-01
crypto: rsa-pkcs1pad - Remove bogus page splitting
Herbert Xu
1
-14
/
+5
2016-07-01
crypto: rsa-pkcs1pad - Require hash to be present
Herbert Xu
1
-53
/
+30
2016-04-15
crypto: rsa-pkcs1pad - fix dst len
Tadeusz Struk
1
-6
/
+6
2016-03-03
crypto: Add hash param to pkcs1pad
Tadeusz Struk
1
-26
/
+156
2015-12-22
crypto: rsa-pkcs1pad - don't allocate buffer on stack
Andrzej Zaborowski
1
-8
/
+19
2015-12-09
crypto: rsa - RSA padding algorithm
Andrzej Zaborowski
1
-0
/
+617