- 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
- c0f9e01 crypto: api - Check CRYPTO_USER instead of NET for report by Herbert Xu · 2 years ago
- 42808e5 crypto: hash - Count error stats differently by Herbert Xu · 2 years ago
- 255e48e crypto: api - Use data directly in completion function by Herbert Xu · 2 years, 1 month ago
- d958804 crypto: hash - Use crypto_request_complete 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
- e73d340 crypto: ahash - Add init_tfm/exit_tfm by Herbert Xu · 4 years, 7 months ago
- 8afa25a crypto: hash - Remove unused async iterators by Ira Weiny · 4 years, 7 months ago
- 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 7 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
- 48fb3e5 crypto: hash - add support for new way of freeing instances by Eric Biggers · 5 years ago
- 6d1b41f crypto: ahash - unexport crypto_ahash_type by Eric Biggers · 5 years ago
- 629f1af crypto: algapi - remove obsoleted instance creation helpers by Eric Biggers · 5 years ago
- 84a9c93 crypto: ahash - introduce crypto_grab_ahash() by Eric Biggers · 5 years ago
- c6d633a crypto: algapi - make unregistration functions return void by Eric Biggers · 5 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- 77568e5 crypto: ahash - fix another early termination in hash walk by Eric Biggers · 6 years ago
- ba7d743 crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails by Eric Biggers · 6 years ago
- f7d76e0 crypto: user - fix use_after_free of struct xxx_request by Corentin Labbe · 6 years ago
- 37db69e crypto: user - clean up report structure copying by Eric Biggers · 6 years ago
- cac5818 crypto: user - Implement a generic crypto statistics by Corentin Labbe · 6 years ago
- b68a7ec crypto: hash - Remove VLA usage by Kees Cook · 7 years ago
- 900a081 crypto: ahash - Fix early termination in hash walk by Herbert Xu · 7 years ago
- 6f221f7 crypto: hash - Require export/import in ahash by Kamil Konieczny · 7 years ago
- 9fa68f6 crypto: hash - prevent using keyed hashes without setting key by Eric Biggers · 7 years ago
- cd6ed77 crypto: hash - introduce crypto_hash_alg_has_setkey() by Eric Biggers · 7 years ago
- 4e5b0ad crypto: remove redundant backlog checks on EBUSY by Gilad Ben-Yossef · 7 years ago
- 6f7473c crypto: hash - add crypto_(un)register_ahashes() by Rabin Vincent · 8 years ago
- ef0579b crypto: ahash - Fix EINPROGRESS notification callback by Herbert Xu · 8 years ago
- d8c34b9 crypto: Replaced gcc specific attributes with macros from compiler.h by Gideon Israel Dsouza · 8 years ago
- 2495cf2 crypto: ahash - Add padding in crypto_ahash_extsize by Herbert Xu · 9 years ago
- 13f4bb7 crypto: hash - Fix page length clamping in hash walk by Herbert Xu · 9 years ago
- 8965450 crypto: hash - Remove crypto_hash interface by Herbert Xu · 9 years ago
- 8d18e34 crypto: hash - Add crypto_has_ahash helper by Herbert Xu · 9 years ago
- a5596d6 crypto: hash - Add crypto_ahash_has_setkey by Herbert Xu · 9 years ago
- 8996eaf crypto: ahash - ensure statesize is non-zero by Russell King · 9 years ago
- 5be4d4c crypto: replace scatterwalk_sg_next with sg_next by Cristian Stoica · 10 years ago
- b516d514 crypto: ahash - fixed style error in ahash.c by Joshua I. James · 10 years ago
- 6d9529c crypto: hash - initialize entry len for null input in crypto hash sg list walk by Tim Chen · 11 years ago
- 75ecb23 crypto: hash - Add real ahash walk interface by Herbert Xu · 11 years ago
- d4a7a0f crypto: hash - Simplify the ahash_finup implementation by Marek Vasut · 11 years ago
- 1ffc9fb crypto: hash - Pull out the functions to save/restore request by Marek Vasut · 11 years ago
- ab6bf4e crypto: hash - Fix the pointer voodoo in unaligned ahash by Marek Vasut · 11 years ago
- 1d9a394 crypto: ahash - Fully restore ahash request before completing by Marek Vasut · 11 years ago
- 9a5467bf crypto: user - fix info leaks in report API by Mathias Krause · 12 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
- 6238cba crypto: Add userspace report for ahash type algorithms by Steffen Klassert · 13 years ago
- 23a75ee crypto: hash - Fix handling of small unaligned buffers by Szilveszter Ördög · 15 years ago
- cbb9bf6 crypto: hash - Fix handling of unaligned buffers by Szilveszter Ördög · 15 years ago
- 5befbd5 crypto: ahash - Use GFP_KERNEL on allocation if the request can sleep by Steffen Klassert · 16 years ago
- a70c522 crypto: ahash - Fix setkey crash by Herbert Xu · 16 years ago
- 66f6ce5 crypto: ahash - Add unaligned handling and default operations by Herbert Xu · 16 years ago
- 093900c crypto: ahash - Use GFP_KERNEL in unaligned setkey 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
- 01c2dec crypto: ahash - Add instance/spawn support by Herbert Xu · 16 years ago
- 88056ec crypto: ahash - Convert to new style algorithms by Herbert Xu · 16 years ago
- d315a0e crypto: hash - Fix handling of sg entry that crosses page boundary by Herbert Xu · 16 years ago
- bb402f1 crypto: ahash - Fix digest size in /proc/crypto by Lee Nipper · 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
- 2003625 crypto: hash - Added scatter list walking helper by Herbert Xu · 17 years ago
- 166247f crypto: hash - Removed vestigial ahash fields by Herbert Xu · 17 years ago
- ca786dc crypto: hash - Fixed digest size check by Herbert Xu · 17 years ago
- 004a403 [CRYPTO] hash: Add asynchronous hash support by Loc Ho · 17 years ago