summaryrefslogtreecommitdiffstats
path: root/include/crypto/akcipher.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: remove CONFIG_CRYPTO_STATSEric Biggers2024-04-021-74/+4
* crypto: akcipher - fix kernel-doc typosRandy Dunlap2023-10-051-2/+2
* crypto: akcipher - Add sync interface without SG listsHerbert Xu2023-06-231-0/+36
* crypto: akcipher - Count error stats differentlyHerbert Xu2023-03-141-28/+74
* crypto: akcipher - Move reqsize into tfmHerbert Xu2022-12-021-3/+4
* crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel2021-03-131-0/+2
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* X.509: parse public key parameters from x509 for akcipherVitaly Chikunov2019-04-181-8/+10
* crypto: akcipher - new verify API for public key algorithmsVitaly Chikunov2019-04-181-13/+23
* crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe2018-12-071-60/+14
* crypto: user - convert all stats from u32 to u64Corentin Labbe2018-12-071-8/+8
* crypto: user - Implement a generic crypto statisticsCorentin Labbe2018-09-281-4/+72
* crypto: akcipher - assume key is already set in maxsizeTudor-Dan Ambarus2017-06-101-5/+6
* crypto: doc - add akcipher APIStephan Mueller2016-02-171-14/+14
* crypto: akcipher - fix typos in include/crypto/akcipher.hLABBE Corentin2015-12-111-5/+5
* crypto: akcipher - Changes to asymmetric key APITadeusz Struk2015-10-141-22/+68
* crypto: akcipher - add PKE APITadeusz Struk2015-06-171-0/+340