Searched refs:rand_buffer (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/rand/
H A Durandom.c56 * rand_buffer also fits in this space and the remainder is entropy. */
59 /* rand_buffer contains unused, random bytes. These structures form a linked
61 struct rand_buffer { struct
64 struct rand_buffer *next;
74 static const size_t rand_bytes_per_buf = BUF_SIZE - sizeof(struct rand_buffer);
76 /* list_head is the start of a global, linked-list of rand_buffer objects. It's
78 static struct rand_buffer *list_head;
101 struct rand_buffer *cur;
140 struct rand_buffer *buf;
190 buf = (struct rand_buffer *)OPENSSL_mallo
[all...]

Completed in 99 milliseconds