Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
073f38494ab9bad6edf589c74a1f09c358c5068c
/
crypto
/
drbg.c
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