- b8969a1 crypto: api - Fix CRYPTO_USER checks for report function by Ondrej Mosnacek · 1 year, 10 months ago
- ed3630b crypto: hash - Add crypto_clone_ahash/shash by Herbert Xu · 1 year, 11 months ago
- 9697b32 crypto: hash - Remove maximum statesize limit by Herbert Xu · 2 years ago
- c0f9e01 crypto: api - Check CRYPTO_USER instead of NET for report by Herbert Xu · 2 years, 1 month ago
- 42808e5 crypto: hash - Count error stats differently by Herbert Xu · 2 years, 1 month ago
- aa96951 crypto: scatterwalk - use kmap_local() not kmap_atomic() by Ard Biesheuvel · 2 years, 3 months ago
- 1c79957 crypto: api - Increase MAX_ALGAPI_ALIGNMASK to 127 by Herbert Xu · 2 years, 4 months ago
- c060e16 Revert "crypto: shash - avoid comparing pointers to exported functions under CFI" by Eric Biggers · 2 years, 4 months ago
- 85cc424 crypto: add crypto_has_shash() by Hannes Reinecke · 2 years, 9 months ago
- 22ca9f4 crypto: shash - avoid comparing pointers to exported functions under CFI by Ard Biesheuvel · 3 years, 9 months ago
- 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 7 months ago
- 822a98b crypto: hash - introduce crypto_shash_tfm_digest() by Eric Biggers · 4 years, 10 months ago
- d4fdc2d crypto: algapi - enforce that all instances have a ->free() method by Eric Biggers · 5 years ago
- a24a1fd7 crypto: algapi - remove crypto_template::{alloc,free}() by Eric Biggers · 5 years ago
- a39c66c crypto: shash - convert shash_free_instance() to new style by Eric Biggers · 5 years ago
- 48fb3e5 crypto: hash - add support for new way of freeing instances by Eric Biggers · 5 years ago
- 629f1af crypto: algapi - remove obsoleted instance creation helpers by Eric Biggers · 5 years ago
- fdfad1f crypto: shash - introduce crypto_grab_shash() by Eric Biggers · 5 years ago
- c6d633a crypto: algapi - make unregistration functions return void by Eric Biggers · 5 years ago
- fbce6be crypto: shash - Add init_tfm/exit_tfm and verify descsize by Herbert Xu · 5 years ago
- c288178 crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithms by Eric Biggers · 5 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
- 54fe792 crypto: shash - remove useless crypto_yield() in shash_ahash_digest() by Eric Biggers · 6 years ago
- 67cb60e crypto: shash - fix missed optimization in shash_ahash_digest() by Eric Biggers · 6 years ago
- 2b091e3 crypto: shash - remove pointless checks of shash_alg::{export,import} by Eric Biggers · 6 years ago
- 41a2e94 crypto: shash - require neither or both ->export() and ->import() by Eric Biggers · 6 years ago
- ba7d743 crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails by Eric Biggers · 6 years ago
- 37db69e crypto: user - clean up report structure copying by Eric Biggers · 6 years ago
- f3569fd crypto: shash - Remove VLA usage in unaligned hashing by Kees Cook · 7 years ago
- b68a7ec crypto: hash - Remove VLA usage by Kees Cook · 7 years ago
- 9fa68f6 crypto: hash - prevent using keyed hashes without setting key by Eric Biggers · 7 years ago
- af3ff80 crypto: hmac - require that the underlying hash algorithm is unkeyed by Eric Biggers · 7 years ago
- b61907b crypto: shash - Fix zero-length shash ahash digest crash by Herbert Xu · 7 years ago
- 9039f3e crypto: shash - Fix a sleep-in-atomic bug in shash_setkey_unaligned by Jia-Ju Bai · 7 years ago
- d8c34b9 crypto: Replaced gcc specific attributes with macros from compiler.h by Gideon Israel Dsouza · 8 years ago
- 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
- 8965450 crypto: hash - Remove crypto_hash interface by Herbert Xu · 9 years ago
- 00420a6 crypto: shash - Fix has_key setting by Herbert Xu · 9 years ago
- a5596d6 crypto: hash - Add crypto_ahash_has_setkey by Herbert Xu · 9 years ago
- ac61168 crypto: shash - Use crypto_alg_extsize helper by Herbert Xu · 10 years ago
- 66d8ea5 crypto: LLVMLinux: aligned-attribute.patch by Mark Charlebois · 12 years ago
- 9a5467bf crypto: user - fix info leaks in report API by Mathias Krause · 12 years ago
- 50fc3e8 crypto: add crypto_[un]register_shashes for [un]registering multiple shash entries at once by Jussi Kivilinna · 13 years ago
- 6662df3 crypto: Stop using NLA_PUT*(). by David S. Miller · 13 years ago
- f0dfc0b0 crypto: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
- 3acc847 crypto: algapi - Fix build problem with NET disabled by Herbert Xu · 13 years ago
- f4d663c crypto: Add userspace report for shash type algorithms by Steffen Klassert · 13 years ago
- 90246e7 crypto: hash - Fix async import on shash algorithm by Herbert Xu · 14 years ago
- 18eb8ea crypto: shash - Remove usage of CRYPTO_MINALIGN by Herbert Xu · 15 years ago
- 0044f3e crypto: shash - Test for the algorithms import function before exporting it by Steffen Klassert · 16 years ago
- f592682 crypto: shash - Require all algorithms to support export/import by Herbert Xu · 16 years ago
- cbc86b9 crypto: shash - Fix async finup handling of null digest by Herbert Xu · 16 years ago
- 66f6ce5 crypto: ahash - Add unaligned handling and default operations by Herbert Xu · 16 years ago
- 0e2d3a1 crypto: shash - Fix alignment in unaligned operations by Herbert Xu · 16 years ago
- 8c32c51 crypto: hash - Zap unaligned buffers by Herbert Xu · 16 years ago
- 500b3e3 crypto: ahash - Remove old_ahash_alg by Herbert Xu · 16 years ago
- 88056ec crypto: ahash - Convert to new style algorithms by Herbert Xu · 16 years ago
- 2ca33da crypto: api - Remove frontend argument from extsize/init_tfm by Herbert Xu · 16 years ago
- 7eddf95 crypto: shash - Export async functions by Herbert Xu · 16 years ago
- 113adef crypto: shash - Make descsize a run-time attribute by Herbert Xu · 16 years ago
- 57cfe44 crypto: shash - Move null setkey check to registration time by Herbert Xu · 16 years ago
- 8267ada crypto: shash - Move finup/digest null checks to registration time by Herbert Xu · 16 years ago
- 99d27e1 crypto: shash - Export/import hash state only by Herbert Xu · 16 years ago
- deee228 crypto: shash - Propagate reinit return value by Herbert Xu · 16 years ago
- f88ad8d crypto: shash - Use finup in default digest by Herbert Xu · 16 years ago
- 619a6eb crypto: shash - Add shash_register_instance by Herbert Xu · 16 years ago
- 7d6f5640 crypto: shash - Add shash_attr_alg2 helper by Herbert Xu · 16 years ago
- 9429699 crypto: shash - Add spawn support by Herbert Xu · 16 years ago
- 2e4fddd crypto: shash - Add shash_instance by Herbert Xu · 16 years ago
- f4f6899 crypto: shash - Fix unaligned calculation with short length by Yehuda Sadeh · 16 years ago
- 3f683d6 crypto: api - Fix crypto_alloc_tfm/create_create_tfm return convention by Herbert Xu · 16 years ago
- 1693531 crypto: shash - Remove superfluous check in init_tfm by Herbert Xu · 16 years ago
- 4abfd73 crypto: shash - Fix module refcount by Adrian-Ken Rueegsegger · 16 years ago
- 3751f40 crypto: hash - Make setkey optional by Herbert Xu · 16 years ago
- 5f7082e crypto: hash - Export shash through hash by Herbert Xu · 17 years ago
- dec8b78 crypto: hash - Add import/export interface by Herbert Xu · 16 years ago
- 3b2f6df crypto: hash - Export shash through ahash by Herbert Xu · 17 years ago
- 7b5a080b crypto: hash - Add shash interface by Herbert Xu · 17 years ago