Merge pull request #7386 from anhu/reseed_public

Make wc_RNG_DRBG_Reseed() a wolfCrypt API.
pull/7401/head
Daniel Pouzzner 2024-04-05 14:27:26 -04:00 committed by GitHub
commit 2ba12a89df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -242,7 +242,7 @@ 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,