Mercurial > dropbear
diff src/headers/tomcrypt_prng.h @ 209:39d5d58461d6 libtomcrypt-orig LTC_1.05
Import of libtomcrypt 1.05
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 06 Jul 2005 03:53:40 +0000 |
parents | 1c15b283127b |
children |
line wrap: on
line diff
--- a/src/headers/tomcrypt_prng.h Fri May 06 13:23:02 2005 +0000 +++ b/src/headers/tomcrypt_prng.h Wed Jul 06 03:53:40 2005 +0000 @@ -178,6 +178,7 @@ int register_prng(const struct ltc_prng_descriptor *prng); int unregister_prng(const struct ltc_prng_descriptor *prng); int prng_is_valid(int idx); +LTC_MUTEX_PROTO(ltc_prng_mutex); /* Slow RNG you **might** be able to use to seed a PRNG with. Be careful as this * might not work on all platforms as planned @@ -188,3 +189,7 @@ int rng_make_prng(int bits, int wprng, prng_state *prng, void (*callback)(void)); + +/* $Source: /cvs/libtom/libtomcrypt/src/headers/tomcrypt_prng.h,v $ */ +/* $Revision: 1.3 $ */ +/* $Date: 2005/06/19 18:00:28 $ */