Home
last modified time | relevance | path

Searched defs:rand_drbg_st (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_local.h185 struct rand_drbg_st { struct
186 CRYPTO_RWLOCK *lock;
187 RAND_DRBG *parent;
188 int secure; /* 1: allocated on the secure heap, 0: otherwise */
189 int type; /* the nid of the underlying algorithm */
196 int fork_id;
197 unsigned short flags; /* various external flags */
207 struct rand_pool_st *seed_pool;
212 struct rand_pool_st *adin_pool;
231 int strength;
[all …]