Stephan Mueller
|
cde001e4c3
crypto: rng - RNGs must return 0 in success case
|
10 yıl önce |
Stephan Mueller
|
37821da088
crypto: drbg - remove superflowous memsets
|
10 yıl önce |
Stephan Mueller
|
04bcbfcf7e
crypto: drbg - use single block cipher API
|
10 yıl önce |
Herbert Xu
|
1471f09f9b
Revert "crypto: drbg - use memzero_explicit() for clearing sensitive data"
|
10 yıl önce |
Stephan Mueller
|
905b42e559
crypto: drbg - panic on continuous self test error
|
10 yıl önce |
Nickolaus Woodruff
|
421d82f5b3
crypto: drbg - use memzero_explicit() for clearing sensitive data
|
10 yıl önce |
Stephan Mueller
|
0653a7cf6f
crypto: drbg - use MODULE_ALIAS_CRYPTO
|
10 yıl önce |
Stephan Mueller
|
62b62b6e5c
crypto: drbg - add MODULE_ALIAS for all DRBG types
|
10 yıl önce |
Stephan Mueller
|
41a84982a1
crypto: drbg - use crypto_inc
|
11 yıl önce |
Herbert Xu
|
ea2d9fc1af
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
|
11 yıl önce |
Stephan Mueller
|
78f543a934
crypto: drbg - remove check for uninitialized DRBG handle
|
11 yıl önce |
Stephan Mueller
|
7c8ae03f41
crypto: drbg - fix sparse warning for cpu_to_be[32|64]
|
11 yıl önce |
Stephan Mueller
|
84693d87a6
crypto: drbg - remove unnecessary sanity check for shadow state
|
11 yıl önce |
Stephan Mueller
|
05c81ccd90
crypto: drbg - remove configuration of fixed values
|
11 yıl önce |
Stephan Mueller
|
bc034ef557
crypto: drbg - remove unnecessary sanity checks
|
11 yıl önce |
Stephan Mueller
|
e6c0244ad3
crypto: drbg - use kmalloc instead of kzalloc for V and C
|
11 yıl önce |
Stephan Mueller
|
f072f0e0fe
crypto: drbg - remove superflowous memset(0)
|
11 yıl önce |
Stephan Mueller
|
45943a58df
crypto: drbg - remove superflowous checks
|
11 yıl önce |
Stephan Mueller
|
46f64f6ef9
crypto: drbg - kzfree does not need a check for NULL pointer
|
11 yıl önce |
Stephan Mueller
|
72f3e00dd6
crypto: drbg - replace int2byte with cpu_to_be
|
11 yıl önce |
Stephan Mueller
|
ce5481d01f
crypto: drbg - fix failure of generating multiple of 2**16 bytes
|
11 yıl önce |
Fengguang Wu
|
96956aef2f
crypto: drbg - drbg_exit() can be static
|
11 yıl önce |
Stephan Mueller
|
5b635e280e
crypto: drbg - HMAC-SHA1 DRBG has crypto strength of 128 bits
|
11 yıl önce |
Stephan Mueller
|
27e4de2bd1
crypto: drbg - Mix a time stamp into DRBG state
|
11 yıl önce |
Stephan Mueller
|
4f15071879
crypto: drbg - Select correct DRBG core for stdrng
|
11 yıl önce |
Stephan Mueller
|
72e7c25aa6
crypto: drbg - Call CTR DRBG DF function only once
|
11 yıl önce |
Stephan Mueller
|
a9089571f2
crypto: drbg - Fix format string for debugging statements
|
11 yıl önce |
Stephan Mueller
|
e25e47ec3d
crypto: drbg - cleanup of preprocessor macros
|
11 yıl önce |
Herbert Xu
|
f2c89a10de
crypto: drbg - Use Kconfig to ensure at least one RNG option is set
|
11 yıl önce |
Stephan Mueller
|
8c98716601
crypto: drbg - use of kernel linked list
|
11 yıl önce |