#include <assert.h>
#include <stdio.h>
#include <string.h>
#include "e_os.h"
#include <openssl/rand.h>
#include "rand_lcl.h"
#include <openssl/crypto.h>
#include <openssl/err.h>
Go to the source code of this file.
Macros | |
#define | OPENSSL_FIPSEVP |
#define | STATE_SIZE 1023 |
#define | DUMMY_SEED "...................." /* at least MD_DIGEST_LENGTH */ |
Functions | |
RAND_METHOD * | RAND_SSLeay (void) |
Variables | |
const char | RAND_version [] ="RAND" OPENSSL_VERSION_PTEXT |
RAND_METHOD | rand_ssleay_meth |
#define DUMMY_SEED "...................." /* at least MD_DIGEST_LENGTH */ |
RAND_METHOD* RAND_SSLeay | ( | void | ) |
RAND_METHOD rand_ssleay_meth |