- 8f79772 crypto: drbg - ignore jitterentropy errors if not in FIPS mode by Nicolai Stange · 3 years, 1 month ago
- 8ea5ee0 crypto: drbg - reseed 'nopr' drbgs periodically from get_random_bytes() by Nicolai Stange · 3 years, 1 month ago
- 559edd4 crypto: drbg - make drbg_prepare_hrng() handle jent instantiation errors by Nicolai Stange · 3 years, 1 month ago
- 074bcd4 crypto: drbg - make reseeding from get_random_bytes() synchronous by Nicolai Stange · 3 years, 1 month ago
- 262d83a crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed() by Nicolai Stange · 3 years, 1 month ago
- 2bcd254 crypto: drbg - track whether DRBG was seeded with !rng_is_initialized() by Nicolai Stange · 3 years, 1 month ago
- ce8ce31 crypto: drbg - prepare for more fine-grained tracking of seeding state by Nicolai Stange · 3 years, 1 month ago
- 81f5302 crypto: drbg - Fix unused value warning in drbg_healthcheck_sanity() by Tim Gardner · 3 years, 4 months ago
- 9b7b946 crypto: DRBG - switch to HMAC SHA512 DRBG as default DRBG by Stephan Müller · 3 years, 7 months ago
- 0eb76ba crypto: remove cipher routines from public crypto API by Ard Biesheuvel · 4 years, 1 month ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
- 819966c crypto: drbg - always try to free Jitter RNG instance by Stephan Müller · 4 years, 7 months ago
- e0664eb crypto: drbg - fix error return code in drbg_alloc_state() by Wei Yongjun · 4 years, 8 months ago
- 97f2650 crypto: drbg - always seeded with SP800-90B compliant noise source by Stephan Müller · 4 years, 8 months ago
- db07cd2 crypto: drbg - add FIPS 140-2 CTRNG for noise source by Stephan Mueller · 6 years ago
- 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
- c4741b2 crypto: run initcalls for generic implementations earlier by Eric Biggers · 6 years ago
- 43490e8 crypto: drbg - in-place cipher operation for CTR by Stephan Müller · 6 years ago
- cf862cb crypto: drbg - eliminate constant reinitialization of SGL by Stephan Mueller · 6 years ago
- eea0d3e crypto: drbg - set freed buffers to NULL by Stephan Mueller · 7 years ago
- 85a2dea crypto: drbg - move to generic async completion by Gilad Ben-Yossef · 7 years ago
- bd6227a crypto: drbg - fix freeing of resources by Stephan Mueller · 7 years ago
- b61929c6 crypto: drbg - Fixes panic in wait_for_completion call by Stephan Mueller · 8 years ago
- a5dfefb crypto: drbg - wait for crypto op not signal safe by Gilad Ben-Yossef · 8 years ago
- 44068d5 crypto: DRBG - initialize SGL only once by Stephan Mueller · 8 years ago
- 479d014 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
- 5102981 crypto: drbg - prevent invalid SG mappings by Stephan Mueller · 8 years ago
- 8ff4c19 crypto: drbg - advance output buffer pointer by Stephan Mueller · 8 years ago
- 1a45d7e crypto: drbg - fix error return code by Wei Yongjun · 8 years ago
- d89a671 crypto: drbg - do not call drbg_instantiate in healt test by Stephan Mueller · 8 years ago
- 01ac945 crypto: drbg - fix an error code in drbg_init_sym_kernel() by Dan Carpenter · 9 years ago
- 88f1d31 crypto: drbg - fix semicolon.cocci warnings by Wu Fengguang · 9 years ago
- 103eb3f crypto: drbg - avoid duplicate maintenance of key by Stephan Mueller · 9 years ago
- a07203f crypto: drbg - use full CTR AES for update by Stephan Mueller · 9 years ago
- 3cfc3b9 crypto: drbg - use aligned buffers by Stephan Mueller · 9 years ago
- 3559128 crypto: drbg - use CTR AES instead of ECB AES by Stephan Mueller · 9 years ago
- ed494d4 crypto: drbg - reduce number of setkey calls by Stephan Mueller · 9 years ago
- 4218ebe crypto: drbg - set HMAC key only when altered by Stephan Mueller · 9 years ago
- b361476 crypto: drbg - remove FIPS 140-2 continuous test by Stephan Mueller · 9 years ago
- e4bc02a crypto: drbg - constify drbg_state_ops structures by Julia Lawall · 9 years ago
- 593dfbd crypto: drbg - report backend_cra_name when allocation fails by Sergey Senozhatsky · 10 years ago
- 42ea507 crypto: drbg - reseed often if seedsource is degraded by Stephan Mueller · 10 years ago
- 57225e6 crypto: drbg - Use callback API for random readiness by Stephan Mueller · 10 years ago
- 51ee1422 crypto: drbg - Add stdrng alias and increase priority by Herbert Xu · 10 years ago
- b8ec5ba crypto: drbg - use Jitter RNG to obtain seed by Stephan Mueller · 10 years ago
- 4c78799 crypto: drbg - add async seeding operation by Stephan Mueller · 10 years ago
- 3d6a5f7 crypto: drbg - prepare for async seeding by Stephan Mueller · 10 years ago
- b94e7dc crypto: drbg - Remove FIPS ifdef from drbg_healthcheck_sanity by Herbert Xu · 10 years ago
- 8fded59 crypto: drbg - Convert to new rng interface by Herbert Xu · 10 years ago
- 2a57e42 crypto: drbg - Do not seed RNG in drbg_kcapi_init by Herbert Xu · 10 years ago
- e11a754 crypto: drbg - Initialise mutex in drbg_healthcheck_sanity by Herbert Xu · 10 years ago
- fa3ae62 crypto: drbg - leave cipher handles operational by Stephan Mueller · 10 years ago
- 76899a4 crypto: drbg - replace spinlock with mutex by Stephan Mueller · 10 years ago
- 082eb10 crypto: drbg - fix drbg_generate return val check by Stephan Mueller · 10 years ago
- 8e0498d cryoto: drbg - clear all temporary memory by Stephan Mueller · 10 years ago
- cde001e crypto: rng - RNGs must return 0 in success case by Stephan Mueller · 10 years ago
- 37821da crypto: drbg - remove superflowous memsets by Stephan Mueller · 10 years ago
- 04bcbfc crypto: drbg - use single block cipher API by Stephan Mueller · 10 years ago
- 1471f09 Revert "crypto: drbg - use memzero_explicit() for clearing sensitive data" by Herbert Xu · 10 years ago
- 905b42e crypto: drbg - panic on continuous self test error by Stephan Mueller · 10 years ago
- 421d82f crypto: drbg - use memzero_explicit() for clearing sensitive data by Nickolaus Woodruff · 10 years ago
- 0653a7c crypto: drbg - use MODULE_ALIAS_CRYPTO by Stephan Mueller · 10 years ago
- 62b62b6 crypto: drbg - add MODULE_ALIAS for all DRBG types by Stephan Mueller · 10 years ago
- 41a8498 crypto: drbg - use crypto_inc by Stephan Mueller · 10 years ago
- ea2d9fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 10 years ago
- 78f543a crypto: drbg - remove check for uninitialized DRBG handle by Stephan Mueller · 10 years ago
- 7c8ae03 crypto: drbg - fix sparse warning for cpu_to_be[32|64] by Stephan Mueller · 10 years ago
- 84693d8 crypto: drbg - remove unnecessary sanity check for shadow state by Stephan Mueller · 10 years ago
- 05c81cc crypto: drbg - remove configuration of fixed values by Stephan Mueller · 10 years ago
- bc034ef crypto: drbg - remove unnecessary sanity checks by Stephan Mueller · 10 years ago
- e6c0244 crypto: drbg - use kmalloc instead of kzalloc for V and C by Stephan Mueller · 10 years ago
- f072f0e crypto: drbg - remove superflowous memset(0) by Stephan Mueller · 10 years ago
- 45943a5 crypto: drbg - remove superflowous checks by Stephan Mueller · 10 years ago
- 46f64f6 crypto: drbg - kzfree does not need a check for NULL pointer by Stephan Mueller · 10 years ago
- 72f3e00 crypto: drbg - replace int2byte with cpu_to_be by Stephan Mueller · 10 years ago
- ce5481d crypto: drbg - fix failure of generating multiple of 2**16 bytes by Stephan Mueller · 10 years ago
- 96956ae crypto: drbg - drbg_exit() can be static by Fengguang Wu · 10 years ago
- 5b635e2 crypto: drbg - HMAC-SHA1 DRBG has crypto strength of 128 bits by Stephan Mueller · 10 years ago
- 27e4de2 crypto: drbg - Mix a time stamp into DRBG state by Stephan Mueller · 10 years ago
- 4f15071 crypto: drbg - Select correct DRBG core for stdrng by Stephan Mueller · 10 years ago
- 72e7c25 crypto: drbg - Call CTR DRBG DF function only once by Stephan Mueller · 10 years ago
- a908957 crypto: drbg - Fix format string for debugging statements by Stephan Mueller · 10 years ago
- e25e47e crypto: drbg - cleanup of preprocessor macros by Stephan Mueller · 10 years ago
- f2c89a1 crypto: drbg - Use Kconfig to ensure at least one RNG option is set by Herbert Xu · 10 years ago
- 8c98716 crypto: drbg - use of kernel linked list by Stephan Mueller · 11 years ago
- 8fecaad crypto: drbg - fix memory corruption for AES192 by Stephan Mueller · 10 years ago
- c0eedf8 crypto: drbg - simplify ordering of linked list in drbg_ctr_df by Stephan Mueller · 11 years ago
- 541af94 crypto: drbg - SP800-90A Deterministic Random Bit Generator by Stephan Mueller · 11 years ago