Mercurial > dropbear
comparison ltc_prng.c @ 1318:10e2a7727253 coverity
merge coverity
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 22 Jul 2016 00:08:02 +0800 |
parents | 750ec4ec4cbe |
children | d68d61e7056a |
comparison
equal
deleted
inserted
replaced
1286:7d02b83c61fd | 1318:10e2a7727253 |
---|---|
24 /* A secure PRNG using the RNG functions. Basically this is a | 24 /* A secure PRNG using the RNG functions. Basically this is a |
25 * wrapper that allows you to use a secure RNG as a PRNG | 25 * wrapper that allows you to use a secure RNG as a PRNG |
26 * in the various other functions. | 26 * in the various other functions. |
27 */ | 27 */ |
28 | 28 |
29 #ifdef DROPBEAR_LTC_PRNG | 29 #if DROPBEAR_LTC_PRNG |
30 | 30 |
31 /** | 31 /** |
32 Start the PRNG | 32 Start the PRNG |
33 @param prng [out] The PRNG state to initialize | 33 @param prng [out] The PRNG state to initialize |
34 @return CRYPT_OK if successful | 34 @return CRYPT_OK if successful |