aboutsummaryrefslogtreecommitdiff
path: root/crypto/akcipher.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-14crypto: akcipher - Count error stats differentlyGravatar Herbert Xu 1-6/+34
2022-09-09crypto: akcipher - default implementation for setting a private keyGravatar Ignat Korchagin 1-0/+8
2020-01-09crypto: algapi - enforce that all instances have a ->free() methodGravatar Eric Biggers 1-0/+2
2020-01-09crypto: algapi - pass instance to crypto_grab_spawn()Gravatar Eric Biggers 1-2/+1
2020-01-09crypto: akcipher - pass instance to crypto_grab_akcipher()Gravatar Eric Biggers 1-2/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-04-18crypto: akcipher - default implementations for request callbacksGravatar Vitaly Chikunov 1-0/+14
2018-11-09crypto: user - clean up report structure copyingGravatar Eric Biggers 1-7/+4
2017-01-13crypto: Replaced gcc specific attributes with macros from compiler.hGravatar Gideon Israel Dsouza 1-1/+2
2015-12-09crypto: akcipher - add akcipher declarations needed by templates.Gravatar Andrzej Zaborowski 1-1/+33
2015-10-20crypto: akcipher - Don't #include crypto/public_key.h as the contents aren't ...Gravatar David Howells 1-1/+0
2015-06-25crypto: akcipher - fix spelling cihper -> cipherGravatar Tadeusz Struk 1-1/+1
2015-06-17crypto: akcipher - add PKE APIGravatar Tadeusz Struk 1-0/+117