Home
last modified time | relevance | path

Searched refs:rand_thread_state (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/rand/
Drand.c43 struct rand_thread_state { struct
68 OPENSSL_cleanse(state, sizeof(struct rand_thread_state)); in rand_thread_state_free()
88 struct rand_thread_state *state = in RAND_bytes()
91 state = OPENSSL_malloc(sizeof(struct rand_thread_state)); in RAND_bytes()