aboutsummaryrefslogtreecommitdiff
path: root/crypto/drbg.c
AgeCommit message (Expand)Author
2014-08-01crypto: drbg - fix failure of generating multiple of 2**16 bytesStephan Mueller
2014-07-10crypto: drbg - drbg_exit() can be staticFengguang Wu
2014-07-08crypto: drbg - HMAC-SHA1 DRBG has crypto strength of 128 bitsStephan Mueller
2014-07-08crypto: drbg - Mix a time stamp into DRBG stateStephan Mueller
2014-07-08crypto: drbg - Select correct DRBG core for stdrngStephan Mueller
2014-07-08crypto: drbg - Call CTR DRBG DF function only onceStephan Mueller
2014-07-08crypto: drbg - Fix format string for debugging statementsStephan Mueller
2014-07-08crypto: drbg - cleanup of preprocessor macrosStephan Mueller
2014-07-04crypto: drbg - Use Kconfig to ensure at least one RNG option is setHerbert Xu
2014-07-04crypto: drbg - use of kernel linked listStephan Mueller
2014-07-04crypto: drbg - fix memory corruption for AES192Stephan Mueller
2014-06-26crypto: drbg - simplify ordering of linked list in drbg_ctr_dfStephan Mueller
2014-06-20crypto: drbg - SP800-90A Deterministic Random Bit GeneratorStephan Mueller