aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hsi/git:/git.zx2c4.com
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/hsi/git:/git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions
td>-1/+1 2022-01-31crypto: rsa-pkcs1pad - only allow with rsaEric Biggers1-0/+5 2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu1-0/+1 2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-3/+3 2020-07-16crypto: algapi - use common mechanism for inheriting flagsEric Biggers1-10/+3 2020-03-06crypto: rsa-pkcs1pad - simplify error handling in pkcs1pad_create()Eric Biggers1-39/+20 2020-01-09crypto: akcipher - pass instance to crypto_grab_akcipher()Eric Biggers1-3/+5 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1 2019-04-18crypto: akcipher - new verify API for public key algorithmsVitaly Chikunov1-10/+19 2019-04-18crypto: rsa - unimplement sign/verify for raw RSA backendsVitaly Chikunov1-2/+2 2019-01-18crypto: rsa-pkcs1pad - include <crypto/internal/rsa.h>Eric Biggers1-0/+1 2018-10-26crypto: rsa-pkcs1pad: Allow hash to be optional [ver #2]Denis Kenzior1-18/+41 2018-09-28crypto: fix a memory leak in rsa-kcs1pad's encryption modeDan Aloni1-9/+0 2018-02-15crypto: rsa-pkcs1pad - Replace GFP_ATOMIC with GFP_KERNEL in pkcs1pad_encrypt_sign_completeJia-Ju Bai1-1/+1 2017-11-03crypto: remove redundant backlog checks on EBUSYGilad Ben-Yossef1-12/+4 2017-06-20crypto: rsa-pkcs1pad - use constant time memory comparison for MACsJason A. Donenfeld1-1/+1 2017-06-10crypto: pkcs1pad - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus1-8/+2 2016-09-22crypto: rsa-pkcs1pad - Handle leading zero for decryptionHerbert Xu1-17/+24 2016-07-19crypto: rsa-pkcs1pad - fix rsa-pkcs1pad request structTadeusz Struk1-2/+1 2016-07-03crypto: rsa-pkcs1pad - Fix regression from leading zerosHerbert Xu1-16/+22 2016-07-01crypto: rsa-pkcs1pad - Avoid copying output when possibleHerbert Xu1-62/+40 2016-07-01crypto: rsa-pkcs1pad - Move key size check to setkeyHerbert Xu1-30/+26 2016-07-01crypto: rsa-pkcs1pad - Always use GFP_KERNELHerbert Xu1-16/+6 2016-07-01crypto: rsa-pkcs1pad - Remove bogus page splittingHerbert Xu1-13/+4 2016-07-01crypto: rsa-pkcs1pad - Require hash to be presentHerbert Xu1-53/+30 2016-04-15crypto: rsa-pkcs1pad - fix dst lenTadeusz Struk1-6/+6 2016-03-03crypto: Add hash param to pkcs1padTadeusz Struk1-26/+156 2015-12-22crypto: rsa-pkcs1pad - don't allocate buffer on stackAndrzej Zaborowski1-8/+19 2015-12-09crypto: rsa - RSA padding algorithmAndrzej Zaborowski1-0/+617