mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
Merge pull request #7386 from anhu/reseed_public
Make wc_RNG_DRBG_Reseed() a wolfCrypt API.
This commit is contained in:
@ -242,8 +242,8 @@ WOLFSSL_API int wc_FreeRng(WC_RNG* rng);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_HASHDRBG
|
#ifdef HAVE_HASHDRBG
|
||||||
WOLFSSL_LOCAL int wc_RNG_DRBG_Reseed(WC_RNG* rng, const byte* entropy,
|
WOLFSSL_API int wc_RNG_DRBG_Reseed(WC_RNG* rng, const byte* entropy,
|
||||||
word32 entropySz);
|
word32 entropySz);
|
||||||
WOLFSSL_API int wc_RNG_TestSeed(const byte* seed, word32 seedSz);
|
WOLFSSL_API int wc_RNG_TestSeed(const byte* seed, word32 seedSz);
|
||||||
WOLFSSL_API int wc_RNG_HealthTest(int reseed,
|
WOLFSSL_API int wc_RNG_HealthTest(int reseed,
|
||||||
const byte* entropyA, word32 entropyASz,
|
const byte* entropyA, word32 entropyASz,
|
||||||
|
Reference in New Issue
Block a user