Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/rand/
Drand.c137 static int hwrand(uint8_t *buf, const size_t len) { in hwrand() function
169 static int hwrand(uint8_t *buf, size_t len) { in hwrand() function
180 if (!hwrand(state->last_block, sizeof(state->last_block))) { in rand_get_seed()
191 if (!hwrand(entropy, sizeof(entropy))) { in rand_get_seed()
246 if (!hwrand(additional_data, sizeof(additional_data))) { in RAND_bytes_with_additional_data()