aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/akcipher.c
AgeCommit message (Expand)Author
2023-06-27crypto: akcipher - Do not copy dst if it is NULLHerbert Xu
2023-06-27crypto: sig - Fix verify callHerbert Xu
2023-06-27crypto: akcipher - Set request tfm on sync pathHerbert Xu
2023-06-23crypto: sig - Add interface for sign/verifyHerbert Xu
2023-06-23crypto: akcipher - Add sync interface without SG listsHerbert Xu
2023-05-02crypto: api - Fix CRYPTO_USER checks for report functionOndrej Mosnacek
2023-03-14crypto: api - Check CRYPTO_USER instead of NET for reportHerbert Xu
2023-03-14crypto: akcipher - Count error stats differentlyHerbert Xu
2022-09-09crypto: akcipher - default implementation for setting a private keyIgnat Korchagin
2020-01-09crypto: algapi - enforce that all instances have a ->free() methodEric Biggers
2020-01-09crypto: algapi - pass instance to crypto_grab_spawn()Eric Biggers
2020-01-09crypto: akcipher - pass instance to crypto_grab_akcipher()Eric Biggers
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-18crypto: akcipher - default implementations for request callbacksVitaly Chikunov
2018-11-09crypto: user - clean up report structure copyingEric Biggers
2017-01-13crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza
2015-12-09crypto: akcipher - add akcipher declarations needed by templates.Andrzej Zaborowski
2015-10-20crypto: akcipher - Don't #include crypto/public_key.h as the contents aren't ...David Howells
2015-06-25crypto: akcipher - fix spelling cihper -> cipherTadeusz Struk
2015-06-17crypto: akcipher - add PKE APITadeusz Struk