Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/rand/
Drand.c45 uint64_t calls_used; member
100 state->calls_used = kMaxCallsPerRefresh; in RAND_bytes()
103 if (state->calls_used >= kMaxCallsPerRefresh || in RAND_bytes()
106 state->calls_used = 0; in RAND_bytes()
124 (uint8_t *)&state->calls_used, 0); in RAND_bytes()
127 state->calls_used++; in RAND_bytes()
133 (uint8_t *)&state->calls_used, 0); in RAND_bytes()
141 state->calls_used++; in RAND_bytes()