Age | Commit message (Expand) | Author | Files | Lines |
2024-04-02 | crypto: remove CONFIG_CRYPTO_STATS | Eric Biggers | 1 | -31/+0 |
2023-06-27 | crypto: akcipher - Do not copy dst if it is NULL | Herbert Xu | 1 | -1/+2 |
2023-06-27 | crypto: sig - Fix verify call | Herbert Xu | 1 | -3/+9 |
2023-06-27 | crypto: akcipher - Set request tfm on sync path | Herbert Xu | 1 | -0/+1 |
2023-06-23 | crypto: sig - Add interface for sign/verify | Herbert Xu | 1 | -17/+36 |
2023-06-23 | crypto: akcipher - Add sync interface without SG lists | Herbert Xu | 1 | -0/+95 |
2023-05-02 | crypto: api - Fix CRYPTO_USER checks for report function | Ondrej Mosnacek | 1 | -1/+1 |
2023-03-14 | crypto: api - Check CRYPTO_USER instead of NET for report | Herbert Xu | 1 | -8/+4 |
2023-03-14 | crypto: akcipher - Count error stats differently | Herbert Xu | 1 | -6/+34 |
2022-09-09 | crypto: akcipher - default implementation for setting a private key | Ignat Korchagin | 1 | -0/+8 |
2020-01-09 | crypto: algapi - enforce that all instances have a ->free() method | Eric Biggers | 1 | -0/+2 |
2020-01-09 | crypto: algapi - pass instance to crypto_grab_spawn() | Eric Biggers | 1 | -2/+1 |
2020-01-09 | crypto: akcipher - pass instance to crypto_grab_akcipher() | Eric Biggers | 1 | -2/+4 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -6/+1 |
2019-04-18 | crypto: akcipher - default implementations for request callbacks | Vitaly Chikunov | 1 | -0/+14 |
2018-11-09 | crypto: user - clean up report structure copying | Eric Biggers | 1 | -7/+4 |
2017-01-13 | crypto: Replaced gcc specific attributes with macros from compiler.h | Gideon Israel Dsouza | 1 | -1/+2 |
2015-12-09 | crypto: akcipher - add akcipher declarations needed by templates. | Andrzej Zaborowski | 1 | -1/+33 |
2015-10-20 | crypto: akcipher - Don't #include crypto/public_key.h as the contents aren't ... | David Howells | 1 | -1/+0 |
2015-06-25 | crypto: akcipher - fix spelling cihper -> cipher | Tadeusz Struk | 1 | -1/+1 |
2015-06-17 | crypto: akcipher - add PKE API | Tadeusz Struk | 1 | -0/+117 |