summaryrefslogtreecommitdiffstats
path: root/include/crypto/akcipher.h
AgeCommit message (Expand)AuthorLines
2024-10-05crypto: akcipher - Drop sign/verify operationsLukas Wunner-61/+8
2024-04-02crypto: remove CONFIG_CRYPTO_STATSEric Biggers-74/+4
2023-10-05crypto: akcipher - fix kernel-doc typosRandy Dunlap-2/+2
2023-06-23crypto: akcipher - Add sync interface without SG listsHerbert Xu-0/+36
2023-03-14crypto: akcipher - Count error stats differentlyHerbert Xu-28/+74
2022-12-02crypto: akcipher - Move reqsize into tfmHerbert Xu-3/+4
2021-03-13crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel-0/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-6/+1
2019-04-18X.509: parse public key parameters from x509 for akcipherVitaly Chikunov-8/+10
2019-04-18crypto: akcipher - new verify API for public key algorithmsVitaly Chikunov-13/+23
2018-12-07crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe-60/+14
2018-12-07crypto: user - convert all stats from u32 to u64Corentin Labbe-8/+8
2018-09-28crypto: user - Implement a generic crypto statisticsCorentin Labbe-4/+72
2017-06-10crypto: akcipher - assume key is already set in maxsizeTudor-Dan Ambarus-5/+6
2016-02-17crypto: doc - add akcipher APIStephan Mueller-14/+14
2015-12-11crypto: akcipher - fix typos in include/crypto/akcipher.hLABBE Corentin-5/+5
2015-10-14crypto: akcipher - Changes to asymmetric key APITadeusz Struk-22/+68
2015-06-17crypto: akcipher - add PKE APITadeusz Struk-0/+340