summaryrefslogtreecommitdiffstats
path: root/include/crypto/kpp.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe2018-12-071-39/+9
* crypto: user - convert all stats from u32 to u64Corentin Labbe2018-12-071-6/+6
* crypto: user - Implement a generic crypto statisticsCorentin Labbe2018-09-281-3/+48
* crypto: kpp - add get/set_flags helpersTudor-Dan Ambarus2017-07-181-0/+10
* crypto: kpp - assume key is already set in maxsizeTudor-Dan Ambarus2017-06-101-5/+6
* crypto: kpp, (ec)dh - fix typosTudor-Dan Ambarus2017-06-101-2/+2
* crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Eric Biggers2017-03-091-3/+3
* crypto: doc - add KPP documentationStephan Mueller2016-12-131-3/+12
* crypto: ecdh - Add ECDH software supportSalvatore Benedetto2016-06-231-0/+1
* crypto: dh - Add DH software implementationSalvatore Benedetto2016-06-231-0/+1
* crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto2016-06-231-0/+328