Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/include/crypto/
Drand_pool.h71 typedef struct rand_pool_st { struct
72 unsigned char *buffer; /* points to the beginning of the random pool */
73 size_t len; /* current number of random bytes contained in the pool */
75 int attached; /* true pool was attached to existing buffer */
76 int secure; /* 1: allocated on the secure heap, 0: otherwise */
78 size_t min_len; /* minimum number of random bytes requested */
79 size_t max_len; /* maximum number of random bytes (allocated buffer size) */
80 size_t alloc_len; /* current number of bytes allocated */
81 size_t entropy; /* current entropy count in bits */
82 size_t entropy_requested; /* requested entropy count in bits */
/third_party/openssl/include/crypto/
Drand_pool.h71 typedef struct rand_pool_st { struct
72 unsigned char *buffer; /* points to the beginning of the random pool */
73 size_t len; /* current number of random bytes contained in the pool */
75 int attached; /* true pool was attached to existing buffer */
76 int secure; /* 1: allocated on the secure heap, 0: otherwise */
78 size_t min_len; /* minimum number of random bytes requested */
79 size_t max_len; /* maximum number of random bytes (allocated buffer size) */
80 size_t alloc_len; /* current number of bytes allocated */
81 size_t entropy; /* current entropy count in bits */
82 size_t entropy_requested; /* requested entropy count in bits */