Age | Commit message (Expand) | Author |
2023-06-23 | crypto: sig - Add interface for sign/verify | Herbert Xu |
2023-04-20 | crypto: api - Add crypto_tfm_get | Herbert Xu |
2023-04-14 | crypto: api - Move low-level functions into algapi.h | Herbert Xu |
2023-03-14 | crypto: api - Move MODULE_ALIAS_CRYPTO to algapi.h | Herbert Xu |
2023-03-14 | crypto: rng - Count error stats differently | Herbert Xu |
2023-03-14 | crypto: skcipher - Count error stats differently | Herbert Xu |
2023-03-14 | crypto: kpp - Count error stats differently | Herbert Xu |
2023-03-14 | crypto: acomp - Count error stats differently | Herbert Xu |
2023-03-14 | crypto: hash - Count error stats differently | Herbert Xu |
2023-03-14 | crypto: akcipher - Count error stats differently | Herbert Xu |
2023-03-14 | crypto: aead - Count error stats differently | Herbert Xu |
2023-02-13 | crypto: api - Remove completion function scaffolding | Herbert Xu |
2023-02-13 | crypto: api - Use data directly in completion function | Herbert Xu |
2023-02-13 | crypto: api - Add scaffolding to change completion function signature | Herbert Xu |
2022-12-02 | crypto: api - Add crypto_tfm_ctx_dma | Herbert Xu |
2022-03-03 | crypto: api - allow algs only in specific constructions in FIPS mode | Nicolai Stange |
2021-06-24 | crypto: api - Move crypto attr definitions out of crypto.h | Herbert Xu |
2021-06-17 | crypto: api - remove CRYPTOA_U32 and related functions | Liu Shixin |
2021-01-22 | crypto - shash: reduce minimum alignment of shash_desc structure | Ard Biesheuvel |
2021-01-03 | crypto: remove cipher routines from public crypto API | Ard Biesheuvel |
2020-07-16 | crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORY | Eric Biggers |
2020-07-16 | crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGS | Eric Biggers |
2020-07-09 | crypto: api - permit users to specify numa node of acomp hardware | Barry Song |
2020-06-26 | crypto: api - Prune inclusions in crypto.h | Herbert Xu |
2020-01-09 | crypto: remove propagation of CRYPTO_TFM_RES_* flags | Eric Biggers |
2020-01-09 | crypto: remove CRYPTO_TFM_RES_WEAK_KEY | Eric Biggers |
2020-01-09 | crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN | Eric Biggers |
2020-01-09 | crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LEN | Eric Biggers |
2020-01-09 | crypto: remove unused tfm result flags | Eric Biggers |
2019-12-27 | crypto: api - remove unneeded semicolon | Chen Zhou |
2019-12-20 | crypto: algapi - make unregistration functions return void | Eric Biggers |
2019-12-11 | crypto: cipher - remove crt_u.cipher (struct cipher_tfm) | Eric Biggers |
2019-12-11 | crypto: compress - remove crt_u.compress (struct compress_tfm) | Eric Biggers |
2019-11-17 | crypto: ablkcipher - remove deprecated and unused ablkcipher support | Ard Biesheuvel |
2019-11-01 | crypto: skcipher - remove the "blkcipher" algorithm type | Eric Biggers |
2019-11-01 | crypto: skcipher - remove crypto_has_ablkcipher() | Eric Biggers |
2019-07-08 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2019-07-03 | crypto: doc - Add parameter documentation | Hook, Gary |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-05-30 | crypto: hash - remove CRYPTO_ALG_TYPE_DIGEST | Eric Biggers |
2019-01-25 | crypto: clarify name of WEAK_KEY request flag | Eric Biggers |
2019-01-11 | crypto: cipher - remove struct cipher_desc | Eric Biggers |
2018-12-23 | crypto: skcipher - remove remnants of internal IV generators | Eric Biggers |
2018-12-23 | crypto: api - document missing stats member | Corentin Labbe |
2018-12-07 | crypto: user - Add crypto_stats_init | Corentin Labbe |
2018-12-07 | crypto: user - rename err_cnt parameter | Corentin Labbe |
2018-12-07 | crypto: user - Split stats in multiple structures | Corentin Labbe |
2018-12-07 | crypto: user - fix use_after_free of struct xxx_request | Corentin Labbe |
2018-12-07 | crypto: user - convert all stats from u32 to u64 | Corentin Labbe |
2018-12-07 | crypto: user - made crypto_user_stat optional | Corentin Labbe |