aboutsummaryrefslogtreecommitdiff
path: root/include/crypto/akcipher.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-05crypto: akcipher - fix kernel-doc typosGravatar Randy Dunlap 1-2/+2
2023-06-23crypto: akcipher - Add sync interface without SG listsGravatar Herbert Xu 1-0/+36
2023-03-14crypto: akcipher - Count error stats differentlyGravatar Herbert Xu 1-28/+74
2022-12-02crypto: akcipher - Move reqsize into tfmGravatar Herbert Xu 1-3/+4
2021-03-13crypto: api - check for ERR pointers in crypto_destroy_tfm()Gravatar Ard Biesheuvel 1-0/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-04-18X.509: parse public key parameters from x509 for akcipherGravatar Vitaly Chikunov 1-8/+10
2019-04-18crypto: akcipher - new verify API for public key algorithmsGravatar Vitaly Chikunov 1-13/+23
2018-12-07crypto: user - fix use_after_free of struct xxx_requestGravatar Corentin Labbe 1-60/+14
2018-12-07crypto: user - convert all stats from u32 to u64Gravatar Corentin Labbe 1-8/+8
2018-09-28crypto: user - Implement a generic crypto statisticsGravatar Corentin Labbe 1-4/+72
2017-06-10crypto: akcipher - assume key is already set in maxsizeGravatar Tudor-Dan Ambarus 1-5/+6
2016-02-17crypto: doc - add akcipher APIGravatar Stephan Mueller 1-14/+14
2015-12-11crypto: akcipher - fix typos in include/crypto/akcipher.hGravatar LABBE Corentin 1-5/+5
2015-10-14crypto: akcipher - Changes to asymmetric key APIGravatar Tadeusz Struk 1-22/+68
2015-06-17crypto: akcipher - add PKE APIGravatar Tadeusz Struk 1-0/+340