Make wc_RNG_DRBG_Reseed() a wolfCrypt API.

This commit is contained in:
Anthony Hu
2024-04-02 12:33:35 -04:00
parent d930825a92
commit 598a3bfdcd

View File

@@ -242,8 +242,8 @@ WOLFSSL_API int wc_FreeRng(WC_RNG* rng);
#endif
#ifdef HAVE_HASHDRBG
WOLFSSL_LOCAL int wc_RNG_DRBG_Reseed(WC_RNG* rng, const byte* entropy,
word32 entropySz);
WOLFSSL_API int wc_RNG_DRBG_Reseed(WC_RNG* rng, const byte* entropy,
word32 entropySz);
WOLFSSL_API int wc_RNG_TestSeed(const byte* seed, word32 seedSz);
WOLFSSL_API int wc_RNG_HealthTest(int reseed,
const byte* entropyA, word32 entropyASz,