#include <fips.h>
int _rnd_system_entropy_init(void);
-int _rnd_system_entropy_check(void);
void _rnd_system_entropy_deinit(void);
typedef int (*get_entropy_func)(void* rnd, size_t size);
return 0;
}
-int _rnd_system_entropy_check(void)
-{
- return 0;
-}
-
int _rnd_system_entropy_init(void)
{
NTSTATUS err = BCryptOpenAlgorithmProvider
return 0;
}
-int _rnd_system_entropy_check(void)
-{
- return 0;
-}
-
void _rnd_system_entropy_deinit(void)
{
return;
return 0;
}
-int _rnd_system_entropy_check(void)
-{
- /* A no-op now when we open and close /dev/urandom every time */
- return 0;
-}
-
int _rnd_system_entropy_init(void)
{
int urandom_fd;
return 0;
}
-int _rnd_system_entropy_check(void)
-{
- return 0;
-}
-
void _rnd_system_entropy_deinit(void)
{
return;
return 0;
}
-int _rnd_system_entropy_check(void)
-{
- return 0;
-}
-
int _rnd_system_entropy_init(void)
{
if (!CryptAcquireContext
#define gnutls_assert_val(val) val
int _rnd_system_entropy_init(void);
-int _rnd_system_entropy_check(void);
void _rnd_system_entropy_deinit(void);
typedef int (*get_entropy_func)(void* rnd, size_t size);