Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
56924e7ea84a9841f19a30aaf56240fb1d450f5e
/
crypto
/
drbg.c
5102981
crypto: drbg - prevent invalid SG mappings
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
· 8 years ago
88f1d31
crypto: drbg - fix semicolon.cocci warnings
by Wu Fengguang
· 8 years ago
103eb3f
crypto: drbg - avoid duplicate maintenance of key
by Stephan Mueller
· 8 years ago
a07203f
crypto: drbg - use full CTR AES for update
by Stephan Mueller
· 8 years ago
3cfc3b9
crypto: drbg - use aligned buffers
by Stephan Mueller
· 8 years ago
3559128
crypto: drbg - use CTR AES instead of ECB AES
by Stephan Mueller
· 8 years ago
ed494d4
crypto: drbg - reduce number of setkey calls
by Stephan Mueller
· 8 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
· 9 years ago
42ea507
crypto: drbg - reseed often if seedsource is degraded
by Stephan Mueller
· 9 years ago
57225e6
crypto: drbg - Use callback API for random readiness
by Stephan Mueller
· 9 years ago
51ee1422
crypto: drbg - Add stdrng alias and increase priority
by Herbert Xu
· 9 years ago
b8ec5ba
crypto: drbg - use Jitter RNG to obtain seed
by Stephan Mueller
· 9 years ago
4c78799
crypto: drbg - add async seeding operation
by Stephan Mueller
· 9 years ago
3d6a5f7
crypto: drbg - prepare for async seeding
by Stephan Mueller
· 9 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
· 10 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
· 10 years ago
541af94
crypto: drbg - SP800-90A Deterministic Random Bit Generator
by Stephan Mueller
· 10 years ago