Searched defs:rand_drbg_st (Results 1 – 1 of 1) sorted by relevance
185 struct rand_drbg_st { struct186 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 …]