summaryrefslogtreecommitdiffstats
path: root/crypto/akcipher.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: akcipher - Do not copy dst if it is NULLHerbert Xu2023-06-271-1/+2
* crypto: sig - Fix verify callHerbert Xu2023-06-271-3/+9
* crypto: akcipher - Set request tfm on sync pathHerbert Xu2023-06-271-0/+1
* crypto: sig - Add interface for sign/verifyHerbert Xu2023-06-231-17/+36
* crypto: akcipher - Add sync interface without SG listsHerbert Xu2023-06-231-0/+95
* crypto: api - Fix CRYPTO_USER checks for report functionOndrej Mosnacek2023-05-021-1/+1
* crypto: api - Check CRYPTO_USER instead of NET for reportHerbert Xu2023-03-141-8/+4
* crypto: akcipher - Count error stats differentlyHerbert Xu2023-03-141-6/+34
* crypto: akcipher - default implementation for setting a private keyIgnat Korchagin2022-09-091-0/+8
* crypto: algapi - enforce that all instances have a ->free() methodEric Biggers2020-01-091-0/+2
* crypto: algapi - pass instance to crypto_grab_spawn()Eric Biggers2020-01-091-2/+1
* crypto: akcipher - pass instance to crypto_grab_akcipher()Eric Biggers2020-01-091-2/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* crypto: akcipher - default implementations for request callbacksVitaly Chikunov2019-04-181-0/+14
* crypto: user - clean up report structure copyingEric Biggers2018-11-091-7/+4
* crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza2017-01-131-1/+2
* crypto: akcipher - add akcipher declarations needed by templates.Andrzej Zaborowski2015-12-091-1/+33
* crypto: akcipher - Don't #include crypto/public_key.h as the contents aren't ...David Howells2015-10-201-1/+0
* crypto: akcipher - fix spelling cihper -> cipherTadeusz Struk2015-06-251-1/+1
* crypto: akcipher - add PKE APITadeusz Struk2015-06-171-0/+117