nist_hash_drbg
struct nist_hash_drbg drbg;
struct nist_hash_drbg drbg, *D = &drbg;
nist_hash_drbg_destroy(struct nist_hash_drbg *D)
nist_hash_drbg_instantiate(secret struct nist_hash_drbg *D,
nist_hash_drbg_reseed(secret struct nist_hash_drbg *D,
nist_hash_drbg_generate(secret struct nist_hash_drbg *D,
typedef struct nist_hash_drbg NIST_HASH_DRBG;
int nist_hash_drbg_instantiate(struct nist_hash_drbg *,
int nist_hash_drbg_reseed(struct nist_hash_drbg *,
int nist_hash_drbg_generate(struct nist_hash_drbg *, void *, size_t,
int nist_hash_drbg_destroy(struct nist_hash_drbg *);
struct nist_hash_drbg *cc_drbg;
struct nist_hash_drbg drbg;