- c6ce9c5 crypto: api - Move cryptomgr soft dependency into algapi by Herbert Xu · 2 years, 11 months ago
- beaaaa3 crypto: api - Fix boot-up crash when crypto manager is disabled by Herbert Xu · 3 years, 2 months ago
- cad439f crypto: api - Do not create test larvals if manager is disabled by Herbert Xu · 3 years, 2 months ago
- adad556 crypto: api - Fix built-in testing dependency failures by Herbert Xu · 3 years, 3 months ago
- 10ff997 crypto: api - remove CRYPTOA_U32 and related functions by Liu Shixin · 3 years, 7 months ago
- 7bcb2c9 crypto: algapi - use common mechanism for inheriting flags by Eric Biggers · 4 years, 6 months ago
- ec6e2bf3 crypto: algapi - create function to add request in front of queue by Iuliana Prodan · 4 years, 8 months ago
- 6603523 crypto: api - Fix use-after-free and race in crypto_spawn_alg by Herbert Xu · 4 years, 9 months ago
- beeb460 crypto: algapi - Avoid spurious modprobe on LOADED by Eric Biggers · 4 years, 9 months ago
- a24a1fd7 crypto: algapi - remove crypto_template::{alloc,free}() by Eric Biggers · 5 years ago
- aed11cf crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn() by Eric Biggers · 5 years ago
- 629f1af crypto: algapi - remove obsoleted instance creation helpers by Eric Biggers · 5 years ago
- de95c95 crypto: algapi - pass instance to crypto_grab_spawn() by Eric Biggers · 5 years ago
- ca94e93 crypto: algapi - make crypto_grab_spawn() handle an ERR_PTR() name by Eric Biggers · 5 years ago
- ff67062 crypto: algapi - make crypto_drop_spawn() a no-op on uninitialized spawns by Eric Biggers · 5 years ago
- 5f567ff crypto: api - Retain alg refcount in crypto_grab_spawn by Herbert Xu · 5 years ago
- c6d633a crypto: algapi - make unregistration functions return void by Eric Biggers · 5 years ago
- 2bbb337 crypto: api - fix unexpectedly getting generic implementation by Herbert Xu · 5 years ago
- 02244ba crypto: api - Add more comments to crypto_remove_spawns by Herbert Xu · 5 years ago
- 4f87ee1 crypto: api - Do not zap spawn->alg by Herbert Xu · 5 years ago
- 73669cc crypto: api - Fix race condition in crypto_spawn_alg by Herbert Xu · 5 years ago
- 7db3b61 crypto: api - Check spawn->alg under lock in crypto_drop_spawn by Herbert Xu · 5 years ago
- d63007e crypto: ablkcipher - remove deprecated and unused ablkcipher support by Ard Biesheuvel · 5 years ago
- 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
- 177f87d crypto: algapi - require cra_name and cra_driver_name by Eric Biggers · 6 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- 5e99a0a crypto: algapi - remove crypto_tfm_in_queue() by Eric Biggers · 6 years ago
- 9572442 crypto: api - add a helper to (un)register a array of templates by Xiongfeng Wang · 6 years ago
- 6b47666 crypto: algapi - reject NULL crypto_spawn::inst by Eric Biggers · 6 years ago
- 14aa1a8 crypto: algapi - remove crypto_alloc_instance() by Eric Biggers · 6 years ago
- 1f6669b crypto: user - Add crypto_stats_init by Corentin Labbe · 6 years ago
- 44f1313 crypto: user - rename err_cnt parameter by Corentin Labbe · 6 years ago
- 17c18f9 crypto: user - Split stats in multiple structures by Corentin Labbe · 6 years ago
- f7d76e0 crypto: user - fix use_after_free of struct xxx_request by Corentin Labbe · 6 years ago
- 6e8e72c crypto: user - convert all stats from u32 to u64 by Corentin Labbe · 6 years ago
- 2ced260 crypto: user - made crypto_user_stat optional by Corentin Labbe · 6 years ago
- cac5818 crypto: user - Implement a generic crypto statistics by Corentin Labbe · 6 years ago
- dd8b083 crypto: api - Introduce notifier for new crypto algorithms by Martin K. Petersen · 6 years ago
- a9f7f88 crypto: api - Introduce generic max blocksize and alignmask by Kees Cook · 6 years ago
- 13c935b crypto: api - laying defines and checks for statically allocated buffers by Salvatore Mesoraca · 7 years ago
- eb02c38 crypto: api - Keep failed instances alive by Herbert Xu · 7 years ago
- a103950 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
- 8b55107c crypto: algapi - remove unused notifications by Eric Biggers · 7 years ago
- ce8614a crypto: algapi - convert cra_refcnt to refcount_t by Eric Biggers · 7 years ago
- 9a00674 crypto: algapi - fix NULL dereference in crypto_remove_spawns() by Eric Biggers · 7 years ago
- 6b80ea3 crypto: change transient busy return code to -ENOSPC by Gilad Ben-Yossef · 7 years ago
- a7c391f crypto: algapi - use separate dst and src operands for __crypto_xor() by Ard Biesheuvel · 7 years ago
- c723585 crypto: algapi - Use pr_err common logging style. by Karim Eshapa · 8 years ago
- 27c539a crypto: algapi - annotate expected branch behavior in crypto_inc() by Ard Biesheuvel · 8 years ago
- db91af0 crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic by Ard Biesheuvel · 8 years ago
- d604076 crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg by Salvatore Benedetto · 8 years ago
- 32f27c7 crypto: api - Add crypto_inst_setname by Herbert Xu · 8 years ago
- f2aefda crypto: api - Add crypto_type_has_alg helper by Herbert Xu · 9 years ago
- 304e481 crypto: api - use list_first_entry_or_null and list_next_entry by Geliang Tang · 9 years ago
- 3fc89ad crypto: api - Only abort operations on fatal signal by Herbert Xu · 9 years ago
- 319382a crypto: api - Add instance free function to crypto_type by Herbert Xu · 9 years ago
- 31d228c crypto: api - Remove unused __crypto_dequeue_request by Herbert Xu · 9 years ago
- c2110f2 crypto: api - Include alignment in crypto_alg_extsize by Herbert Xu · 10 years ago
- d6ef2f1 crypto: api - Add crypto_grab_spawn primitive by Herbert Xu · 10 years ago
- bd4a7c6 crypto: api - Fix build error when modules are disabled by Herbert Xu · 10 years ago
- 3133d76 crypto: api - Include linux/fips.h by Herbert Xu · 10 years ago
- 59afdc7 crypto: api - Move module sig ifdef into accessor function by Herbert Xu · 10 years ago
- 38d2143 crypto: api - Add crypto_alg_extsize helper by Herbert Xu · 10 years ago
- 34c9a0f crypto: fix broken crypto_register_instance() module handling by Herbert Xu · 10 years ago
- 9c521a2 crypto: api - remove instance when test failed by Stephan Mueller · 10 years ago
- e9b8e5b crypto: api - Move alg ref count init to crypto_check_alg by Herbert Xu · 10 years ago
- 87b1675 crypto: api - Change crypto_unregister_instance argument type by Herbert Xu · 10 years ago
- 1f72371 crypto: api - Fix races in crypto_unregister_instance by Herbert Xu · 10 years ago
- 0efcb8d crypto: api - fixed style erro in algapi.c by Joshua I. James · 10 years ago
- 4943ba1 crypto: include crypto- module prefix in template by Kees Cook · 10 years ago
- 002c77a crypto: fips - only panic on bad/missing crypto mod signatures by Jarod Wilson · 10 years ago
- 1c8fca1 crypto: sanitize argument for format string by Kees Cook · 11 years ago
- b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
- 3e8afe3 crypto: use ERR_CAST by Julia Lawall · 12 years ago
- 3987103 crypto: algapi - Move larval completion into algboss by Herbert Xu · 13 years ago
- 4b00434 crypto: Add bulk algorithm registration interface by Mark Brown · 13 years ago
- ce3fd84 crypto: Unlink and free instances when deleted by Steffen Klassert · 13 years ago
- 22e5b20 crypto: Export crypto_remove_final by Steffen Klassert · 13 years ago
- 89b596b crypto: Export crypto_remove_spawns by Steffen Klassert · 13 years ago
- 64a947b crypto: Add a flag to identify crypto instances by Steffen Klassert · 13 years ago
- df2071b Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Herbert Xu · 15 years ago
- c614e10 crypto: algapi - Remove unneeded null check by Dan Carpenter · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 5357c6c crypto: algapi - Fix checkpatch errors by Richard Hartmann · 15 years ago
- 332a339 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
- 2bf2901 crypto: api - Do not displace newly registered algorithms by Herbert Xu · 15 years ago
- 0c7d400 crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL test by Herbert Xu · 15 years ago
- 7ede5a5 crypto: api - Fix crypto_drop_spawn crash on blank spawns by Herbert Xu · 15 years ago
- d06854f crypto: api - Add crypto_attr_alg2 helper by Herbert Xu · 15 years ago
- 97eedce crypto: api - Add new style spawn support by Herbert Xu · 15 years ago
- 70ec7bb crypto: api - Add crypto_alloc_instance2 by Herbert Xu · 15 years ago
- b8e1599 crypto: api - Fix algorithm test race that broke aead initialisation by Herbert Xu · 16 years ago
- 73d3864 crypto: api - Use test infrastructure by Herbert Xu · 16 years ago
- c51b6c8 crypto: api - Export crypto_alg_lookup instead of __crypto_alg_lookup by Herbert Xu · 16 years ago
- 68b6c7d [CRYPTO] api: Add crypto_attr_alg_name by Herbert Xu · 17 years ago
- 7613636 [CRYPTO] api: Add crypto_inc and crypto_xor by Herbert Xu · 17 years ago
- 38cb241 [CRYPTO] api: Fix potential race in crypto_remove_spawn by Herbert Xu · 17 years ago
- d805848 [CRYPTO] api: Explain the comparison on larval cra_name by Herbert Xu · 17 years ago
- 7061378 [CRYPTO] blkcipher: Remove alignment restriction on block size by Herbert Xu · 17 years ago
- 3c09f17 [CRYPTO] aead: Add authenc by Herbert Xu · 17 years ago